Skip to content

Commit fff93fc

Browse files
committed
Update man pages.
1 parent 98eb05b commit fff93fc

File tree

4 files changed

+36
-7
lines changed

4 files changed

+36
-7
lines changed

MANUAL.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Pandoc User's Guide
33
author: John MacFarlane
4-
date: January 12, 2025
4+
date: February 9, 2025
55
---
66

77
# Synopsis

pandoc-cli/man/pandoc-lua.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.6.2
1+
.\" Automatically generated by Pandoc 3.6.3
22
.\"
3-
.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.6.2" "Pandoc User\[cq]s Guide"
3+
.TH "pandoc-lua" "1" "September 22, 2022" "pandoc 3.6.3" "Pandoc User\[cq]s Guide"
44
.SH SYNOPSIS
55
\f[CR]pandoc\-lua\f[R] [\f[I]options\f[R]] [\f[I]script\f[R]
66
[\f[I]args\f[R]]]

pandoc-cli/man/pandoc-server.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.6.2
1+
.\" Automatically generated by Pandoc 3.6.3
22
.\"
3-
.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.6.2" "Pandoc User\[cq]s Guide"
3+
.TH "pandoc-server" "1" "August 15, 2022" "pandoc 3.6.3" "Pandoc User\[cq]s Guide"
44
.SH SYNOPSIS
55
\f[CR]pandoc\-server\f[R] [\f[I]options\f[R]]
66
.SH DESCRIPTION

pandoc-cli/man/pandoc.1

+31-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" Automatically generated by Pandoc 3.6.2
1+
.\" Automatically generated by Pandoc 3.6.3
22
.\"
3-
.TH "pandoc" "1" "January 12, 2025" "pandoc 3.6.2" "Pandoc User\[cq]s Guide"
3+
.TH "pandoc" "1" "February 9, 2025" "pandoc 3.6.3" "Pandoc User\[cq]s Guide"
44
.SH NAME
55
pandoc - general markup converter
66
.SH SYNOPSIS
@@ -1134,6 +1134,14 @@ If \f[CR]beamer\f[R] is the output format, specifying either
11341134
\f[CR]chapter\f[R] or \f[CR]part\f[R] will cause top\-level headings to
11351135
become \f[CR]\[rs]part{..}\f[R], while second\-level headings remain as
11361136
their default type.
1137+
.RS
1138+
.PP
1139+
In Docx output, this option adds section breaks before first\-level
1140+
headings if \f[CR]chapter\f[R] is selected, and before first\- and
1141+
second\-level headings if \f[CR]part\f[R] is selected.
1142+
Footnote numbers will restart with each section break unless the
1143+
reference doc modifies this.
1144+
.RE
11371145
.TP
11381146
\f[CR]\-N\f[R], \f[CR]\-\-number\-sections=[true|false]\f[R]
11391147
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,
29812989
\f[CR]handout\f[R]
29822990
produce a handout version of Beamer slides (with overlays condensed into
29832991
single slides)
2992+
.TP
2993+
\f[CR]csquotes\f[R]
2994+
load \f[CR]csquotes\f[R] package and use \f[CR]\[rs]enquote\f[R] or
2995+
\f[CR]\[rs]enquote*\f[R] for quoted text.
2996+
.TP
2997+
\f[CR]csquotesoptions\f[R]
2998+
options to use for \f[CR]csquotes\f[R] package (repeat for multiple
2999+
options).
3000+
.TP
3001+
\f[CR]babeloptions\f[R]
3002+
options to pass to the babel package (may be repeated for multiple
3003+
options).
3004+
This defaults to \f[CR]provide=*\f[R] if the main language isn\[cq]t a
3005+
European language written with Latin or Cyrillic script or Vietnamese.
3006+
Most users will not need to adjust the default setting.
29843007
.SS Fonts
29853008
.TP
29863009
\f[CR]fontenc\f[R]
@@ -7824,6 +7847,12 @@ pandoc \-\-pdf\-engine=prince \[rs]
78247847
.EE
78257848
.PP
78267849
See the prince documentation for more info.
7850+
.SS Typst
7851+
Typst 0.12 can produce PDF/A\-2b:
7852+
.IP
7853+
.EX
7854+
pandoc \-\-pdf\-engine=typst \-\-pdf\-engine\-opt=\-\-pdf\-standard=a\-2b ...
7855+
.EE
78277856
.SS Word Processors
78287857
Word processors like LibreOffice and MS Word can also be used to
78297858
generate standardized and tagged PDF output.

0 commit comments

Comments
 (0)