A Typst thesis template designed to simplify writing an engineering thesis at the Open-Source Professorship, Department of Engineering, FAU.
Install Typst:
- macOS:
brew install typst
- Windows:
winget install --id Typst.Typst
Navigate to folder 0.1.0, then simply run:
typst compile thesis.typ
to access incremented compilation use the comand:
typst watch thesis.typ
this is faster then recompiling each time.
Open the file:
/0.1.0/metadata.typ
and fill in your personal details like:
- Name
- Degree program
- Faculty
- Other academic information
In the folder:
/0.1.0/content
you can:
- Add your thesis chapters and sections
- Browse through example files to see formatting in action
In the file 0.1.0/content/chapter1.typ
you can find example acronym definitions and an example citing.
The bibliography definition can be done in 0.1.0/thesis.bib
and the entries will be included in the pdf automatically after the first citing.