128 lines
3.3 KiB
TeX
Executable File
128 lines
3.3 KiB
TeX
Executable File
% !Mode:: "TeX:UTF-8"
|
|
\input{./Preamble/Article.tex}
|
|
\input{./Preamble/Constants.tex}
|
|
\input{./Preamble/Page.tex}
|
|
\input{./Preamble/Main.tex}
|
|
|
|
\usepackage{framed}
|
|
|
|
% -----------------------------------------
|
|
% Silbentrennung
|
|
% -----------------------------------------
|
|
\hyphenation{
|
|
ANSYS CATIA DOWEC WindPACT
|
|
}
|
|
% wird nach \selectlanguage{ngerman} zurückgesetzt
|
|
|
|
%\includeonly{V2,V3}
|
|
|
|
\areaset[0mm]{150mm}{223mm}
|
|
\begin{document}
|
|
\dosecttoc
|
|
\pagenumbering{roman}\setcounter{page}{1}
|
|
|
|
\include{./sections/Title}
|
|
\include{./sections/Abstract}
|
|
|
|
|
|
\pdfbookmark[1]{Inhaltsverzeichnis}{toc}
|
|
\tableofcontents
|
|
\markboth{Inhaltsverzeichnis}{}
|
|
|
|
\clearpage\thispagestyle{plain}
|
|
%\addcontentsline{toc}{section}{Abbildungs-- und Tabellenverzeichnis}
|
|
%\addstarredsection{Abbildungs-- und Tabellenverzeichnis} % Von Paket minitoc benötigt für Eintrag im Hauptinhaltsverzeichnis, bei scrreprt wohl
|
|
|
|
|
|
\begin{spacing}{1.25}
|
|
\begingroup
|
|
\renewcommand*{\addvspace}[1]{}
|
|
\phantomsection
|
|
\addcontentsline{toc}{section}{Abbildungsverzeichnis}
|
|
\listoffigures\mtcaddsection
|
|
%\vspace{2em}
|
|
%\clearpage
|
|
\phantomsection
|
|
\addcontentsline{toc}{section}{Tabellenverzeichnis}
|
|
\listoftables\mtcaddsection
|
|
\endgroup
|
|
\end{spacing}
|
|
%\markboth{Abbildungs- und Tabellenverzeichnis}{}
|
|
|
|
\include{./sections/SymbolsCodes}
|
|
|
|
\incrementstc\clearpage\thispagestyle{empty}
|
|
\null\newpage
|
|
\pagenumbering{arabic}\setcounter{page}{1}
|
|
%\acresetall % resets all acronyms to not used. Useful after the abstract to redefine all acronyms in the introduction.
|
|
|
|
%\begin{multicols}{2}
|
|
%\vfill
|
|
%\columnbreak
|
|
%\setcounter{section}{1}\\
|
|
\include{./sections/Einleitung}
|
|
\include{./sections/Theorie}
|
|
\clearpage\thispagestyle{empty}
|
|
\null\newpage
|
|
\include{./sections/Modellentwicklung}
|
|
\include{./sections/Untersuchung}
|
|
\clearpage\thispagestyle{empty}
|
|
\null\newpage
|
|
\include{./sections/Schlussbetrachtung}
|
|
%\end{multicols}
|
|
|
|
|
|
\newpage\thispagestyle{plain}
|
|
%{\raggedright
|
|
%\printbibheading
|
|
\printbibliography[
|
|
%heading=subbibliography,
|
|
%title={Gedruckte Medien},
|
|
%section=1, % entries cited in reference section 1, similar with segment
|
|
%type=book, % Print only entries whose entry type is 'book'
|
|
%nottype=online, % Print only entries whose entry type is not 'online', may be used multiple times.
|
|
% same with keyword,category
|
|
%maxnames=99, % Literaturliste mit Angabe sämtlicher Verfassender
|
|
]
|
|
%\printbibliography[heading=subbibliography,title={Online Medien},type=online]
|
|
%}
|
|
|
|
%\include{Declaration}
|
|
\addtocounter{stc}{-1}
|
|
%\adjuststc
|
|
%\incrementstc
|
|
%\decrementstc
|
|
\include{./sections/Appendix}
|
|
|
|
\clearpage
|
|
|
|
%\renewcommand{\glossarymark}[1]{}
|
|
%\renewcommand{\glossarymark}[1]{\markright{#1}}
|
|
%\glsaddall % definiert in Glossary.tex
|
|
%\renewcommand*{\glossaryname}{Auflistung der zu erklärenden Begriffe}
|
|
%\phantomsection
|
|
%\addcontentsline{toc}{section}{\glossaryname}
|
|
%\printglossaries
|
|
%\markboth{\glossaryname}{} % \glossaryname
|
|
%\markboth{\glossaryname\ und \indexname}{}
|
|
\thispagestyle{plain}
|
|
|
|
\clearpage
|
|
%\indexprologue[spacing]{text}
|
|
%??? Index -> Stichwortverzeichnis, Sachverzeichnis
|
|
%\renewcommand{\indexname}{Stichwortverzeichnis}
|
|
%\phantomsection
|
|
%\addcontentsline{toc}{section}{\indexname}
|
|
%\printindex
|
|
%\mtcfixindex[chapter|section|part]
|
|
|
|
|
|
%\newpage
|
|
%~
|
|
|
|
% Prüfungsexemplar
|
|
%\includepdf[pages=-]{pdfs/Erklaerung}
|
|
%\markboth{Erklärung}{}
|
|
|
|
\end{document}
|