summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-09-08 22:05:19 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-09-08 22:05:19 -0700
commit6795f91f858313c1a9b832a7475febbcded0b082 (patch)
tree5a63146e76e73efa2aac0b05261300fc96d6383a
parent1d120dc1d38c9b8533841e41c797267d2f76ad64 (diff)
Update manual and changelog.
-rw-r--r--MANUAL.txt2
-rw-r--r--changelog.md49
-rw-r--r--man/pandoc.12
3 files changed, 51 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index d97bc4151..a9901e471 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1,7 +1,7 @@
---
title: Pandoc User's Guide
author: John MacFarlane
-date: August 31, 2023
+date: September 08, 2023
---
# Synopsis
diff --git a/changelog.md b/changelog.md
index 8ba2818ef..f12d9379c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,54 @@
# Revision history for pandoc
+## pandoc 3.1.8 (2023-09-08)
+
+ * JATS reader:
+
+ + Ignore `<processing-meta>` element (#9057, Julia Diaz).
+ + Fix conversion of date to ISO 8601 format (#8865).
+
+ * LaTeX template:
+
+ + Add code allow `\cite` to break across lines (#9050).
+ + Fix regression with CSL `display="block"` (#7363).
+ This restores the line break before the block.
+ + Rewrite `CSLReferences` environment to avoid depending on
+ `enumitem`, which plays badly with beamer. Instead we use
+ a regular list environment. Thanks to @jpcirrus for the
+ concept (#9053).
+ + Restore the pre-3.1.7 format of the `CSLReferences`
+ environment, which again has two parameters. The first
+ determines whether a hanging indent is used (1 = yes, 0 = no),
+ and the second is the entry line spacing (0 = none).
+ + Add a strut to avoid inconsistencies in spacing (#9058).
+ - Remove a break at the end of `CSLRightInline` to avoid
+ inconsistencies in spacing. It shouldn't be necessary
+ because the paragraph should extend to the right margin (#9058).
+
+ * LaTeX writer:
+
+ + Fix regression with figure labels (#9045). In 3.1.7, pandoc
+ added two labels to LaTeX figure environments, one with a
+ phantomsection.
+ + Fix default citeproc entry-spacing. According to the CSL manual,
+ the default entry spacing is 1. We were treating it as 0 (#9058).
+
+ * HTML writer:
+
+ + Use the ID prefix in the ID for the footnotes section (#9044,
+ Benjamin Esham).
+ + Fix CSL entry-spacing default (#9058).
+
+ * Text.Pandoc.Citeproc: always include an `entry-spacing` attribute
+ in the Div if the bibliography element contains an entry-spacing
+ attribute (previously we omitted it when it was 0) (#9058).
+
+ * Clean up pandoc's own man pages by regenerating with pandoc 3.1.7.
+
+ * pandoc-lua-engine: bump lower bound for pandoc (#9046).
+
+ * Depend on texmath 0.12.8.2, fixing binom in typst writer (#9063).
+
## pandoc 3.1.7 (2023-08-31)
* Org reader:
diff --git a/man/pandoc.1 b/man/pandoc.1
index 0555ff497..0d212d0b2 100644
--- a/man/pandoc.1
+++ b/man/pandoc.1
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.7
.\"
-.TH "pandoc" "1" "August 31, 2023" "pandoc 3.1.7" "Pandoc User\[cq]s Guide"
+.TH "pandoc" "1" "September 08, 2023" "pandoc 3.1.7" "Pandoc User\[cq]s Guide"
.SH NAME
pandoc - general markup converter
.SH SYNOPSIS