Skip to content

Commit 3594451

Browse files
jgmchristopherkenny
authored andcommitted
Minor changelog tweaks.
1 parent 4a5b496 commit 3594451

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

changelog.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868

6969
* Docx writer:
7070

71-
+ Ensure that figures and tables with custom styles are not dropped (#10705).
71+
+ Ensure that figures and tables with custom styles are not dropped
72+
(#10705).
7273
+ Preserve Relationships for images from reference docx (#10759).
7374
This should allow one to include an image in a reference.docx and
7475
reference it in an openxml template.
@@ -136,14 +137,15 @@
136137
and that could lead to information loss. This was particularly noticeable
137138
for inline math environments such as `equation`. Previously, an
138139
`equation` environment starting at the beginning of a line would create
139-
a raw block, splitting up the paragraph containing it (see #10836). On the
140-
other hand, an `equation` environment not at the beginning of a line would
141-
be turned into regular inline elements representing the math. (This would
142-
cause the equation number to go missing and in some cases degrade the math
143-
formatting.) Now, we parse all of these as raw "latex"
144-
inlines, which will be omitted when converting to formats
145-
other than LaTeX (and other formats like pandoc's Markdown
146-
that allow raw LaTex).
140+
a raw block, splitting up the paragraph containing it (see
141+
#10836). On the other hand, an `equation` environment not
142+
at the beginning of a line would be turned into regular
143+
inline elements representing the math. (This would cause
144+
the equation number to go missing and in some cases degrade
145+
the math formatting.) Now, we parse all of these as raw
146+
"latex" inlines, which will be omitted when converting to
147+
formats other than LaTeX (and other formats like pandoc's
148+
Markdown that allow raw LaTex).
147149

148150
* Beamer template: fix regression in 3.6.4, reverting the omission of
149151
`\date` when the document does not have a date. By default, beamer
@@ -159,7 +161,7 @@
159161

160162
+ Use T rather than P as default font family (#10738).
161163
+ Put PDF-specific things under a conditional.
162-
Don't inculde them if `pdf-engine` isn't set.
164+
Don't include them if `pdf-engine` isn't set.
163165

164166
* Upgrade reveal.js URL to v5 (#10740, Kolen Cheung).
165167
v4 is no longer available on unpkg.com.

0 commit comments

Comments
 (0)