-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tex
54 lines (38 loc) · 1.04 KB
/
main.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
\documentclass[12pt,a4paper, twoside,]{report}
\input{setup.tex}
\pagenumbering{roman}
\begin{document}
\input{decorations/titlepage.tex}
\input{decorations/titleback.tex}
\input{decorations/prologue.tex}
\input{decorations/declaration.tex}
\input{decorations/acknowledgements.tex}
\newpage
\huge
\begin{center}
\vspace*{9cm}
\textbf{Main Contents}
\end{center}
\input{chapters/abstract}
\newpage
\normalsize
{
\hypersetup{linkcolor=CadetBlue}
\tableofcontents
}
\newpage
\label{glossary}
\printglossary
\newpage
\pagenumbering{arabic}
\input{chapters/intro.tex}
\part{Notes on representing the thesis}{The following chapters discuss tips to organise the documents, represent figures and tables}\label{part:codes} %edit this
\input{chapters/structure.tex}
\input{chapters/floats.tex}
\part{Notes on writing styles}{}\label{part:writing}
\input{chapters/writing.tex}
\bibliographystyle{geneticsstyle}
\bibliography{references_extended.bib}
\addcontentsline{toc}{chapter}{Bibliography}
\input{chapters/appendices.tex}
\end{document}