Chalmers Licentiate Thesis Template
Auteur
Emil Alégroth, Robert Feldt, Grischa Liebel, Linda Erlenhov, Roc R. Currius
Last Updated
il y a un an
License
Other (as stated in the work)
Résumé
https://github.com/CSEPhd-council/thesis-template
\documentclass[10pt,onecolumn,openright]{book}
% Configure title, author, etc of the thesis in TexFiles/settings.tex
%================================================================%
% All packages and new commands are treated in an own document %
%================================================================%
\input{TexFiles/settings}
%%==============The document begins here
\begin{document}
\frontmatter
%================================================================%
% Auxiliary pages
%================================================================%
%The first three pages. Regulated by the Chalmers/GU layouting guidelines.
%CHECK those to be sure the format is up to date and everything is included!
\include{TexFiles/firstpage}
\setcounter{page}{1}
%The dedication.
\thispagestyle{plain}
\include{TexFiles/dedication}
%Abstract. Word length regulated by Chalmers/GU layouting guidelines.
\thispagestyle{empty} % To avoid page numbers in blank pages
\cleardoublepage \addcontentsline{toc}{chapter}{Abstract}
\thispagestyle{plain}
\include{TexFiles/abstract}
%Publication list. NOT the actual papers.
\thispagestyle{empty} % To avoid page numbers in blank pages
\cleardoublepage \addcontentsline{toc}{chapter}{List of Publications}
\thispagestyle{plain}
\include{TexFiles/publicationsList}
%Acknowledgement
\thispagestyle{empty} % To avoid page numbers in blank pages
\cleardoublepage \addcontentsline{toc}{chapter}{Acknowledgement}
\thispagestyle{plain}
\include{TexFiles/acknowledgment}
%================================================================%
% Table of contents, list of figures and tables
%================================================================%
\thispagestyle{empty} % To avoid page numbers in blank pages
\cleardoublepage
\thispagestyle{plain}
\tableofcontents
\newpage
%If needed, lists of figures and tables
%\listoffigures
%\listoftables
\thispagestyle{empty} % To avoid page numbers in blank pages
\cleardoublepage
\mainmatter
%================================================================%
% Chapters
%================================================================%
\thispagestyle{empty} % To avoid page numbers in blank pages
\cleardoublepage
\part{Summary}
\label{part:summary}
\newpage
\thispagestyle{empty} % To avoid page numbers in blank pages
\cleardoublepage
\include{TexFiles/summary}
%%================================================================%
%% Bibliography
%%================================================================%
\newpage
\thispagestyle{empty} % To avoid page numbers in blank pages
\cleardoublepage\addcontentsline{toc}{chapter}{Bibliography}
% Choose citation styles depending on whether you want numeric/alphabetic in settings.tex
\printbibliography
%================================================================%
% Appended papers
%================================================================%
%The actual papers that are included in the thesis
\newpage
\thispagestyle{empty} % To avoid page numbers in blank pages
\cleardoublepage
\part{Appended Papers}
\newpage
\thispagestyle{empty} % To avoid page numbers in blank pages
\cleardoublepage
\include{TexFiles/appendedPapers}
%
%================================================================%
% Appendices
%================================================================%
%\cleardoublepage
%I place all appendices at the end of the thesis. Of course, you can also change this so that each appendix is directly following the paper it belongs to.
%\addcontentsline{toc}{chapter}{Appendix}
%\appendix
%\chapter{Appendix - Paper A}
%\input{papers/paperA/03_appendix}
\end{document}