pandoc-cli 3.6.2 → 3.6.3
raw patch · 4 files changed
+38/−9 lines, 4 filesdep ~pandoc
Dependency ranges changed: pandoc
Files
- man/pandoc-lua.1 +2/−2
- man/pandoc-server.1 +2/−2
- man/pandoc.1 +31/−2
- pandoc-cli.cabal +3/−3
man/pandoc-lua.1 view
@@ -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]]]
man/pandoc-server.1 view
@@ -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
man/pandoc.1 view
@@ -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 @@ \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 @@ \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 @@ .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.
pandoc-cli.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc-cli-version: 3.6.2+version: 3.6.3 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md@@ -21,7 +21,7 @@ man/pandoc-server.1 source-repository head type: git- location: git://github.com/jgm/pandoc.git+ location: https://github.com/jgm/pandoc.git flag lua description: Support custom modifications and conversions with the@@ -70,7 +70,7 @@ buildable: True -- Note: we always link to an exact version of pandoc, with the -- same version as this package:- build-depends: pandoc == 3.6.2,+ build-depends: pandoc == 3.6.3, text other-modules: PandocCLI.Lua , PandocCLI.Server