|
68 | 68 |
|
69 | 69 | * Docx writer:
|
70 | 70 |
|
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). |
72 | 73 | + Preserve Relationships for images from reference docx (#10759).
|
73 | 74 | This should allow one to include an image in a reference.docx and
|
74 | 75 | reference it in an openxml template.
|
|
136 | 137 | and that could lead to information loss. This was particularly noticeable
|
137 | 138 | for inline math environments such as `equation`. Previously, an
|
138 | 139 | `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). |
147 | 149 |
|
148 | 150 | * Beamer template: fix regression in 3.6.4, reverting the omission of
|
149 | 151 | `\date` when the document does not have a date. By default, beamer
|
|
159 | 161 |
|
160 | 162 | + Use T rather than P as default font family (#10738).
|
161 | 163 | + 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. |
163 | 165 |
|
164 | 166 | * Upgrade reveal.js URL to v5 (#10740, Kolen Cheung).
|
165 | 167 | v4 is no longer available on unpkg.com.
|
|
0 commit comments