This repository includes a template for your thesis.
- Click on the "Use this template" button in GitHub and make a new private repository for your thesis.
- Clone your new repository with
git
. - Run
make
to check that everything works. The resulting thesis file should be inthesis.pdf
- Fill in the blanks in
metadata.tex
. - Read through the example code, then erase it.
- Write your thesis.
- Remove the
todos.tex
file. - Submit and defend the thesis!
Be sure to install a LaTeX toolchain with lualatex
support.
- On a unix-style system, use TeXLive, your package manager has something like
texlive-full
ortexlive-scheme-full
. - On Windows, use MiKTeX.
If you want to have a Overleaf-like experience locally, we recommend using VSCode with the james-yu.latex-workshop
package.
This template provides a basic thesis structure and a brief description of what to put in each chapter. While this is a good starting point, we offer no guarantee that this structure is appropiate for your particular thesis or covers all requirements for a good grade. It is your responsibility to appropiately adjust this template to fit your needs and requirements.
Most of the default text and the overall structure is based on https://github.com/exaexa/better-mff-thesis, which is available in the public domain. Thanks!