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 3 years ago
img Add tmtkthesis class 3 years ago
.gitignore Initial commit 3 years ago
LICENSE Initial commit 3 years ago
README.md Fix readme 3 years ago
main.pdf Add tmtkthesis class 3 years ago
main.tex Replace lat by cyr 3 years ago
tmtkthesis.cls Fix newlines in title 3 years ago
tutorial.tex Add tmtkthesis class 3 years ago

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 
}
...