-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis_separate.tex
52 lines (39 loc) · 951 Bytes
/
thesis_separate.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
\documentclass[a4paper, 12pt, twoside]{memoir}
\newcommand{\pms}{\par\medskip}
\input{./tex/packages}
\begin{document}
{\fontfamily{lmss}\selectfont
% front matter %
\frontmatter
\include{./tex/preface}
\include{./tex/abstract}
\tableofcontents*
% \listoftables
\listoffigures
\glsaddall
\printglossary[title=List of Acronyms, toctitle=List of Acronyms,type=\acronymtype]*
% main text %
\mainmatter
\renewcommand{\thechapter}{C}
\include{./tex/context}
\renewcommand{\thechapter}{\arabic{chapter}}
\include{./tex/ch_literaturereview}
\include{./tex/ch_indrop}
\include{./tex/ch_dropatac}
\include{./tex/ch_seq}
\include{./tex/ch_conclusion}
% back matter %
\bibliography{./tex/bibliography}
\input{./tex/app}
\pagenumbering{gobble}
\afterpage{\blankpage}
\input{./tex/vulg}
\newpage
% \begin{figure*}
% \centering
% \includegraphics[width=1.5cm]{./ims/jsb.png}
% \end{figure*}
% \clearpage
\afterpage{\blankpage}
}
\end{document}