TUD-Dissertation
Author
K.P. Hart
Last Updated
4년 전
License
Creative Commons CC BY 4.0
Abstract
T.U. Delft dissertation
T.U. Delft dissertation
\documentclass{TUD-dissertation2020}
\usepackage[style=apa,refsection=chapter]{biblatex}
\addbibresource{dissertation.bib}
\begin{document}
%% Specify the title and author of the thesis. This information will be used on
%% the title page (in title/title.tex) and in the metadata of the final PDF.
\title[Optional Subtitle]{Title}
\author{Albert}{Einstein}
%% Use Roman numerals for the page numbers of the title pages and table of
%% contents.
\frontmatter
\include{title/title}
%% The (optional) dedication can be used to thank someone or display a
%% significant quotation.
\dedication{\epigraph{Science is a wonderful thing \\ if one does not have to earn one's living at it.}{Albert Einstein}}
\tableofcontents
\include{summary/summary}
\include{preface/preface}
%% Use Arabic numerals for the page numbers of the chapters.
\mainmatter
%% Turn on thumb indices.
\thumbtrue
\include{chapter-1/chapter-1}
\include{conclusion/conclusion}
\include{epilogue/epilogue}
\include{acks/acks}
%% Use letters for the chapter numbers of the appendices.
\appendix
%\include{appendix-a/appendix-a}
%% Turn off thumb indices for unnumbered chapters.
\thumbfalse
\include{cv/cv}
\include{publications/publications}
\end{document}