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