diff options
| -rw-r--r-- | MANUAL.txt | 2 | ||||
| -rw-r--r-- | pandoc-cli/man/pandoc-lua.1 | 4 | ||||
| -rw-r--r-- | pandoc-cli/man/pandoc-server.1 | 4 | ||||
| -rw-r--r-- | pandoc-cli/man/pandoc.1 | 19 |
4 files changed, 18 insertions, 11 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index a847de9ab..fc92aad5b 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1,7 +1,7 @@ --- title: Pandoc User's Guide author: John MacFarlane -date: 2025-09-29 +date: 2025-10-05 --- # Synopsis diff --git a/pandoc-cli/man/pandoc-lua.1 b/pandoc-cli/man/pandoc-lua.1 index fbc74d42b..addbcd4d9 100644 --- a/pandoc-cli/man/pandoc-lua.1 +++ b/pandoc-cli/man/pandoc-lua.1 @@ -1,6 +1,6 @@ -.\" Automatically generated by Pandoc 3.8.1 +.\" Automatically generated by Pandoc 3.8.2 .\" -.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.8.1" "Pandoc User\[cq]s Guide" +.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.8.2" "Pandoc User\[cq]s Guide" .SH SYNOPSIS \f[CR]pandoc\-lua\f[R] [\f[I]options\f[R]] [\f[I]script\f[R] [\f[I]args\f[R]]] diff --git a/pandoc-cli/man/pandoc-server.1 b/pandoc-cli/man/pandoc-server.1 index 5ebd5f7fc..85451ca34 100644 --- a/pandoc-cli/man/pandoc-server.1 +++ b/pandoc-cli/man/pandoc-server.1 @@ -1,6 +1,6 @@ -.\" Automatically generated by Pandoc 3.8.1 +.\" Automatically generated by Pandoc 3.8.2 .\" -.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.8.1" "Pandoc User\[cq]s Guide" +.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.8.2" "Pandoc User\[cq]s Guide" .SH SYNOPSIS \f[CR]pandoc\-server\f[R] [\f[I]options\f[R]] .SH DESCRIPTION diff --git a/pandoc-cli/man/pandoc.1 b/pandoc-cli/man/pandoc.1 index 1b0a647b5..cb63fa160 100644 --- a/pandoc-cli/man/pandoc.1 +++ b/pandoc-cli/man/pandoc.1 @@ -1,6 +1,6 @@ -.\" Automatically generated by Pandoc 3.8.1 +.\" Automatically generated by Pandoc 3.8.2 .\" -.TH "pandoc" "1" "2025\-09\-29" "pandoc 3.8.1" "Pandoc User\[cq]s Guide" +.TH "pandoc" "1" "2025\-10\-05" "pandoc 3.8.2" "Pandoc User\[cq]s Guide" .SH NAME pandoc - general markup converter .SH SYNOPSIS @@ -151,7 +151,7 @@ included with all recent versions of TeX Live): \f[CR]amsfonts\f[R], \f[CR]amsmath\f[R], \f[CR]lm\f[R], \f[CR]unicode\-math\f[R], \f[CR]iftex\f[R], \f[CR]listings\f[R] (if the \f[CR]\-\-listings\f[R] option is used), \f[CR]fancyvrb\f[R], \f[CR]longtable\f[R], -\f[CR]booktabs\f[R], [\f[CR]multirow\f[R]] (if the document contains a +\f[CR]booktabs\f[R], \f[CR]multirow\f[R] (if the document contains a table with cells that cross multiple rows), \f[CR]graphicx\f[R] (if the document contains images), \f[CR]bookmark\f[R], \f[CR]xcolor\f[R], \f[CR]soul\f[R], \f[CR]geometry\f[R] (with the \f[CR]geometry\f[R] @@ -169,8 +169,7 @@ requires \f[CR]fontspec\f[R]. variable set). If the \f[CR]mathspec\f[R] variable is set, \f[CR]xelatex\f[R] will use \f[CR]mathspec\f[R] instead of \f[CR]unicode\-math\f[R]. -The \f[CR]upquote\f[R] and \f[CR]microtype\f[R] packages are used if -available, and \f[CR]csquotes\f[R] will be used for typography if the +The \f[CR]csquotes\f[R] package will be used for typography if the \f[CR]csquotes\f[R] variable or metadata field is set to a true value. The \f[CR]natbib\f[R], \f[CR]biblatex\f[R], \f[CR]bibtex\f[R], and \f[CR]biber\f[R] packages can optionally be used for citation rendering. @@ -3378,7 +3377,7 @@ filename) .SS Variables for Typst .TP \f[CR]template\f[R] -Typst template to use. +Typst template to use (relative path only). .TP \f[CR]margin\f[R] A dictionary with the fields defined in the Typst documentation: @@ -4973,6 +4972,14 @@ The difference is that \f[CR]+\f[R] is used instead of \f[CR]|\f[R]. Other orgtbl features are not supported. In particular, to get non\-default column alignment, you\(cqll need to add colons as above. +.SS Extension: \f[CR]table_attributes\f[R] +Attributes may be attached to tables by including them at the end of the +caption. +(For the syntax, see \f[CR]header_attributes\f[R].) +.IP +.EX + : Here\(aqs the caption. {#ident .class key=\(dqvalue\(dq} +.EE .SS Metadata blocks .SS Extension: \f[CR]pandoc_title_block\f[R] If the file begins with a title block |
