diff options
| author | John MacFarlane <[email protected]> | 2025-10-04 20:14:45 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-10-04 20:14:45 +0200 |
| commit | 4a87898dd794695b1f4f72f1f16a2a8843ebfc7e (patch) | |
| tree | e45a48f8a8fb15f2833fe80a41fd5b336b0fe263 /MANUAL.txt | |
| parent | 9d452f801de75d509d78497c5523498c478203cc (diff) | |
Add note on typst `template` variable.
Only a relative path can be used here.
See #11190.
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 0e32ff999..a847de9ab 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -3419,7 +3419,7 @@ The `--css` option also affects the output. ### Variables for Typst `template` -: Typst template to use. +: Typst template to use (relative path only). `margin` : A dictionary with the fields defined in the Typst documentation: |
