diff options
Diffstat (limited to 'latex/main.tex')
-rw-r--r-- | latex/main.tex | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/latex/main.tex b/latex/main.tex index 2bb307d..8130689 100644 --- a/latex/main.tex +++ b/latex/main.tex @@ -5,18 +5,17 @@ \input{headers/preamble_local.tex} -\title{\textbf{Titel}} -\author{Name\thanks{Beispiel}} -\authors{Name} -\years{2022 - 2023} -\date{\DTMDate{2002-12-4}} +\title{\textbf{TODO}} +\author{name} +\authors{name\inst} +\years{2023} +\date{\DTMToday} -\includeonly{content/todo/chapter_01} +\includeonly{} \begin{document} \input{content/static/title} - \include{content/todo/chapter_01} % NEXT_CHAPTER \printbibliography\relax |