aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-03-03 23:18:55 -0800
committerJohn MacFarlane <[email protected]>2025-03-03 23:19:18 -0800
commit96c052a2a749e0f27b4eb11df2801c0146aa9e36 (patch)
tree6d643cc27bcfebd3a34926fb7cec6c5948e79b0f
parentd4bfc9ac8c01b46f7ceaa16d434c3e7cc7616769 (diff)
MANUAL.txt: Note about `template` variable for typst.
-rw-r--r--MANUAL.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 30cb664e9..ca3126171 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -3338,6 +3338,9 @@ The `--css` option also affects the output.
### Variables for Typst
+`template`
+: Typst template to use.
+
`margin`
: A dictionary with the fields defined in the Typst documentation:
`x`, `y`, `top`, `bottom`, `left`, `right`.