% A simple AAU report template.
% 2015-05-08 v. 1.2.0
% Copyright 2010-2015 by Jesper Kjær Nielsen <jkn@es.aau.dk>
%
% This is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% This is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
% You can find the GNU General Public License at <http://www.gnu.org/licenses/>.
%
\input{setup/preamble.tex}% package inclusion and set up of the document
\input{setup/hyphenations.tex}%
\input{setup/macros.tex}% my new macros
\begin{document}
%frontmatter
%\pagestyle{empty} %disable headers and footers
%\pagenumbering{roman} %use roman page numbering in the frontmatter
\input{sections/frontpage.tex}
%\input{sections/colophon.tex}
%\input{sections/titlepages.tex}
%\cleardoublepage
\pdfbookmark[0]{Contents}{label:contents}
\pagestyle{fancy} %enable headers and footers again
%\tableofcontents
%\listoftodos
\input{sections/1_preface.tex}
%\cleardoublepage
%mainmatter
\pagenumbering{arabic} %use arabic page numbering in the mainmatter
%\input{sections/introduction.tex}
\input{sections/2_convexity.tex}
\input{sections/3_duality_1.tex}
\input{sections/4_kkt.tex}
\input{sections/3_2_duality_2.tex}
\input{sections/5_simulation.tex}
\input{sections/references.tex}
%\printbibliography[heading=bibintoc]
%\label{bib:mybiblio}
\appendix
\input{sections/appAname.tex}
\end{document}