import
fix
This commit is contained in:
commit
967d83a2e3
3 changed files with 89 additions and 0 deletions
23
typst.toml
Normal file
23
typst.toml
Normal 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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue