All my published Documents, rendered using typsts
- Typst 98.2%
- Shell 1.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .woodpecker | ||
| grund_und_unbegreiflichkeit | ||
| medienrecht | ||
| oeffentliche_kritik | ||
| scripts | ||
| templates | ||
| .gitattributes | ||
| .gitignore | ||
| Medienrecht.typ | ||
| README.md | ||
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