diff --git a/docs.tex b/docs.tex index ae2ff75dab78f00420fe247d4eb41234d11545e5..db6cf6ac7c9147b4dbd781d4a84c4a431a47e32c 100644 --- a/docs.tex +++ b/docs.tex @@ -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}