Tampere University of Technology - Doctoral Thesis
Autor
TUT
Letzte Aktualisierung
vor 8 Jahren
Lizenz
Creative Commons CC BY 4.0
Abstrakt
Doctoral thesis template for Tampere University of Technology
26.08.2014
rev. 1.01
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Doctoral thesis template for Tampere University of Technology
% 26.08.2014
% rev. 1.01
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[twoside,b5paper,openright]{memoir}
\usepackage{tut_thesis}
%%%%%%%%%%%%%%%%%%%%%%%%%%% Select style of citations %%%%%%%%%%%%%%%%%
% author-year style
\usepackage[sort]{natbib}
% superscripted numerical citations for e.g. chemistry theses
%\usepackage[sort,super]{natbib}
% numbered references style, replace 'sort&compress' with 'sort'
% if you prefer [1],[2],[3] instead of [1-3] with multiple citations
%\usepackage[sort&compress,square,numbers]{natbib}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\frontmatter
\include{Abstract}
\include{Preface}
%disable microtype features during table of contents
\microtypesetup{protrusion=false}
\cleardoublepage
\tableofcontents* %starred version prevents 'Contents' from being listed
\microtypesetup{protrusion=true}
%include your chapters below
\include{abbrev}
\include{nomenclature}
\include{publications}
\mainmatter
\include{introduction}
\include{discussion}
\include{conclusions}
\backmatter
%%%%%%%%%%%%%%%%%%%%%%%%%%% Select style of bibliography %%%%%%%%%%%%%%%%%
% use this style for all numbered citations
%\bibliographystyle{bib_numbered}
% use this style for author-year citations
\bibliographystyle{bib_authoryear}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliography{thesis_bibliography}
%%%%%%%%%%%%%% List of publications for compilation theses %%%%%%%%%%%%%%%
\renewcommand\appendixpagename{Publications}
\renewcommand\appendixtocname{Publications}
\appendix
\begingroup
\makeatletter
\let\ps@plain\ps@empty
\appendixpage
\makeatother
\endgroup
\chapter*{Publication I}
\thispagestyle{empty}
Author A., Author B. "Title of Publication", \emph{Journal of...}
\\\\
\noindent\copyright\ 2014
% use pdfpages to attach your publications (see package documentation for more info)
% use eg.
% \includepdf[pages=-]{Publication_1.pdf}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}