BSc and MSc tex templates
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 4 Jahren
vor 4 Jahren
12345678910111213141516171819202122232425262728293031323334353637
  1. \documentclass[a4paper, 12pt, oneside]{book}
  2. \input{preamble}
  3. % \msctrue za master tezu, \bsctrue za diplomski rad
  4. \msctrue{}
  5. \naslov{Наслов рада\protect\\ на српском језику}
  6. \naslove{Thesis title in English}
  7. \mentor{Проф. Др Петар Петровић}
  8. \student{Петар Петровић 111/11}
  9. \odobreno{01.05.2020.}
  10. \godina{2020.}
  11. \begin{document}
  12. \frontmatter
  13. \pagestyle{frontmatter}
  14. \maketitle
  15. \include{prvestrane}
  16. \pagestyle{frontmatter}
  17. \tableofcontents
  18. \mainmatter\pagestyle{mainmatter}
  19. \include{intro}
  20. \appendix
  21. \cleardoublepage{}
  22. % \include{ap}
  23. % \printbibliography{}
  24. \end{document}