-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththesis.tex
88 lines (57 loc) · 2.01 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
% [Put Your Thesis Title Here]
% By: [Put Your Name Here]
%
%----------------------------------------------------------------------------
%----------------------------------------------------------------------------
%
% LaTeX Thesis Template (v2.0)
% By: Hamid Zarrabi-Zadeh
% Last Modified: June 06, 2014
%
% Contributors:
% Ehsan Emamjomeh-Zadeh
% Omid Gheibi
%
%----------------------------------------------------------------------------
\documentclass[oneside,a4paper,11pt]{book}
\usepackage[nottoc]{tocbibind}
\usepackage{multirow}
\input{styles/common.tex}
\input{styles/custom.tex}
\newcommand{\fasele}{\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }
\begin{document}
% -------------------- Front Pages --------------------
\pagenumbering{harfi}
\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{plain}
\tableofcontents \newpage
\listoffigures \newpage
\listoftables \newpage
\pagenumbering{arabic}
% -------------------- Chapters --------------------
\pagestyle{fancy}
\pagenumbering{arabic}
\input{chapters/introduction}
\input{chapters/definitions}
\input{chapters/literature}
\input{chapters/results}
\input{chapters/conclusions}
% -------------------- Appendices --------------------
% -------------------- 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}