new section on how to compile the renderer
parent
dad77ed036
commit
b49b8a0a2e
|
@ -0,0 +1 @@
|
||||||
|
\section{Compiling the renderer}
|
|
@ -59,7 +59,7 @@
|
||||||
\definecolor{lstframe}{gray}{0.75}
|
\definecolor{lstframe}{gray}{0.75}
|
||||||
\definecolor{lstcomment}{gray}{0.5}
|
\definecolor{lstcomment}{gray}{0.5}
|
||||||
|
|
||||||
% Citations
|
% Cite a figure/listing
|
||||||
\newcommand{\cfig}[1]{\mbox{Figure \ref{fig:#1}}}
|
\newcommand{\cfig}[1]{\mbox{Figure \ref{fig:#1}}}
|
||||||
\newcommand{\clst}[1]{\mbox{Listing \ref{lst:#1}}}
|
\newcommand{\clst}[1]{\mbox{Listing \ref{lst:#1}}}
|
||||||
|
|
||||||
|
@ -100,6 +100,7 @@
|
||||||
\clearpage
|
\clearpage
|
||||||
\ofoot[\pagemark]{\pagemark}
|
\ofoot[\pagemark]{\pagemark}
|
||||||
|
|
||||||
|
\include{compiling}
|
||||||
\include{integrator}
|
\include{integrator}
|
||||||
\include{parallelization}
|
\include{parallelization}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue