typst.toml (862B)
1 # SPDX-FileCopyrightText: 2025 Gero Beckmann <orangerot@orangerot.dev> 2 # 3 # SPDX-License-Identifier: MIT 4 5 # for a description of available keys, see https://github.com/typst/packages/?tab=readme-ov-file#package-format 6 7 [package] 8 name = "fsmi-exam-report" 9 version = "0.1.0" 10 entrypoint = "src/lib.typ" 11 authors = [ 12 "Gero Beckmann <orangerot@orangerot.dev>" 13 ] 14 license = "MIT AND MIT-0" 15 description = "Exam Reports for Fachschaft Mathematik/Informatik at the Karlsruhe Institute of Technology" 16 homepage = "https://source.orangerot.dev/university/vorlagen-muendliche-pruefungen" 17 repository = "https://source.orangerot.dev/university/vorlagen-muendliche-pruefungen" 18 keywords = [] 19 categories = ["report"] 20 disciplines = ["computer-science", "mathematics", "education"] 21 # compiler = "" 22 23 [template] 24 path = "template" 25 entrypoint = "main.typ" 26 # thumbnail = "thumbnail.png" 27