diff options
author | Silas Schöffel <sils@sils.li> | 2024-07-25 08:36:30 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-07-25 13:38:05 +0200 |
commit | fb87c15e934fc440ee416612702316378e4b1136 (patch) | |
tree | a006e7bdedc2ad3835c25a53ddc3976a016d91b7 /wahlordnung.tex | |
download | wahlordnung-fb87c15e934fc440ee416612702316378e4b1136.tar.gz wahlordnung-fb87c15e934fc440ee416612702316378e4b1136.zip |
initial commit
Diffstat (limited to 'wahlordnung.tex')
-rw-r--r-- | wahlordnung.tex | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/wahlordnung.tex b/wahlordnung.tex new file mode 100644 index 0000000..29a8c96 --- /dev/null +++ b/wahlordnung.tex @@ -0,0 +1,42 @@ +% LTeX: language=en-GB +%\documentclass[a4paper, 12pt, nosolutions]{report} +% \documentclass[a4paper, 12pt, onecolumn]{report} +\documentclass{article} + +\input{headers/preamble.tex} +\input{headers/preamble_local.tex} + +\title{Wahlordnung} +\author{\Verein} + +\date{\DTMToday} + +% For the copyright section +\years{2024} +\authors{\Verein} + +\makeatletter +\hypersetup{ + pdftitle={\@title}, + pdfsubject={}, + pdfauthor={\@authors}, + pdfkeywords={TODO}, + colorlinks, + linkcolor={black}, + citecolor={black}, + urlcolor={blue!80!black} +} +\makeatother + + + +\begin{document} + \input{content/static/title} + + % NEXT_CHAPTER + + \clearpage{} + \todototoc + \listoftodos + \printbibliography\relax +\end{document} |