new section on how to compile the renderer

metadata
Wenzel Jakob 2010-08-10 13:39:13 +02:00
parent dad77ed036
commit b49b8a0a2e
2 changed files with 3 additions and 1 deletions

1
doc/compiling.tex Normal file
View File

@ -0,0 +1 @@
\section{Compiling the renderer}

View File

@ -59,7 +59,7 @@
\definecolor{lstframe}{gray}{0.75}
\definecolor{lstcomment}{gray}{0.5}
% Citations
% Cite a figure/listing
\newcommand{\cfig}[1]{\mbox{Figure \ref{fig:#1}}}
\newcommand{\clst}[1]{\mbox{Listing \ref{lst:#1}}}
@ -100,6 +100,7 @@
\clearpage
\ofoot[\pagemark]{\pagemark}
\include{compiling}
\include{integrator}
\include{parallelization}