This commit is contained in:
Gaspard Jankowiak 2026-05-12 10:03:39 +02:00
commit 2bca935b19
5 changed files with 179 additions and 0 deletions

22
typst.toml Normal file
View file

@ -0,0 +1,22 @@
[package]
name = "kfu-letter"
version = "0.1.0"
entrypoint = "src/lib.typ"
authors = ["Gaspard Jankowiak"]
description = "Unofficial Typst letter template, roughly following corporate design"
homepage = "https://imsc.uni-graz.at/gjankowiak/typst-kfu-letter"
repository = "https://imsc.uni-graz.at/gjankowiak/typst-kfu-letter"
keywords = [""]
categories = [
"layout",
"text",
"utility",
"office",
]
compiler = "0.14.2"
[template]
path = "template"
entrypoint = "template/letter.typ"
[tool]