generated from SillyFreak/typst-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typst.toml
36 lines (33 loc) · 821 Bytes
/
typst.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# for a description of available keys, see https://github.com/typst/packages/?tab=readme-ov-file#package-format
[package]
name = "tgm-hit-thesis"
version = "0.2.0"
entrypoint = "src/lib.typ"
authors = [
"Clemens Koza <https://github.com/SillyFreak/>"
]
license = "MIT"
description = "Diploma thesis template for students of the HIT department at TGM Wien"
# homepage = ""
repository = "https://github.com/TGM-HIT/typst-diploma-thesis"
keywords = ["TGM", "HIT", "Diplomarbeit", "thesis", "HTL"]
categories = ["thesis"]
disciplines = ["computer-science"]
compiler = "0.11.0"
exclude = [
".github",
"docs",
"gallery",
"scripts",
"tests",
".typstignore",
"Justfile",
"thumbnail.png",
"example.pdf",
]
[template]
path = "template"
entrypoint = "main.typ"
thumbnail = "thumbnail.png"
# [tool.mytool]
# foo = "bar"