forked from nuaatug/nuaathesis
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmaster.tex
41 lines (31 loc) · 849 Bytes
/
master.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
\documentclass[
lang=en,
degree=master, % degree=[bachelor|master|doctor]
fontset=fandol,nobold,
openany,oneside % for electronic reading
% openright,blankleft,twoside % for double side printing
]{nuaathesis}
\graphicspath{{./fig/},{./logo/},{../logo/}}
\input{global.tex}
% \includeonly{content/start,}
\begin{document}
\makecover
\makedeclare
\frontmatter
\makeabstract
\expandafter\nuaatableofcontents
\expandafter\nuaalistoffigurestables
\include{content/abbr}
\mainmatter
\include{content/start}
\include{content/windows}
\include{content/intro}
\appendix
% include appendix here (if any)
\backmatter
\bibliographystyle{nuaabib} % biber style
\bibliography{bib/sample} % biber database
\include{content/manref} % if reference is hand-coded
\include{content/acknowledge}
\include{content/backmatter}
\end{document}