generated from typst-community/typst-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
typst.toml
24 lines (22 loc) · 803 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
# for a description of available keys, see https://github.com/typst/packages/?tab=readme-ov-file#package-format
[package]
name = "simple-siam"
version = "0.1.0"
entrypoint = "src/lib.typ"
authors = ["Sébastien Mestrallet <@sebmestrallet>"]
license = "MIT-0"
description = "A Typst template for SIAM paper submissions"
repository = "https://github.com/sebmestrallet/typst-simple-siam"
keywords = ["SIAM", "Society for Industrial and Applied Mathematics", "Computer Science", "Engineering", "Mathematics"]
categories = ["paper"]
disciplines = ["computer-science", "engineering", "mathematics"] # https://www.siam.org/publications/siam-journals/
exclude = [
".github",
"scripts",
".typstignore",
"Justfile",
]
[template]
path = "template"
entrypoint = "src/main.typ"
thumbnail = "thumbnails/p1.png"