Home
Softono
typst-template-aio-studi-and-thesis

typst-template-aio-studi-and-thesis

Open source MIT Typst
14
Stars
11
Forks
3
Issues
1
Watchers
4 months
Last Commit

About typst-template-aio-studi-and-thesis

All-in-one template for students and theses

Platforms

Web Self-hosted

Languages

Typst

Links

aio-studi-and-thesis: All-in-one template for students and theses

MIT License

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.4": *

#show: project.with(
  lang: "de",
  authors: (
    (name: "Firstname Lastname"),
  ),
  title: "Title",
  subtitle: "Subtitle",
  cover-sheet: (
    cover-image: none,
    description: []
  )
)

Like it?

⭐ Star on GitHub
☕ Support via PayPal