-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtypst.toml
More file actions
18 lines (17 loc) · 854 Bytes
/
typst.toml
File metadata and controls
18 lines (17 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ieee-vgtc"
version = "0.0.4"
compiler = "0.14.0"
entrypoint = "lib.typ"
repository = "https://github.com/ieeevgtc/ieee-vgtc-typst"
authors = ["Matěj Lang <https://www.linkedin.com/in/matej-lang/>", "Dominik Moritz <https://www.domoritz.de>", "Josh Pollock <https://joshmpollock.com>", "Sarah Schöttler <https://www.sarahschoettler.com/>"]
license = "MIT-0"
description = "Templates for IEEE VGTC conferences and TVCG journal papers."
keywords = ["Institute of Electrical and Electronics Engineers", "IEEE", "Transactions on Visualization and Computer Graphics", "TVCG", "Visualization and Graphics Technical Community", "VGTC", "Computer Science", "Visualization"]
categories = ["paper"]
disciplines = ["computer-science"]
exclude = ["preview.pdf"]
[template]
path = "template"
entrypoint = "journal.typ"
thumbnail = "thumbnail.png"