release 1.0.1

- Show more options in the default template
- Fix README visualization in typst universe
This commit is contained in:
Ernesto Martinez Garcia 2025-09-08 13:29:00 +02:00
commit 9b6fd2ed04
9 changed files with 1018 additions and 0 deletions

17
1.0.1/typst.toml Normal file
View file

@ -0,0 +1,17 @@
[package]
name = "definitely-not-isec-slides"
version = "1.0.1"
entrypoint = "src/lib.typ"
authors = ["Ernesto Martínez <https://ecomaikgolf.com>"]
license = "MIT"
description = "An unofficial ISEC TUGraz slides template"
repository = "https://github.com/ecomaikgolf/typst-isec-slides-template"
categories = ["presentation"]
disciplines = ["computer-science", "engineering"]
keywords = ["ISEC", "Institute of Information Security", "IAIK", "TUGraz", "Graz University of Technology", "thesis", "template", "Master Thesis"]
compiler = "0.13.1"
[template]
path = "template"
entrypoint = "slides.typ"
thumbnail = "thumbnail.png"