27 lines
419 B
TeX
27 lines
419 B
TeX
\documentclass[
|
|
11pt,
|
|
paper=a4,
|
|
oneside,
|
|
DIV=14,
|
|
onecolumn
|
|
]{HSRTReport/HSRTReport}
|
|
|
|
\input{Preamble}
|
|
\input{Glossary}
|
|
|
|
% ==== Document ====
|
|
\begin{document}
|
|
|
|
% Title page
|
|
\maketitle
|
|
|
|
\setstretch{1.0}
|
|
% ===== Content =====
|
|
\input{Content/00_toc}
|
|
\input{Content/01_content}
|
|
\input{Content/99_bibliography}
|
|
|
|
% Add all remaining glossary entries that have not been used
|
|
\glsaddallunused
|
|
\end{document}
|