Initial template

This commit is contained in:
2025-11-12 18:50:28 +01:00
commit 7a230f611b
6 changed files with 192 additions and 0 deletions

17
typst.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "ai-ethics-tuw"
version = "1.0.0"
compiler = "0.14.0"
entrypoint = "lib.typ"
repository = "https://github.com/typst/templates"
authors = ["Michael <https://mikee.dev/>"]
license = "MIT"
description = "A Typst port of the LaTeX template for the AI Ethics course at TU Vienna"
keywords = ["TU Vienna", "AI Ethics"]
categories = ["paper"]
disciplines = ["computer-science", "philosophy"]
[template]
path = "template"
entrypoint = "main.typ"
thumbnail = "thumbnail.png"