123456789101112131415161718192021222324252627282930313233343536373839 |
- \documentclass[a4paper, 12pt, oneside]{book}
-
- \input{preamble}
-
- % \msctrue za master tezu, \bsctrue za diplomski rad
- \msctrue{}
-
- \naslov{Наслов\protect\\ рада}
- \naslove{Thesis title}
- \mentor{Проф. Др Петар Петровић}
- \student{Петар Петровић 111/11}
- \datum{01.05.2020.}
-
- \begin{document}
-
- \frontmatter
- \pagestyle{frontmatter}
-
- \maketitle
-
- \include{prvestrane}
-
- \pagestyle{frontmatter}
- \cleardoublepage{}
- \begin{singlespace}
- \tableofcontents
- \end{singlespace}
-
- \mainmatter\pagestyle{mainmatter}
-
- \include{intro}
-
- \appendix
- \cleardoublepage{}
- % \include{ap}
-
- % \printbibliography{}
-
- \end{document}
|