about summary refs log tree commit diff stats
path: root/build/latex/academia/%INIT_APPLICATION_NAME.tex
blob: 50131ad6cded36fd1131c693afb22886b88f17a7 (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=%INIT_LANGUAGE
%\documentclass[a4paper, 12pt, nosolutions]{report}
% \documentclass[a4paper, 12pt, onecolumn]{report}
\documentclass[a4paper, 12pt, twocolumn]{scrartcl}

\input{headers/preamble.tex}
\input{headers/preamble_local.tex}

\title{\textbf{%INIT_APPLICATION_NAME_STYLIZED}}
\author{%INIT_AUTHOR_NAME \\
\href{mailto:%INIT_AUTHOR_EMAIL}{%INIT_AUTHOR_EMAIL}\\[1cm]
{\small Supervisor: TODO}}
\date{\DTMToday}

% For the copyright section
\years{%INIT_YEAR}
\authors{%INIT_AUTHOR_NAME}

\makeatletter
\hypersetup{
  pdftitle={\@title},
  pdfsubject={},
  pdfauthor={\AuthorList},
  pdfkeywords={TODO},
}
\makeatother


\includeonly {
    % lpm::next_chapter_includeonly_marker
}

\begin{document}
\onecolumn
\input{content/static/title}
\twocolumn

% lpm::next_chapter_marker

\clearpage{}
\printbibliography\relax
\printindex
\end{document}