From accf19b09dfe7cd2ef0a1c83ba034f8bbef5acbc Mon Sep 17 00:00:00 2001 From: Felix <feh7@hi.is> Date: Sun, 25 Apr 2021 00:08:49 +0000 Subject: [PATCH] avoid empty appendix --- tex/main.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tex/main.tex b/tex/main.tex index cd41c1c..0901c4e 100644 --- a/tex/main.tex +++ b/tex/main.tex @@ -8,8 +8,8 @@ \textinput{setup} \textinput{reynold.tex} \textinput{results} -\begin{appendices} +% \begin{appendices} % \textinput{some-appendix-section} -\end{appendices} +% \end{appendices} % use \textinput as described in /header and _TEMPLATE \docEnd -- GitLab