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:
[XeLaTeX HU]
|[PDFLaTeX HU]
|[LuaLaTeX HU]
[XeLaTeX EN]
|[PDFLaTeX EN]
|[LuaLaTeX EN]
[XeLaTeX Duplex]
|[PDFLaTeX Duplex]
|[LuaLaTeX Duplex]
If you fork this repository, please adjust the URLs in this file to your repository.
Please rename the thesis.tex
file to something more descriptive, e.g. john-doe-msc-thesis.tex
, also in the .gitignore
and .github/workflows/compile-latex.yml
files. As the Continuous Integration (CI) uses 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!