This template was originally used for typesetting a master's thesis at the Institute of Physics and Technology, UrFU. However, it is quite universal and can be used for other works.
It has been tested and so far has worked successfully on Fedora 20 (x86_64) with TeX Live 2014. The included Makefile provides the following options:
make latex
compiles the document,make clean
removes temporary and intermediate files,make view
opens the resulted document usingxdg-open
on Linux.
You can use Virtual machine for compiling process. This is simple:
- Install VirtualBox (https://www.virtualbox.org/wiki/Downloads)
- Install Vagrant (http://www.vagrantup.com/downloads)
- Run
vagrant up
- Run
vagrant ssh
and use the described above commands (make latex
) - Check
masters-thesis.pdf
on your file system
The present template is not officially approved and you may use it on your own risk. It may be useful to rework the title page because at the moment it significantly differs from the proposed one.
The code of this template (primarily, TeX files) is derived from the master's thesis of Dmitry Ustalov. Please use GitHub issues to propose improvements.