-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypst.toml
More file actions
17 lines (16 loc) · 738 Bytes
/
typst.toml
File metadata and controls
17 lines (16 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bamdone-ieeeconf"
version = "0.1.3"
compiler = "0.12.0"
entrypoint = "lib.typ"
repository = "https://github.com/typst/templates"
authors = ["Isaac Weintraub <https://www.isaacew.com/>","Alexander Von Moll <https://avonmoll.github.io/>"]
license = "MIT-0"
description = "An IEEE-style paper template to publish at conferences and journals for Electrical Engineering, Computer Science, and Computer Engineering"
keywords = ["Institute of Electrical and Electronics Engineers", "IEEE", "Electrical Engineering", "Computer Science", "Computer Engineering", "Software"]
categories = ["paper"]
disciplines = ["computer-science", "engineering"]
[template]
path = "template"
entrypoint = "main.typ"
thumbnail = "thumbnail.png"