From b49b8a0a2e509508c7b9a91a4fb387c4d4647c8a Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Tue, 10 Aug 2010 13:39:13 +0200 Subject: [PATCH] new section on how to compile the renderer --- doc/compiling.tex | 1 + doc/main.tex | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 doc/compiling.tex diff --git a/doc/compiling.tex b/doc/compiling.tex new file mode 100644 index 00000000..22b303f7 --- /dev/null +++ b/doc/compiling.tex @@ -0,0 +1 @@ +\section{Compiling the renderer} diff --git a/doc/main.tex b/doc/main.tex index 59342ef4..e7338749 100644 --- a/doc/main.tex +++ b/doc/main.tex @@ -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}