diff options
| author | John MacFarlane <[email protected]> | 2025-03-03 23:18:55 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-03-03 23:19:18 -0800 |
| commit | 96c052a2a749e0f27b4eb11df2801c0146aa9e36 (patch) | |
| tree | 6d643cc27bcfebd3a34926fb7cec6c5948e79b0f /MANUAL.txt | |
| parent | d4bfc9ac8c01b46f7ceaa16d434c3e7cc7616769 (diff) | |
MANUAL.txt: Note about `template` variable for typst.
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 3 |
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`. |
