From d8aba8a93b828681182a934fb49bcb17fe8d87bf Mon Sep 17 00:00:00 2001 From: Dominik Becker Date: Mon, 25 Jan 2021 00:13:45 +0100 Subject: [PATCH] #14 added new appendix handling to markdown template --- main.tex | 8 ++++---- templates/markdown.main.tex | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/main.tex b/main.tex index 61566e2..e5a00d9 100644 --- a/main.tex +++ b/main.tex @@ -78,10 +78,10 @@ \newpage % appendix - uncomment if needed - \begin{custom_appendix} - \input{appendix/appendix.tex} - \newpage - \end{custom_appendix} + % \begin{custom_appendix} + % \input{appendix/appendix.tex} + % \newpage + % \end{custom_appendix} % affirmation \input{additionals/affirmation.tex} diff --git a/templates/markdown.main.tex b/templates/markdown.main.tex index a1a90cd..f0711a4 100644 --- a/templates/markdown.main.tex +++ b/templates/markdown.main.tex @@ -74,8 +74,10 @@ \newpage % appendix - uncomment if needed - % \input{appendix/appendix.tex} - % \newpage + % \begin{custom_appendix} + % \input{appendix/appendix.tex} + % \newpage + % \end{custom_appendix} % affirmation \input{additionals/affirmation.tex}