A continuously maintained thesis template for LaTeX documents, forked from the official thesis template of BME-VIK (Budapest University of Technology and Economics, Faculty of Electrical Engineering and Informatics). There is also a Microsoft Word template available.
The latest PDF outputs of the build:
If you fork this repository, please revise the Travis integration:
- Remove the Slack notification or redirect it.
- Remove the call for the deployment script (
./deploy.sh
) or redirect it. To do this, you will need to use a GitHub token and encrypt it for Travis, which requires Ruby. For details, see [this guide].
Please rename the thesis.tex
file to something more descriptive, e.g. john-doe-msc-thesis.tex
. If you are using make
to build the document, also update the Makefile
.
For writing LaTeX documents, we recommend the TeXstudio editor.
Make sure you get a clean run. For example, to run PDFLaTeX, invoke the build with the following command:
make clean pdflatex
The xcolor
package tends to be problematic on some platforms with outdated TeX distributions.
If you experience problems, try to place the xcolor.sty
file to the src
directory.
If you found any bugs or missing features that should be included, please raise an issue. Pull requests are also welcome!