forked from TH_General/Template_Summary
30 lines
561 B
TeX
30 lines
561 B
TeX
\documentclass[a4paper,12pt,oneside]{scrbook}
|
|
%page format
|
|
\usepackage[
|
|
a4paper,
|
|
top=35mm,right=20mm,bottom=30mm,left=20mm,
|
|
headheight=25mm
|
|
]{geometry}
|
|
|
|
\input{Packages.tex}
|
|
\input{Style.tex}
|
|
|
|
\def \AUTHOR{Paul Lödige\\paul.loedige@student.kit.edu}
|
|
\def \MODULE{Maschinelles Lernen: Grundlagen und Algorithmen}
|
|
\def \MODULECOMPACT{ML}
|
|
\def \AUTHORCOMPACT{Paul Lödige}
|
|
\def \DATE{\today}
|
|
|
|
|
|
\begin{document}
|
|
\input{TitlePage.tex}
|
|
\clearpage
|
|
|
|
\input{Preface.tex}
|
|
\clearpage
|
|
|
|
\input{Content.tex}
|
|
\clearpage
|
|
|
|
\end{document}
|