Create aggregate thesis structure, initial import of papers
This commit is contained in:
parent
a2565bab43
commit
9bec99b729
169 changed files with 3867 additions and 387 deletions
29
chapter-template.tex
Normal file
29
chapter-template.tex
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
\documentclass[11pt,a4paper,notitlepage,twoside]{report}
|
||||
\usepackage[a4paper, top=3cm, bottom=3.5cm, inner=3.5cm, outer=5cm, marginpar=3.8cm]{geometry}
|
||||
|
||||
\input{common-packages}
|
||||
\input{common-defs}
|
||||
\newcommand{\figurepath}{figures}
|
||||
\graphicspath{{\figurepath}}
|
||||
|
||||
\newcommand{\chaptertitle}[1]{
|
||||
\faketableofcontents
|
||||
\chapter{#1}
|
||||
\ifdefined\thesispreviewmode
|
||||
{\Large \textbf{Draft build}, git revision \texttt{\input{version}}}
|
||||
\fi
|
||||
\setstretch{1}
|
||||
\minitoc
|
||||
\newpage
|
||||
\setstretch{1.3}
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\input{chapter}
|
||||
|
||||
\chapterbibliography
|
||||
|
||||
\appendix
|
||||
|
||||
\end{document}
|
||||
Loading…
Add table
Add a link
Reference in a new issue