Skip to content

arminzavada/activity-gamma-tdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thesis-template-latex

Build status

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:

User's Guide

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.

Troubleshooting

Build fails

Make sure you get a clean run. For example, to run PDFLaTeX, invoke the build with the following command:

make clean pdflatex

xcolor

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.

Improvements

If you found any bugs or missing features that should be included, please raise an issue. Pull requests are also welcome!

About

Thesis template for LaTeX documents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 88.8%
  • Lua 9.0%
  • Makefile 1.5%
  • Other 0.7%