26 lines
375 B
TeX
26 lines
375 B
TeX
\documentclass[
|
|
11pt,
|
|
paper=a4,
|
|
oneside,
|
|
DIV=14,
|
|
onecolumn
|
|
]{HSRTReport/HSRTReport}
|
|
|
|
\input{TeX/Preamble}
|
|
\input{Glossary}
|
|
|
|
% ==== Document ====
|
|
\begin{document}
|
|
|
|
% Title page
|
|
\maketitle
|
|
|
|
\setstretch{1.0}
|
|
% ===== Content =====
|
|
\input{Content/00_verzeichnisse.tex}
|
|
\input{Content/01_content.tex}
|
|
\input{Content/99_bib.tex}
|
|
|
|
\glsaddallunused
|
|
\end{document}
|