This repository was merged with IBR-VSS/tubs-typst to create a larger database for typst templates in the TU-Braunschweig corporate design. Please go over there for a newer version, issues or pull-requests.
This is the Typst template for a thesis that adheres to the Corporate Design der TU Braunschweig.
First install this package as a local typst package, as described here.
Then install the Nexus Serif and Nexus Sans fonts, which you can download from the CD-Toolbox Downloads section.
A possible structure of a thesis project may look like this:
.
├── assets // Images, CSV-Files, etc.
├── chapter // Content
│ ├── 01-Einleitung.typ
│ ├── ...
│ └── 99-Appendix.typ
├── expose.typ // Exposé template
├── metadata.typ // Metadata and template config
├── thesis.bib // Bibliography (e.g. generated by Zotero + Better BibTex)
└── thesis.typ // Thesis template
Header logos are set in metadata.typ:
// Example 1: Use UCC logo as organisation-logo and the FIN faculty header as header-logo
#let organisation-logo = image("assets/angewandte_cyberei_institutslogo.png", width: 2cm)
#let header-logo = image("assets/TUBraunschweig_SVG_Siegel", width: 100%)
// Example 2: Do not use logos at all
#let organisation-logo = none
#let header-logo = nonePull requests welcome!
This template is based on the v411e/optimal-ovgu-thesis from Valentin Rieß.