KI_Zusammenfassung/KI_Zusammenfassung.tex

34 lines
675 B
TeX

\documentclass[a4paper,12pt,oneside]{scrbook}
%page format
\usepackage[
a4paper,
top=35mm,right=20mm,bottom=30mm,left=20mm,
headheight=25mm
]{geometry}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\input{Packages.tex}
\input{Style.tex}
\def \AUTHOR{
Paul Lödige\\
Matrikel Nr.: 15405036\\
\href{mailto: paul.loedige@stud.th-owl.de}{paul.loedige@stud.th-owl.de}
}
\def \MODULE{Künstliche Intelligenz}
\def \MODULECOMPACT{KI}
\def \AUTHORCOMPACT{Paul Lödige}
\def \DATE{WS 2020/21}
\begin{document}
\input{TitlePage.tex}
\clearpage
\input{Preface.tex}
\clearpage
\input{Content.tex}
\clearpage
\end{document}