52 modularized build script into functions and added possibility to have markdown appendices

This commit is contained in:
Dominik Becker
2021-04-15 13:26:54 +02:00
parent 76f9c8117f
commit e3b15a6c92
4 changed files with 88 additions and 21 deletions

View File

@@ -1,4 +0,0 @@
%!TEX root = ../main.tex
\section{Example}
\label{app:example}

View File

@@ -1,5 +1,7 @@
%!TEX root = ../main.tex
% input the appendix files here like this:
\input{appendix/01_example.tex}
\newpage
% \input{appendix/01_example.tex}
% \newpage
% when using markdown based appendices, they'll be generated to appendix/generated/${filename}.tex
% appendices need to be \sections!

View File