generated from typst-community/typst-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypst.toml
29 lines (26 loc) · 746 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
# for a description of available keys, see https://github.com/typst/packages/?tab=readme-ov-file#package-format
[package]
name = "rubber-article"
version = "0.1.0"
entrypoint = "src/lib.typ"
authors = ["Niko Pikall"]
license = "Unlicense"
description = "A simple template recreating the look of the classic LaTeX article."
repository = "https://github.com/npikall/rubber-article.git"
keywords = ["template", "article"]
categories = ["paper", "report"]
disciplines = ["biology", "chemistry", "engineering", "geography", "mathematics", "physics"]
exclude = [
".github",
"docs",
"scripts",
"tests",
".typstignore",
"Justfile",
]
[template]
path = "template"
entrypoint = "main.typ"
thumbnail = "thumbnail.png"
# [tool.mytool]
# foo = "bar"