Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.33 KB

File metadata and controls

41 lines (29 loc) · 1.33 KB

ETH Zurich LRE Thesis Template

Overview

This repository serves as a template for organizing and writing your semester project / thesis using LaTeX and Typst.

LaTeX

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

Typst

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.

Miscellaneous

  • Master theses should be minimum 20 pages and maximum 50 pages, excluding references.
  • You might need to attach a declaration of originality

Contributing

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!