Published October 14, 2020
| Version 2.11.0.1
Software
Open
jgm/pandoc: pandoc 2.11.0.1
Authors/Creators
- John MacFarlane
- Albert Krewinkel
- Jesse Rosenthal
- link2xt
- Matthew Pickering
- Mauro Bieg
- Andrew Dunning1
- Nikolay Yakimov2
- Kolen Cheung3
- Yan Pashkovsky
- Václav Haisman
- Marc Schreiber4
- Joseph C. Sible
- Nathan Gass
- Fedor Sheremetyev
- Brian Leung
- Mark Wright
- Thomas Hodgson
- Francesco Occhipinti
- Ophir Lifshitz
- Christian Despres
- Hubert Plociniczak
- Pascal Wagler
- Aditya Mahajan
- Daniel Bergey5
- Felix Yan6
- Jose Luis Duran
- David Lazar7
- Hamish Mackenzie
- Xavier Olive8
- 1. @bodleian
- 2. Moscow Aviation Institute (National Research University)
- 3. University of California, Berkeley
- 4. aixigo AG
- 5. @Simspace
- 6. Arch Linux @archlinux
- 7. MIT CSAIL, EPFL
- 8. Research Scientist
Description
Click to expand changelog
- LaTeX reader: support more acronym commands (#6746): `\acl`, `\aclp`, and capitalized versions of already supported commands.
- Commonmark reader: add `pipe_table` extension *after* defaults (#6739). Otherwise we get bad results for non-table, non-paragraph lines containing pipe characters.
- Markdown writer: Fix autolinks rendering for gfm (#6740). Previously, autolinks rendered as raw HTML, due to the `class="uri"` added by pandoc's markdown reader.
- LaTeX writer:
- Escape option values in lstlistings environment (#6742).
- Fix handling of `lang` `pt-BR` (#2953). For polyglossia we now use `\setmainlanguage[variant=brazilian]{portuguese}` and for babel `\usepackage[shorthands=off,main=brazilian]{babel}`.
- Depend on latest citeproc (0.1.0.1).
- This fixes the citation number issue with ieee.csl and other styles that do not explicitly sort bibliographies (#6741). (Pandoc was numbering them by their order in the bibliography file, rather than the order cited, as required by the CSL spec.)
- Fixes groupin/collapsing with citation items with prefixes.
- default.latex: fix `CSLReference` macro definition.
- Fix MANUAL.txt CSL JSON conversion examples.
- Fix spelling errors in chengelog, MANUAL.txt, `doc/org.md` (#6738).
Files
jgm/pandoc-2.11.0.1.zip
Files
(14.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:779d9f772c678106aa1392d2cabb7643
|
14.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/jgm/pandoc/tree/2.11.0.1 (URL)