about summary refs log tree commit diff stats
path: root/latex/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'latex/main.tex')
-rw-r--r--latex/main.tex23
1 files changed, 23 insertions, 0 deletions
diff --git a/latex/main.tex b/latex/main.tex
new file mode 100644
index 0000000..2bb307d
--- /dev/null
+++ b/latex/main.tex
@@ -0,0 +1,23 @@
+%\documentclass[a4paper, 12pt, nosolutions]{report}
+\documentclass[a4paper, 12pt]{report}
+% LTeX: language=de-DE
+\input{headers/preamble.tex}
+\input{headers/preamble_local.tex}
+
+
+\title{\textbf{Titel}}
+\author{Name\thanks{Beispiel}}
+\authors{Name}
+\years{2022 - 2023}
+\date{\DTMDate{2002-12-4}}
+
+\includeonly{content/todo/chapter_01}
+
+\begin{document}
+    \input{content/static/title}
+
+    \include{content/todo/chapter_01}
+    % NEXT_CHAPTER
+
+    \printbibliography\relax
+\end{document}