import
This commit is contained in:
commit
68495d7a47
5 changed files with 168 additions and 0 deletions
16
typst.toml
Normal file
16
typst.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue