-
Notifications
You must be signed in to change notification settings - Fork 3
/
thesis.tex
67 lines (50 loc) · 1.23 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
\documentclass{UUTex}
% glossary
\glstoctrue
\makeglossaries
\include{TeX/glossary}
% begin the document...
\begin {document}
\fontsize{13pt}{13pt}\selectfont
% alphabetic page numbering for non-report pages...
\pagenumbering {alph}
% the besmele page...
\include {TeX/fa/besmele}
% the cover page...
\include {TeX/fa/cover}
% submission page...
\include {TeX/fa/submission}
% evaluation page...
\include {TeX/fa/donation}
% acknowledgements page...
\include {TeX/fa/thanking}
% the abstract page...
\include {TeX/fa/abstract}
% table of content...
\tableofcontents
\newpage
\listoftables
\newpage
\listoffigures
\newpage
% begin the arabic page numbering from now on...
\pagenumbering {arabic}
% the report body...
\include {TeX/body/1-introduction}
\include {TeX/body/2-related_works}
\include {TeX/body/3-proposed_method}
\include {TeX/body/4-evaluation}
\include {TeX/body/5-conclusion}
\include {TeX/body/6-references}
% the glossary
\include{Tex/en/dicen2fa}
\include{Tex/fa/dicfa2en}
\printglossaries
% appendixes section...
\begin {latin}
% english abstract page...
\include {TeX/en/abstract}
% english cover page...
\include {TeX/en/cover}
\end {latin}
\end {document}