All my published Documents, rendered using typsts
  • Typst 98.2%
  • Shell 1.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
DerGrumpf 960e44c0b7
All checks were successful
ci/woodpecker/push/format Pipeline was successful
ci/woodpecker/push/check Pipeline was successful
ci/woodpecker/push/publish Pipeline was successful
ci/woodpecker/push/dist-publish Pipeline was successful
Wrote plan
2026-09-10 21:16:37 +02:00
.woodpecker Fixed Pipeline trigger 2026-08-24 20:42:33 +02:00
grund_und_unbegreiflichkeit Wrote some stuff 2026-08-26 20:56:50 +02:00
medienrecht style: auto-format with typstyle [skip ci] 2026-08-21 11:24:26 +02:00
oeffentliche_kritik Wrote plan 2026-09-10 21:16:37 +02:00
scripts WIP: Gitea Action Runners -> Woodpecker 2026-08-22 14:19:55 +02:00
templates style: auto-format with typstyle [skip ci] 2026-08-21 11:24:26 +02:00
.gitattributes Init 2026-08-20 13:24:51 +02:00
.gitignore Split Medienrecht 2026-08-20 17:46:39 +02:00
Medienrecht.typ Split Medienrecht 2026-08-20 17:46:39 +02:00
README.md Init 2026-08-20 13:24:51 +02:00

Typst

Repository for Typst documents.

Structure

.
├── medienrecht/
│   └── main.typ        # Entry point document
├── Medienrecht.typ      # Document
├── templates/
│   └── ikw.typ          # Typst template/style file for formatting
├── .gitignore
└── .gitattributes        # Git LFS config

PDFs

  • PDFs are excluded from git in the repo root and in templates/.
  • PDFs elsewhere in the repo are tracked via Git LFS.

Requirements

Usage

Compile a document with:

typst compile <file>.typ