This repository serves as a template for organizing and writing your semester project / thesis using LaTeX and Typst.
Two options:
- Clone the repository and compile locally:
git clone https://github.com/eth-lre/thesis-template.git cd thesis-template/latex/ pdflatex main.tex # TODO: might need to run multiple times and bibtex too
- Or use Overleaf template
Two options:
- Clone the repository and compile locally:
git clone https://github.com/eth-lre/thesis-template.git cd thesis-template/typst/ typst compile main.typ - Or upload
typst/to Typst online app.
This template is based on ethz-iis-thesis.
- Master theses should be minimum 20 pages and maximum 50 pages, excluding references.
- You might need to attach a declaration of originality
We welcome feedback and contributions. If you encounter issues or have suggestions for improvements, please open an issue on GitHub or submit a pull request.
Happy writing!