forked from habedi/IUST-Master-Thesis-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
38 lines (35 loc) · 746 Bytes
/
main.tex
File metadata and controls
38 lines (35 loc) · 746 Bytes
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
\documentclass[twoside,openany,msc]{IUST-Thesis}
\input{premeable}
\begin{document}
\tracinggroups=1
\pagenumbering{harfi}
\input{pages/faTitle}
\tableofcontents
\newpage
\listoffigures \newpage
\listoftables \newpage
\addcontentsline{toc}{chapter}{\listalgorithmname}
\listofalgorithms \newpage
\input{pages/acronyms}
\pagestyle{fancy}
\include{chapters/1}
\include{chapters/2}
\include{chapters/3}
\include{chapters/4}
\include{chapters/5}
\pagestyle{empty}
{
\onehalfspacing
\bibliographystyle{ieeetr-fa}%{acm-fa}
\bibliography{references/references}
\nocite{*}
}
\pagestyle{fancy}
\onehalfspacing
\include{pages/dicfa2en}
\include{pages/dicen2fa}
%\include{pages/appendix1}
\printindex
\input{pages/enTitle}
\label{LastPage}
\end{document}