diff options
| author | John MacFarlane <[email protected]> | 2023-03-26 11:11:05 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-26 11:11:05 -0700 |
| commit | 0cba767bd6a8d36f85bcd65ac07aba2771073e18 (patch) | |
| tree | 54d2863d5ec2b9eb2b59c7559d0d39445fa2c7f8 /man/pandoc.1 | |
| parent | 9919d62df234a76edd11e7e0f64cdc7539c0e1d6 (diff) | |
Update manual date and man page
Diffstat (limited to 'man/pandoc.1')
| -rw-r--r-- | man/pandoc.1 | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/man/pandoc.1 b/man/pandoc.1 index 6b1bf81d1..bb7f6ccf3 100644 --- a/man/pandoc.1 +++ b/man/pandoc.1 @@ -14,7 +14,7 @@ . ftr VB CB . ftr VBI CBI .\} -.TH "Pandoc User\[cq]s Guide" "" "March 5, 2023" "pandoc 3.1.1" "" +.TH "Pandoc User\[cq]s Guide" "" "March 26, 2023" "pandoc 3.1.1" "" .hy .SH NAME pandoc - general markup converter @@ -452,6 +452,8 @@ markup) .IP \[bu] 2 \f[V]tei\f[R] (TEI Simple) .IP \[bu] 2 +\f[V]typst\f[R] (typst) +.IP \[bu] 2 \f[V]xwiki\f[R] (XWiki markup) .IP \[bu] 2 \f[V]zimwiki\f[R] (ZimWiki markup) @@ -491,7 +493,7 @@ variable). If that directory does not exist and \f[V]$HOME/.pandoc\f[R] exists, it will be used (for backwards compatibility). On Windows the default user data directory is -\f[V]C:\[rs]Users\[rs]USERNAME\[rs]AppData\[rs]Roaming\[rs]pandoc\f[R]. +\f[V]%APPDATA%\[rs]pandoc\f[R]. You can find the default user data directory on your system by looking at the output of \f[V]pandoc --version\f[R]. Data files placed in this directory (for example, @@ -1064,6 +1066,8 @@ Currently this option only affects the \f[V]markdown\f[R], \f[V]muse\f[R], \f[V]html\f[R], \f[V]epub\f[R], \f[V]slidy\f[R], \f[V]s5\f[R], \f[V]slideous\f[R], \f[V]dzslides\f[R], and \f[V]revealjs\f[R] writers. +In slide formats, specifying \f[V]--reference-location=section\f[R] will +cause notes to be rendered at the bottom of a slide. .TP \f[V]--markdown-headings=setext\f[R]|\f[V]atx\f[R] Specify whether to use ATX-style (\f[V]#\f[R]-prefixed) or Setext-style @@ -1228,6 +1232,8 @@ Date .IP \[bu] 2 Abstract .IP \[bu] 2 +AbstractTitle +.IP \[bu] 2 Bibliography .IP \[bu] 2 Heading 1 @@ -1477,7 +1483,8 @@ Use the specified engine when producing PDF output. Valid values are \f[V]pdflatex\f[R], \f[V]lualatex\f[R], \f[V]xelatex\f[R], \f[V]latexmk\f[R], \f[V]tectonic\f[R], \f[V]wkhtmltopdf\f[R], \f[V]weasyprint\f[R], \f[V]pagedjs-cli\f[R], -\f[V]prince\f[R], \f[V]context\f[R], and \f[V]pdfroff\f[R]. +\f[V]prince\f[R], \f[V]context\f[R], \f[V]pdfroff\f[R], and +\f[V]typst\f[R]. If the engine is not in your PATH, the full path of the engine may be specified here. If this option is not specified, pandoc uses the following defaults @@ -1495,6 +1502,8 @@ depending on the output format specified using \f[V]-t/--to\f[R]: print-css.rocks for a good introduction to PDF generation from HTML/CSS) .IP \[bu] 2 \f[V]-t ms\f[R]: \f[V]pdfroff\f[R] +.IP \[bu] 2 +\f[V]-t typst\f[R]: \f[V]typst\f[R] .RE .TP \f[V]--pdf-engine-opt=\f[R]\f[I]STRING\f[R] @@ -3029,6 +3038,17 @@ mainfontoptions: .fi .RE .TP +\f[V]babelfonts\f[R] +a map of Babel language names (e.g.\ \f[V]chinese\f[R]) to the font to +be used with the language: +.RS +.PP + * * * * * +.PP +babelfonts: chinese-hant: \[lq]Noto Serif CJK TC\[rq] russian: \[lq]Noto +Serif\[rq] \&... +.RE +.TP \f[V]microtypeoptions\f[R] options to pass to the microtype package .SS Links |
