44 lines
599 B
TeX
44 lines
599 B
TeX
\input{dissertation-style/preamble.tex}
|
|
|
|
\begin{document}
|
|
|
|
\input{dissertation-style/front-matter.tex}
|
|
|
|
\mainmatter%
|
|
|
|
%%%%
|
|
%
|
|
% PART 1
|
|
%
|
|
%%%%
|
|
\input{chapter/introduction/main.tex}
|
|
|
|
%%%%
|
|
%
|
|
% PART 2
|
|
%
|
|
%%%%
|
|
|
|
\input{chapter/conclusion/main.tex}
|
|
|
|
|
|
%%%%
|
|
%
|
|
% BACK MATTER
|
|
%
|
|
%%%%
|
|
|
|
\input{dissertation-style/back-matter.tex}
|
|
\addcontentsline{toc}{chapter}{Bibliography}
|
|
\printbibliography%
|
|
|
|
\ifappendix%
|
|
\chapter*{Appendices}
|
|
|
|
\begin{appendices}
|
|
%input appendices here like
|
|
%\input{chapter/background_material/main.tex}
|
|
\end{appendices}
|
|
\fi
|
|
|
|
\end{document}
|