LaTeX class za diplomske i master teze na Katedri za tehničku mehaniku i teoriju konstrukcija Građevinskog fakulteta Univerziteta u Beogradu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marko Radisic 51a540b83f Fix newlines in title hace 3 años
img Add tmtkthesis class hace 3 años
.gitignore Initial commit hace 3 años
LICENSE Initial commit hace 3 años
README.md Fix readme hace 3 años
main.pdf Add tmtkthesis class hace 3 años
main.tex Replace lat by cyr hace 3 años
tmtkthesis.cls Fix newlines in title hace 3 años
tutorial.tex Add tmtkthesis class hace 3 años

README.md

tmtkthesis

LaTeX class za diplomske i master teze na Katedri za tehničku mehaniku i teoriju konstrukcija Građevinskog fakulteta Univerziteta u Beogradu

Ugledni primjer

PDF

Opcije

Za Master rad koristiti:

\usepackage[msc]{tmtkthesis}

Za Diplomski rad koristiti:

\usepackage[bsc]{tmtkthesis}

Ukoliko je sadržaj dat u vidu stavki (items) koristiti:

\usepackage[msc, itemtoc]{tmtkthesis}
...
\krataksadrzaj{
\item Prva 
\item Druga 
}
...