-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
executable file
·88 lines (54 loc) · 1.74 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
%--------------------------------------------------------------------------
%
% M.Sc. Thesis/Seminar
% [Trafic Flow Optimization: AI Approaches]
% By: [Peiman Nourani Maranni]
%
%--------------------------------------------------------------------------
%--------------------------------------------------------------------------
%
% LaTeX Thesis Template (v2.1)
% By: Hamid Zarrabi-Zadeh
%
% Contributors:
% Ehsan Emamjomeh-Zadeh
% Omid Gheibi
%
%--------------------------------------------------------------------------
\documentclass[oneside,a4paper,11pt]{book}
\input{styles/common.tex}
\input{styles/custom.tex}
\begin{document}
% -------------------- Front Pages --------------------
%\pagenumbering{alph}
\input{front/info.tex}
\input{front/template/title.tex}
\input{front/template/besmellah.tex}
\input{front/template/signatures.tex}
%\input{front/acknowledge.tex}
\input{front/abstract.tex}
% -------------------- Table of Contents --------------------
\pagestyle{fancy}
\tableofcontents \newpage
\listoffigures \newpage
%\listoftables \newpage
%\pagenumbering{arabic}
% -------------------- Chapters --------------------
\include{chapters/introduction}
\include{chapters/rl}
\include{chapters/definitions}
\include{chapters/literature}
%\include{chapters/conclusions}
% -------------------- Appendices --------------------
% \begin{appendix}
% \include{chapters/appendix}
% \end{appendix}
% -------------------- Bibliography --------------------
\input{bibs/bibs.tex}
% -------------------- English Pages --------------------
\newgeometry{left=3cm,right=2.5cm}
%\input{front/dictionary}
\input{front/abstract-eng.tex}
\input{front/template/title-eng.tex}
% -------------------- The End! --------------------
\end{document}