Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

schmop/tubs-thesis-template

Repository files navigation

TU Braunschweig typst thesis template


!Attention! Repository is archived!

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.

Preview of the template in action

Installation

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.

File structure

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

Logos on the title page

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 = none

Contribution

Pull requests welcome!

Authorship

This template is based on the v411e/optimal-ovgu-thesis from Valentin Rieß.

About

A typst template for a thesis in the corporate design of the TU Braunschweig.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •