| Age | Commit message (Expand) | Author |
| 2024-03-22 | LaTeX writer: fix math inside strikeout (closes #9597). | John MacFarlane |
| 2024-02-18 | LaTeX writer: fix bug when a language is specified in two different ways. | John MacFarlane |
| 2024-02-13 | Make LaTeX writer sensitive to `empty_paragraphs` extension. | John MacFarlane |
| 2024-01-25 | Add some kerns where needed between quotes in LaTeX output. | John MacFarlane |
| 2023-12-18 | LaTeX writer: omit superfluous page locator label... | John MacFarlane |
| 2023-12-10 | LaTeX writer: Add performance optimization to #9168. | John MacFarlane |
| 2023-12-10 | LaTeX writer: fix bug with big footnotes inside emphasis (#9168) | Hikaru Ibayashi |
| 2023-09-18 | Fix uneven indents in LaTeX line block output. | John MacFarlane |
| 2023-09-07 | Fix default citeproc entry-spacing. | John MacFarlane |
| 2023-09-05 | Rewrite CSLReferences environment... | John MacFarlane |
| 2023-09-01 | LaTeX writer: Fix regression. | John MacFarlane |
| 2023-08-29 | Use `\cite` and `\bibitem` to link up citations, even with citeproc. | John MacFarlane |
| 2023-08-26 | LaTeX writer link/target improvements. | John MacFarlane |
| 2023-08-19 | LaTeX writer: improve internal links and targets. | John MacFarlane |
| 2023-06-28 | LaTeX writer: Prevent babel language from being imported twice. | John MacFarlane |
| 2023-02-05 | LaTeX writer: include short figure/table caption if one is given. | Albert Krewinkel |
| 2023-01-13 | Remove block constructor Null from the code base. | John MacFarlane |
| 2023-01-13 | Support complex figures. [API change] | Albert Krewinkel |
| 2023-01-10 | Update copyright years, it's 2023! | Albert Krewinkel |
| 2022-11-19 | Add support for `mark` extension for highlighted text. | John MacFarlane |
| 2022-11-19 | LaTeX writer: Use soul instead of ulem for strikeout, underline. | John MacFarlane |
| 2022-10-31 | First stab at mtl 2.3 compliance. | John MacFarlane |
| 2022-10-19 | Text.Pandoc.Shared: remove `ordNub` [API change]. | John MacFarlane |
| 2022-10-18 | T.P.Shared: remove `escapeURI`, `isURI`. | John MacFarlane |
| 2022-10-15 | Minor code cleanups. | John MacFarlane |
| 2022-10-10 | Simplify some citation code in LaTeX writer. | John MacFarlane |
| 2022-09-29 | LaTeX writer: use `\includesvg` for SVGs... | John MacFarlane |
| 2022-09-26 | LaTeX writer: ignore languages with no babel equivalent... | John MacFarlane |
| 2022-06-10 | LaTeX writer: Extend list of book documentclasses (#8053) | Wentao Han |
| 2022-05-19 | Beamer: allow containsverbatim as alternative to fragile. | John MacFarlane |
| 2022-03-29 | LaTeX writer: support `page`,`trim`,`clip` attributes on images. | John MacFarlane |
| 2022-02-22 | Add scrreport to the latex writer chaptersClasses. Fixed #6168 (#7935) | ivardb |
| 2022-02-22 | LaTeX writer: avoid extra space before `\CSLRightInline`. | John MacFarlane |
| 2022-02-22 | Fix typos (#7934) | Dimitris Apostolou |
| 2022-01-27 | LaTeX writer: allow arbitrary frameoptions to be passed... | John MacFarlane |
| 2022-01-27 | LaTeX writer: add s and squeeze to recognized beamer frameoptions. | John MacFarlane |
| 2022-01-20 | Avoid putting a frame around speaker notes in beamer. | John MacFarlane |
| 2022-01-02 | Copyright notices: update for 2022 | Albert Krewinkel |
| 2021-10-22 | Use simpleFigure in Readers. | Aner Lucero |
| 2021-10-12 | Revert "Depend on pandoc-types 1.23, remove Null constructor on Block." | John MacFarlane |
| 2021-10-01 | Depend on pandoc-types 1.23, remove Null constructor on Block. | John MacFarlane |
| 2021-09-19 | Use babel, not polyglossia, with xelatex. | John MacFarlane |
| 2021-08-13 | Fix raw LaTeX injection issue (LaTeX writer). | John MacFarlane |
| 2021-07-22 | LaTeX writer: Use ulem for underline. | John MacFarlane |
| 2021-06-21 | Revert "LaTeX writer: put a strut after a line break (`\\`)." | John MacFarlane |
| 2021-06-21 | LaTeX writer: put a strut after a line break (`\\`). | John MacFarlane |
| 2021-06-21 | LaTeX writer: Use `\strut` instead of `~` before `\\` in empty line. | John MacFarlane |
| 2021-05-18 | LaTeX writer: separate successive quote chars with thin space | Albert Krewinkel |
| 2021-05-16 | LaTeX template: define commands for zero width non-joiner character | Albert Krewinkel |
| 2021-05-14 | Beamer writer: support exampleblock and alertblock. | John MacFarlane |