No description
Find a file
2026-07-13 15:49:00 +02:00
assets init 2026-07-08 15:41:19 +02:00
components add visual warning for missing source 2026-07-13 15:49:00 +02:00
styles dont show citations in outlines 2026-07-13 15:44:45 +02:00
template template fixes 2026-07-13 10:03:20 +02:00
backmatter.typ template fixes 2026-07-13 10:03:20 +02:00
bericht.typ dont show citations in outlines 2026-07-13 15:44:45 +02:00
defaults.typ init 2026-07-08 15:41:19 +02:00
frontmatter.typ template fixes 2026-07-13 10:03:20 +02:00
lib.typ dont show citations in outlines 2026-07-13 15:44:45 +02:00
README.md add readme 2026-07-08 15:41:28 +02:00
typst.toml init 2026-07-08 15:41:19 +02:00

DHBW Typst Bericht Template

To use this template locally, clone it into Typst's local package directory as dhbw-bericht/0.1.0. The location of this directory depends on your platform.

Linux

git clone https://git.dominikstahl.dev/DHBW_PAs/template.git "${XDG_DATA_HOME:-$HOME/.local/share}/typst/packages/local/dhbw-bericht/0.1.0"

macOS

git clone https://git.dominikstahl.dev/DHBW_PAs/template.git "$HOME/Library/Application Support/typst/packages/local/dhbw-bericht/0.1.0"

Windows (cmd)

git clone https://git.dominikstahl.dev/DHBW_PAs/template.git "%APPDATA%\typst\packages\local\dhbw-bericht\0.1.0"

Windows (PowerShell)

git clone https://git.dominikstahl.dev/DHBW_PAs/template.git "$env:APPDATA\typst\packages\local\dhbw-bericht\0.1.0"

Usage

Once cloned, initialize a new project from the template with:

typst init @local/dhbw-bericht:0.1.0 <name>