-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththesis.tex
More file actions
42 lines (28 loc) · 693 Bytes
/
thesis.tex
File metadata and controls
42 lines (28 loc) · 693 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
39
40
41
42
{\bf }\documentclass{thesis.cs.pub.ro}
\makeindex
\begin{document}
\input{src/global}
\begin{frontmatter} % roman numbering
%\maketitle
% \input{template/titlepage.ro}
\input{template/titlepage.en}
\begin{acknowledgements}
\input{src/base/acknowledgements}
\end{acknowledgements}
\begin{abstract}
\input{src/base/abstract}
\end{abstract}
\input{template/contents.pages}
\printabbrev
\end{frontmatter} % end roman numbering
% 1.5 linespacing for the contents
% \onehalfspacing
\input{src/main}
\appendix
\input{src/appendix/index}
\bibliography{src/main}
\bibliographystyle{ieeetr}
\bibliographystyle{plain}
\addcontentsline{toc}{chapter}{Bibliography}
\printindex
\end{document}