Skip to content
Snippets Groups Projects
Unverified Commit 3c07e48b authored by Malin Freeborn's avatar Malin Freeborn
Browse files

add documentation on presenting images

parent 0c5c57e8
Branches
Tags
No related merge requests found
......@@ -187,6 +187,21 @@ And charts about roll successes like this:
\end{rollchart}
\subsection{Pictures}
All images should go into the images directory.
Writing \verb"pic{b1}" places the image under \verb"images/b1.svg".
The file extension can be either `svg' or `jpg' (but never `jpeg').
\pic{b1}
For svg files to work, the document must be compile for the first run with \verb"pdflatex -shell-escape main.tex".
Wider pictures should be placed with \verb"\widePic{s1}", and they will appear on the next page, at the bottom, or with \verb"\widePic[t]{s1}" to see the picture at the top of the next page.
\widePic{s1}
\subsection{Symbols}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment