-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
54 lines (31 loc) · 817 Bytes
/
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
%%%% Preamble
\documentclass[
12pt,
a4paper,
% twoside,
% openright
]{report}
\input{setup/mypackages}
\addbibresource{references.bib}
%%%%%%%
\title{Thesis Title}
% \author{Your Name} % It won't appear in the current style
% \supervisor{Supervisor Name} % It won't appear in the current style
\examroll{Insert Exam Roll}
\reg{Insert Reg. No.}
\session{Insert Session}
\date{Month Year}
\begin{document}
%%%% Frontmatter
\input{setup/pagelayout}
%%%% Main body
% \setcounter{chapter}{-1} % to start chapter numbering at 0
\input{chapters/introduction.tex}
\input{chapters/background.tex}
\input{chapters/conclusion.tex}
%%%% Endmatter
\appendix
% \chapter{An Appendix}
% \input{endmatter/appendix01.tex}
\printbibliography[heading=bibintoc, title={References}]
\end{document}