This template can be used for extensive documentation as well as for final theses such as bachelor theses.
It is characterised by the fact that it is highly customisable despite the predefined design.
Initially, all template parameters are optional by default. It is then suitable for documentation. To make it suitable for theses, only one parameter needs to be changed.
⚠️ Disclaimer - Important!
- It is a template and does not have to meet the exact requirements of your university
- It is only supported in German and English (Default setting: German)
Getting Started
You can use this template in the Typst web app by clicking “Start from template” on the dashboard and searching for aio-studi-and-thesis
.
Alternatively, you can use the CLI to kick this project off using the command
typst init @preview/aio-studi-and-thesis
Typst will create a new directory with all the files needed to get you started.
Usage
The example PDF (DE) contains thesis writing advice (in German). Attention, the font is not displayed correctly in the linked PDF (GitHub Issue)!
If you are looking for the details of this template package’s function, take a look at the german manual or the english manual.
Example configuration
#import "@preview/aio-studi-and-thesis:0.1.2": *
#show: project.with(
lang: "de",
authors: (
(name: "Firstname Lastname"),
),
title: "Title",
subtitle: "Subtitle",
cover-sheet: (
cover-image: none,
description: []
)
)