BSc and MSc tex templates
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

main.tex 570B

12345678910111213141516171819202122232425262728293031
  1. \documentclass[a4paper, 12pt, oneside]{book}
  2. \input{preamble}
  3. % \msctrue{} za master tezu, \bsctrue{} za diplomski rad
  4. \msctrue{}
  5. \naslov{Наслов рада\n на српском језику}
  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{tutorial}
  20. \end{document}