17 lines
550 B
TOML
17 lines
550 B
TOML
[package]
|
|
name = "definitely-not-kfu-slides"
|
|
version = "1.0.1"
|
|
entrypoint = "src/lib.typ"
|
|
authors = ["Ernesto Martínez <https://ecomaikgolf.com>", "Gaspard Jankowiak"]
|
|
license = "MIT"
|
|
description = "An unofficial UniGraz slides template"
|
|
repository = "https://imsc.uni-graz.at/git/gjankowiak/typst-kfu-slides-template"
|
|
categories = ["presentation"]
|
|
disciplines = ["computer-science", "engineering"]
|
|
keywords = ["University of Graz", "template"]
|
|
compiler = "0.14.0"
|
|
|
|
[template]
|
|
path = "template"
|
|
entrypoint = "slides.typ"
|
|
thumbnail = "thumbnail.png"
|