BSc and MSc tex templates
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839
  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}
  7. \mentor{Проф. Др Петар Петровић}
  8. \student{Петар Петровић 111/11}
  9. \datum{01.05.2020.}
  10. \begin{document}
  11. \frontmatter
  12. \pagestyle{frontmatter}
  13. \maketitle
  14. \include{prvestrane}
  15. \pagestyle{frontmatter}
  16. \cleardoublepage{}
  17. \begin{singlespace}
  18. \tableofcontents
  19. \end{singlespace}
  20. \mainmatter\pagestyle{mainmatter}
  21. \include{intro}
  22. \appendix
  23. \cleardoublepage{}
  24. % \include{ap}
  25. % \printbibliography{}
  26. \end{document}