-
Notifications
You must be signed in to change notification settings - Fork 1
/
thesis.tex
43 lines (31 loc) · 960 Bytes
/
thesis.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
%!TEX program = xelatex
\immediate\write18{makeindex -s nomencl.ist -o "\jobname.nls" "\jobname.nlo"}
\documentclass{Classes/UITBA}
\include{Preamble/Premable}
\begin{document}
\selectlanguage{vietnamese}
%\begin{otherlanguage}{vietnamese} %Uncomment this line and its corresponding ending line if \selectlanguage{english}
\pagestyle{empty}
\newgeometry{left=3cm,right=3cm,top=3cm,bottom=3cm}
\include{Cover/Cover}
\clearpage
\restoregeometry
\include{TheBoard/TheBoard}
\include{Acknowledgement/Acknowledgement}
\include{Comment/Comment}
%\end{otherlanguage}
\pagestyle{empty}
\tableofcontents
\listoffigures
\listoftables
\renewcommand{\nomname}{\IfLanguageName{vietnamese}{Danh sách các từ viết tắt}{Abbreviations}}
\printnomenclature[2cm]
\clearpage
\pagestyle{plain}
\setcounter{page}{1}
\include{Abstract/Abstract}
\include{Chapter1/Chapter1}
\include{Chapter2/Chapter2}
\include{Chapter3/Chapter3}
\printbibliography
\end{document}