diff options
| author | John MacFarlane <[email protected]> | 2025-02-09 12:14:24 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-02-09 12:14:24 -0800 |
| commit | fff93fca1b298522932b5c2c5512a513473ffe82 (patch) | |
| tree | d6d5e97e36cfde40ed3d21b7bfed1bb3ec0780c6 /pandoc-cli | |
| parent | 98eb05bb2ce3d2a2160d37cdd132ba1f0b1f6d02 (diff) | |
Update man pages.
Diffstat (limited to 'pandoc-cli')
| -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 | 33 |
3 files changed, 35 insertions, 6 deletions
diff --git a/pandoc-cli/man/pandoc-lua.1 b/pandoc-cli/man/pandoc-lua.1 index 98741c498..894c06db0 100644 --- a/pandoc-cli/man/pandoc-lua.1 +++ b/pandoc-cli/man/pandoc-lua.1 @@ -1,6 +1,6 @@ -.\" Automatically generated by Pandoc 3.6.2 +.\" Automatically generated by Pandoc 3.6.3 .\" -.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.6.2" "Pandoc User\[cq]s Guide" +.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.6.3" "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 1c49dc175..bdd4beb10 100644 --- a/pandoc-cli/man/pandoc-server.1 +++ b/pandoc-cli/man/pandoc-server.1 @@ -1,6 +1,6 @@ -.\" Automatically generated by Pandoc 3.6.2 +.\" Automatically generated by Pandoc 3.6.3 .\" -.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.6.2" "Pandoc User\[cq]s Guide" +.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.6.3" "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 0c684c466..175617c6d 100644 --- a/pandoc-cli/man/pandoc.1 +++ b/pandoc-cli/man/pandoc.1 @@ -1,6 +1,6 @@ -.\" Automatically generated by Pandoc 3.6.2 +.\" Automatically generated by Pandoc 3.6.3 .\" -.TH "pandoc" "1" "January 12, 2025" "pandoc 3.6.2" "Pandoc User\[cq]s Guide" +.TH "pandoc" "1" "February 9, 2025" "pandoc 3.6.3" "Pandoc User\[cq]s Guide" .SH NAME pandoc - general markup converter .SH SYNOPSIS @@ -1134,6 +1134,14 @@ If \f[CR]beamer\f[R] is the output format, specifying either \f[CR]chapter\f[R] or \f[CR]part\f[R] will cause top\-level headings to become \f[CR]\[rs]part{..}\f[R], while second\-level headings remain as their default type. +.RS +.PP +In Docx output, this option adds section breaks before first\-level +headings if \f[CR]chapter\f[R] is selected, and before first\- and +second\-level headings if \f[CR]part\f[R] is selected. +Footnote numbers will restart with each section break unless the +reference doc modifies this. +.RE .TP \f[CR]\-N\f[R], \f[CR]\-\-number\-sections=[true|false]\f[R] Number section headings in LaTeX, ConTeXt, HTML, Docx, ms, or EPUB @@ -2981,6 +2989,21 @@ use the default \f[I]LaTeX\f[R] template: for example, \f[CR]handout\f[R] produce a handout version of Beamer slides (with overlays condensed into single slides) +.TP +\f[CR]csquotes\f[R] +load \f[CR]csquotes\f[R] package and use \f[CR]\[rs]enquote\f[R] or +\f[CR]\[rs]enquote*\f[R] for quoted text. +.TP +\f[CR]csquotesoptions\f[R] +options to use for \f[CR]csquotes\f[R] package (repeat for multiple +options). +.TP +\f[CR]babeloptions\f[R] +options to pass to the babel package (may be repeated for multiple +options). +This defaults to \f[CR]provide=*\f[R] if the main language isn\[cq]t a +European language written with Latin or Cyrillic script or Vietnamese. +Most users will not need to adjust the default setting. .SS Fonts .TP \f[CR]fontenc\f[R] @@ -7824,6 +7847,12 @@ pandoc \-\-pdf\-engine=prince \[rs] .EE .PP See the prince documentation for more info. +.SS Typst +Typst 0.12 can produce PDF/A\-2b: +.IP +.EX +pandoc \-\-pdf\-engine=typst \-\-pdf\-engine\-opt=\-\-pdf\-standard=a\-2b ... +.EE .SS Word Processors Word processors like LibreOffice and MS Word can also be used to generate standardized and tagged PDF output. |
