-
Notifications
You must be signed in to change notification settings - Fork 36
/
thesis.tex
executable file
·93 lines (57 loc) · 2.14 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
89
90
91
92
% PLEASE DO NOT REMOVE OR CHANGE THIS BLOCK
% ===========================================================
%
% A LaTeX Template for Typesetting Theses in Persian
% By: Hamid Zarrabi-Zadeh
% Source: https://github.com/zarrabi/thesis-template
%
% License: Creative Commons Attribution 4.0
% https://creativecommons.org/licenses/by/4.0/
%
% Contributors: Ehsan Emamjomeh-Zadeh and Omid Gheibi
% See the full list of contributors at GitHub.
%
% ===========================================================
\documentclass[oneside,a4paper,12pt]{book}
\input{styles/common.tex}
\input{styles/custom.tex}
\begin{document}
% -------------------- Font Settings --------------------
%\shariffont % برای استفاده از فونت شریف این خط را فعال کنید
% -------------------- Front Pages --------------------
\include{front/info}
\pagestyle{empty}
\include{front/template/title}
% info: برای درج هر یک از صفحات زیر، خط مربوطه را فعال کنید
%\include{front/template/besmellah} % صفحه بسم الله
%\include{front/template/signatures} % صفحه تصویبنامه
%\include{front/template/declaration} % صفحه اظهارنامه
\pagestyle{plain}
\pagenumbering{tartibi}
\include{front/acknowledge} % صفحه سپاس
\include{front/abstract}
% -------------------- Table of Contents --------------------
\tableofcontents \newpage
\listoftables \newpage
\listoffigures \newpage
% -------------------- Chapters --------------------
\pagenumbering{arabic}
\include{chapters/introduction}
\include{chapters/preliminaries}
\include{chapters/literature}
\include{chapters/results}
\include{chapters/conclusions}
% -------------- Bibliography & Dictionary ---------------
\include{bibs/bibs}
\include{front/dictionary}
% -------------------- Appendices --------------------
\begin{appendix}
\include{chapters/appendix}
\end{appendix}
% -------------------- English Pages --------------------
%\newgeometry{left=3cm,right=2.5cm}
\pagestyle{empty}
\include{front/abstract-eng}
\include{front/template/title-eng}
% -------------------- The End! --------------------
\end{document}