Contact: Nalevajko Tomas <nalevajk@dcs.fmph.uniba.sk>

LaTex package for Comenius University thesis.

Template includes:
	- titlepage
	- contents
	- bibliography
	- Makefile for making sources to pdf with contents and bibliography

Commands provided:
	\titlepage				- before titlepage is used, \author, \title, \advisor, \year and \month need to be provided.
	\thesisbibliography		- \bibliographystyle need to be defined, e.g. \bibliographystyle{plain}
							- parameter to include bibtex file. See also Makefile (same name as thesis tex file is needed)

Makefile:
	Copy your tex files into the directory. Type 'make'. Make command creates pdf file with contents and bibliography.

See also ailab.fmph.uniba.sk/~novak/diploma-tg.html. Title page definiton is taken from that package. Some additional information could be find there. This only some extension of its "include" method to regular latex package. It works for me. 
