21 lines
288 B
TeX
21 lines
288 B
TeX
\documentclass[
|
|
11pt,
|
|
paper=a4,
|
|
oneside,
|
|
DIV=14,
|
|
onecolumn
|
|
]{HSRTReport/HSRTReport}
|
|
|
|
\input{TeX/Preamble}
|
|
|
|
% Set Language to German
|
|
\selectlanguage{ngerman}
|
|
|
|
% ==== Document ====
|
|
\begin{document}
|
|
|
|
% ===== Content =====
|
|
\input{Content/01_content.tex}
|
|
|
|
\end{document}
|