fix
This commit is contained in:
Gaspard Jankowiak 2026-05-12 20:44:10 +02:00
commit 967d83a2e3
3 changed files with 89 additions and 0 deletions

23
typst.toml Normal file
View file

@ -0,0 +1,23 @@
[package]
name = "typst-kfu-report"
version = "0.1.0"
entrypoint = "src/lib.typ"
authors = ["Gaspard Jankowiak"]
description = "Unofficial Typst KFU report template"
homepage = "https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-report"
repository = "https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-report"
keywords = [""]
categories = [
"layout",
"text",
"report",
"office",
]
disciplines = ["mathematics"]
compiler = "0.14.2"
[template]
path = "template"
entrypoint = "report.typ"
[tool]