blob: dcbbf1478b2fe0c396397e640f714cc1cf4b8649 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
% 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}
\input{content/01_wahlleitung/chapter.tex}
% NEXT_CHAPTER
\clearpage{}
\todototoc
\listoftodos
\printbibliography\relax
\end{document}
|