Skip to content

Commit c86ebe6

Browse files
Update MANUAL.txt
1 parent 963e5b6 commit c86ebe6

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

MANUAL.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2728,7 +2728,7 @@ Currently the following pipes are predefined:
27282728
documents
27292729

27302730
`abstract-title`
2731-
: title of abstract, currently used only in HTML, EPUB, and docx.
2731+
: title of abstract, currently used only in HTML, EPUB, docx, and Typst.
27322732
This will be set automatically to a localized value,
27332733
depending on `lang`, but can be manually overridden.
27342734

@@ -3391,6 +3391,19 @@ The `--css` option also affects the output.
33913391
`columns`
33923392
: Number of columns for body text.
33933393

3394+
`thanks`
3395+
: contents of acknowledgments footnote after document title
3396+
3397+
`mathfont`, `codefont`
3398+
: Name of system font to use for math and code, respectively.
3399+
3400+
`linestretch`
3401+
: adjusts line spacing, e.g. `1.25`, `1.5`
3402+
3403+
`linkcolor`, `filecolor`, `citecolor`
3404+
: color for external links, internal links, and citation links,
3405+
respectively: expects a hexadecimal color code
3406+
33943407
### Variables for ms
33953408

33963409
`fontfamily`

0 commit comments

Comments
 (0)