import
This commit is contained in:
commit
2bca935b19
5 changed files with 179 additions and 0 deletions
22
typst.toml
Normal file
22
typst.toml
Normal 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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue