No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-14 09:32:07 +02:00
assets init 2026-07-08 15:41:19 +02:00
components 07.09.2026 2026-09-07 11:20:35 +02:00
styles dont show citations in outlines 2026-07-13 15:44:45 +02:00
template Lorem Lorem 2026-08-14 11:26:17 +02:00
backmatter.typ fix page breaks in backmatter 2026-09-14 09:32:07 +02:00
bericht.typ fix page breaks in backmatter 2026-09-14 09:32:07 +02:00
defaults.typ init 2026-07-08 15:41:19 +02:00
frontmatter.typ 07.09.2026 2026-09-07 11:20:35 +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>