generated from StefanoCretti/QCB_thesis_TeX_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprincipal.tex
28 lines (25 loc) · 945 Bytes
/
principal.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\documentclass[11pt, twoside]{book}
\input{prefix} % Place all packages and function definitions in the prefix file
\begin{document}
% Do not add page numbers
\pagenumbering{gobble}
\input{chapters/00_title_page/title_page}
\tableofcontents
% Start page number on abstract
\cleardoublepage
\pagenumbering{arabic}
\pagestyle{plain}
\input{chapters/01_abstract/abstract}
\input{chapters/02_introduction/introduction}
\input{chapters/03_objectives/objectives}
\input{chapters/04_materials_and_methods/materials_and_methods}
\input{chapters/05_results/results}
\input{chapters/06_discussion/discussion}
\input{chapters/07_conclusions/conclusions}
% Stop page number after last numbered chapter
\cleardoublepage
\pagenumbering{gobble}
\input{chapters/08_references/references}
\input{chapters/90_appendix_i/appendix_i}
\input{chapters/91_appendix_ii/appendix_ii}
\end{document}