No description
- Typst 100%
| assets | ||
| components | ||
| styles | ||
| template | ||
| backmatter.typ | ||
| bericht.typ | ||
| defaults.typ | ||
| frontmatter.typ | ||
| lib.typ | ||
| README.md | ||
| typst.toml | ||
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>