From f214039800ed44145fe2763269760cf551686827 Mon Sep 17 00:00:00 2001 From: Roy Seitz Date: Mon, 5 Jul 2021 14:13:06 +0200 Subject: Only include buch.ind if it exists. --- buch/buch.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buch/buch.tex') diff --git a/buch/buch.tex b/buch/buch.tex index 65c2ca7..449bc2a 100644 --- a/buch/buch.tex +++ b/buch/buch.tex @@ -44,6 +44,6 @@ \lhead{Index} \rhead{} \addcontentsline{toc}{chapter}{\indexname} -\input{buch.ind} +\InputIfFileExists{buch.ind}{}{} \end{document} -- cgit v1.2.1