aboutsummaryrefslogtreecommitdiffstats
path: root/buch/buch.tex
diff options
context:
space:
mode:
Diffstat (limited to 'buch/buch.tex')
-rw-r--r--buch/buch.tex14
1 files changed, 13 insertions, 1 deletions
diff --git a/buch/buch.tex b/buch/buch.tex
index de40b1f..e708b72 100644
--- a/buch/buch.tex
+++ b/buch/buch.tex
@@ -34,6 +34,12 @@ pdfauthor={Andreas Müller}
\DeclareGraphicsRule{*}{mps}{*}{}
\begin{document}
+% cover page
+\ifthenelse{\boolean{includecover}}{
+\incgraph[documentpaper][width=\paperwidth,height=\paperheight]{../cover/buchcover.jpg}
+\newpage\null\thispagestyle{empty}\newpage
+}{}
+
\input{common/titlepage.tex}
% add common macros
@@ -50,6 +56,12 @@ pdfauthor={Andreas Müller}
\lhead{Index}
\rhead{}
\addcontentsline{toc}{chapter}{\indexname}
-\input{buch.ind}
+\InputIfFileExists{buch.ind}
+
+% cover page
+\ifthenelse{\boolean{includecover}}{
+\newpage\null\thispagestyle{empty}\newpage
+\incgraph[documentpaper][width=\paperwidth,height=\paperheight]{../cover/backcover.jpg}
+}{}
\end{document}