-
Notifications
You must be signed in to change notification settings - Fork 432
Expand file tree
/
Copy pathdocument-typst.yml
More file actions
46 lines (42 loc) · 1.4 KB
/
document-typst.yml
File metadata and controls
46 lines (42 loc) · 1.4 KB
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
37
38
39
40
41
42
43
44
45
46
- name: logo
schema:
ref: logo-light-dark-specifier-path-optional
tags:
formats: [typst]
description: "The logo image."
- name: margin-geometry
schema:
object:
closed: true
properties:
inner:
ref: marginalia-side-geometry
description: "Inner (left) margin geometry."
outer:
ref: marginalia-side-geometry
description: "Outer (right) margin geometry."
clearance:
string:
description: "Minimum vertical spacing between margin notes (default: 8pt)."
tags:
formats: [typst]
description:
short: "Advanced geometry settings for Typst margin layout."
long: |
Fine-grained control over marginalia package geometry. Most users should
use `margin` and `grid` options instead; these values are computed automatically.
User-specified values override the computed defaults.
- name: theorem-appearance
schema:
enum: [simple, fancy, clouds, rainbow]
default: simple
tags:
formats: [typst]
description:
short: "Visual style for theorem environments in Typst output."
long: |
Controls how theorems, lemmas, definitions, etc. are rendered:
- `simple`: Plain text with bold title and italic body (default)
- `fancy`: Colored boxes using brand colors
- `clouds`: Rounded colored background boxes
- `rainbow`: Colored left border with colored title