e

exzellenz-tum-thesis

@preview

Customizable template for a thesis at the TU Munich

v0.2.1
MIT-0
Template

Package Information

Last Updated
Minimum Typst Version
0.14.0
Categories
thesis

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/exzellenz-tum-thesis:0.2.1

2. Initialize from template

Create a new project from this template:

typst init @preview/exzellenz-tum-thesis:0.2.1

Version History

0.2.10.14.0
0b2c3fb84bf8...
0.2.00.14.0
988c72cd395e...
0.1.00.11.0
42b6317ee7b9...

exzellenz-tum-thesis

This is a Typst template for a thesis at TU Munich. I made it for my thesis in the School CIT, but I think it can be adapted to other schools as well.

Usage

You can use this template in the Typst web app by clicking "Start from template"
on the dashboard and searching for exzellenz-tum-thesis.

Alternatively, you can use the CLI to kick this project off using the command

typst init @preview/exzellenz-tum-thesis

Typst will create a new directory with all the files needed to get you started.

Configuration

This template exports the exzellenz-tum-thesis function with the following named arguments:

  • degree: String - e.g. Bachelor, Master
  • program: String - e.g. Informatics, Electrical Engineering
  • school: String - e.g. School of Computation, Information and Technology
  • examiner: String - Your TUM professor
  • supervisors: Array of Strings - The official advisors and supervisors
  • author: String
  • title-en: String
  • title-de: String
  • abstract-text: Content block
  • acknowledgements: Content block - optional, if you have thanks to give
  • submission-date: String
  • show-title-in-header: Boolean - Should author and title appear in the header of each content page?
  • draft: Boolean - Set to false when finalizing the thesis

The template will initialize your package with a sample call to the exzellenz-tum-thesis function.