From 07bc1905efd59af71600573c46da5cf674c7d0a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Hutter?= Date: Tue, 12 Jan 2021 15:34:29 +0100 Subject: [PATCH] Ignore Appendis section if no documents are given --- style/template.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style/template.tex b/style/template.tex index c8d59ad..b0a869e 100644 --- a/style/template.tex +++ b/style/template.tex @@ -582,6 +582,7 @@ $body$ % 2.) Tabellenverzeichnis % 3.) Literaturverzeichnis +$if(da-appendix)$ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % APPENDIX %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -619,7 +620,7 @@ $for(da-appendix)$ ]{pdfs/$da-appendix.pdf-file$} %\includepdf[pages=$if(da-appendix.seiten)$$da-appendix.seiten$$else$-$endif$]{source/pdfs/$da-appendix.pdf-file$} $endfor$ - +$endif$ \end{document}