Terms of use
------------
For license terms see LICENSE file. 
The file todonotes.sty is distributed under separate license (see inside the
fiel).

In plain language: do whatever you like with the template but do not blame
me if something goes wrong.



Required tools
--------------

fig2dev  -- for converting fig files to pdf
pdflatex -- with appropriate packages set.
bibtex

Compilation
-----------

To compile the thesis:

make pdf

It will create the file main.pdf

Cleaning
--------
To remove all generated files except the final PDF file type:
make clean

To remove absolutely all generated files type:
make distclean
