diff options
author | Soispha <soispha@vhack.eu> | 2023-06-18 17:00:18 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-06-18 17:00:18 +0200 |
commit | 4c368a27800900e5c3afd3e03d43d6d379bc471a (patch) | |
tree | a8aa66cb46a6cda39b0b6f0a535ec084bbf2821d /latex/main.tex | |
parent | Fix(.gitigonore): Ignore specific files in templates (diff) | |
download | flake-templates-4c368a27800900e5c3afd3e03d43d6d379bc471a.tar.gz flake-templates-4c368a27800900e5c3afd3e03d43d6d379bc471a.zip |
Feat(latex): Init
Diffstat (limited to 'latex/main.tex')
-rw-r--r-- | latex/main.tex | 23 |
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} |