aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-01-14 10:36:59 -0800
committerJohn MacFarlane <[email protected]>2022-01-14 10:36:59 -0800
commit55cc9040cbf576e361da0c4f2de7639cabeaf257 (patch)
tree3077df094a161841fbac220af3836762fd30ae6a
parent20c4bc3261282c1adb659df5862a7aa298bb11de (diff)
Update man page.2.17.0.1
-rw-r--r--MANUAL.txt2
-rw-r--r--man/pandoc.112
2 files changed, 9 insertions, 5 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 71c5d4803..d8583246d 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1,7 +1,7 @@
---
title: Pandoc User's Guide
author: John MacFarlane
-date: January 12, 2022
+date: January 14, 2022
---
# Synopsis
diff --git a/man/pandoc.1 b/man/pandoc.1
index 3821570ab..d5c88fc7e 100644
--- a/man/pandoc.1
+++ b/man/pandoc.1
@@ -1,7 +1,7 @@
'\" t
-.\" Automatically generated by Pandoc 2.16.2
+.\" Automatically generated by Pandoc 2.17
.\"
-.TH "Pandoc User\[cq]s Guide" "" "January 12, 2022" "pandoc 2.17" ""
+.TH "Pandoc User\[cq]s Guide" "" "January 14, 2022" "pandoc 2.17.0.1" ""
.hy
.SH NAME
pandoc - general markup converter
@@ -6745,13 +6745,17 @@ before lower (default is lower before upper).
.RE
.TP
\f[B]\f[CB]notes-after-punctuation\f[B]\f[R]
-If true (the default), pandoc will put footnote citations after
-following punctuation.
+If true (the default for note styles), pandoc will put footnote
+references or superscripted numerical citations after following
+punctuation.
For example, if the source contains \f[C]blah blah [\[at]jones99].\f[R],
the result will look like \f[C]blah blah.[\[ha]1]\f[R], with the note
moved after the period and the space collapsed.
If false, the space will still be collapsed, but the footnote will not
be moved after the punctuation.
+The option may also be used in numerical styles that use superscripts
+for citation numbers (but for these styles the default is not to move
+the citation).
.SH SLIDE SHOWS
.PP
You can use pandoc to produce an HTML + JavaScript slide presentation