This commit is contained in:
Gaspard Jankowiak 2026-04-14 15:47:13 +02:00
commit 68495d7a47
5 changed files with 168 additions and 0 deletions

16
typst.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "uniforlife-document"
version = "0.0.1"
entrypoint = "src/lib.typ"
authors = ["Gaspard Jankowiak"]
license = "MIT"
description = "An unofficial UniForLife-UniGraz housework template"
repository = ""
categories = ["presentation"]
disciplines = ["computer-science", "engineering"]
keywords = ["University of Graz", "template"]
compiler = "0.14.0"
[template]
path = "template"
entrypoint = "document.typ"