Skip to content

Releases: lierdakil/pandoc-crossref

v0.3.11.0

30 May 14:17
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.11.0 git commit 630d5a9 (HEAD) built with Pandoc v2.14, pandoc-types v1.22 and GHC 8.10.4
Windows: pandoc-crossref v0.3.11.0 git commit 630d5a9 (HEAD) built with Pandoc v2.14, pandoc-types v1.22 and GHC 8.10.4
macOS: pandoc-crossref v0.3.11.0 git commit 630d5a9 (HEAD) built with Pandoc v2.14, pandoc-types v1.22 and GHC 8.10.4

Changelog

  • Add equationNumberTeX option
  • Add title variable to refIndexTemplate; make refIndexTemplate per-prefix
  • Update to pandoc 2.14
  • Docs updates for --citeproc

v0.3.10.0a

24 Mar 14:21
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.10.0 git commit 2b62c00 (HEAD) built with Pandoc v2.13, pandoc-types v1.22 and GHC 8.10.4
Windows: pandoc-crossref v0.3.10.0 git commit 2b62c00 (HEAD) built with Pandoc v2.13, pandoc-types v1.22 and GHC 8.10.4
macOS: pandoc-crossref v0.3.10.0 git commit 2b62c00 (HEAD) built with Pandoc v2.13, pandoc-types v1.22 and GHC 8.10.4

Changelog

v0.3.10.0

12 Mar 05:37
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.10.0 git commit cd4d134 (HEAD) built with Pandoc v2.12, pandoc-types v1.22 and GHC 8.10.4
Windows: pandoc-crossref v0.3.10.0 git commit cd4d134 (HEAD) built with Pandoc v2.12, pandoc-types v1.22 and GHC 8.10.4
macOS: pandoc-crossref v0.3.10.0 git commit cd4d134 (HEAD) built with Pandoc v2.12, pandoc-types v1.22 and GHC 8.10.4

Changelog

  • [Fix] Avoid expensive set difference, use filter

  • [Tweak] For div-wrapped listings merge attributes and classes

    Previously, classes and attributes on the wrapping div were ignored. Now, those are merged with classes and attributes on the listing.

  • [Feat] Add option to set label attributes to actual numbering used

    New option setLabelAttribute which sets label attribute on sections, figures, etc to actual number used for referencing. This can be useful for post-processing.

  • [Fix] Omit empty section/item labels

    Objects (sections, figures) can have empty labels (i.e. no number). Previously, if those labels were referenced (particularly with chapters enabled) this would create references like fig 1..2. Now these labels are omitted. It can lead to duplicate numbers in references though.

  • [Fix] Chapter delimiter in section numbers should be chapDelim (was '.')

    chapDelim now observed in section numbers (when numberSections is enabled)

v0.3.9.1

02 Feb 17:37
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.9.1 git commit ffd548d (HEAD) built with Pandoc v2.11.4, pandoc-types v1.22 and GHC 8.10.3
Windows: pandoc-crossref v0.3.9.1 git commit ffd548d (HEAD) built with Pandoc v2.11.4, pandoc-types v1.22 and GHC 8.10.3
macOS: pandoc-crossref v0.3.9.1 git commit ffd548d (HEAD) built with Pandoc v2.11.4, pandoc-types v1.22 and GHC 8.10.3

Changelog

  • [CI] Bump pandoc version
  • [Stack] Bump versions in stack.yaml
  • [LaTeX][Tests] Update tests for subfigures
  • [LaTeX][Tests] Update tests for pandoc 2.11.4
  • [LaTeX] Remove footnotes from "short" subfigure caption (used for lof)
  • [LaTeX] An attempt at fixing footnotes inside subfigure env

Note that this is a fix-release, but it includes some rather drastic changes to
the way subfigures are handled in LaTeX output. Couldn't fix the issue
otherwise. See #292 for
context and some additional pointers.

v0.3.9.0a

31 Dec 10:02
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.9.0 git commit 753142f (HEAD) built with Pandoc v2.11.3.2, pandoc-types v1.22 and GHC 8.10.3
Windows: pandoc-crossref v0.3.9.0 git commit 753142f (HEAD) built with Pandoc v2.11.3.2, pandoc-types v1.22 and GHC 8.10.3
macOS: pandoc-crossref v0.3.9.0 git commit 753142f (HEAD) built with Pandoc v2.11.3.2, pandoc-types v1.22 and GHC 8.10.3

Changelog

  • OSX build is not packed with UPX now, due to issues on Big Sur

v0.3.9.0

20 Dec 15:21
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.9.0 git commit 93ded6e (HEAD) built with Pandoc v2.11.3.1, pandoc-types v1.22 and GHC 8.10.2
Windows: pandoc-crossref v0.3.9.0 git commit 93ded6e (HEAD) built with Pandoc v2.11.3.1, pandoc-types v1.22 and GHC 8.10.2
macOS: pandoc-crossref v0.3.9.0 git commit 93ded6e (HEAD) built with Pandoc v2.11.3.1, pandoc-types v1.22 and GHC 8.10.2

Changelog

New features

  • Add header multilevel templates and secLevelLabels
  • Add lowercase roman custom numbering

Fixes

  • Label precedence fix: label attr > secLevelLabels > xLabels

Misc

  • Update LaTeX tests for pandoc 2.11.3.1
  • Update docs
  • Relax bound on optparse-applicative

v0.3.8.4

21 Nov 21:22
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.8.4 git commit ec2d4bc (HEAD) built with Pandoc v2.11.2, pandoc-types v1.22 and GHC 8.10.2
Windows: pandoc-crossref v0.3.8.4 git commit ec2d4bc (HEAD) built with Pandoc v2.11.2, pandoc-types v1.22 and GHC 8.10.2
macOS: pandoc-crossref v0.3.8.4 git commit ec2d4bc (HEAD) built with Pandoc v2.11.2, pandoc-types v1.22 and GHC 8.10.2

Changelog

  • [Fix] secLabels
  • [ManData] Generate table of contents in embedded html; filter out kramdown toc marker
  • [Docs] Add toc to gh-pages

v0.3.8.3a

24 Oct 18:35
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.8.3 git commit 87c4c79 (HEAD) built with Pandoc v2.11.0.4, pandoc-types v1.22 and GHC 8.10.2
Windows: pandoc-crossref v0.3.8.3 git commit 87c4c79 (HEAD) built with Pandoc v2.11.0.4, pandoc-types v1.22 and GHC 8.10.2
macOS: pandoc-crossref v0.3.8.3 git commit 87c4c79 (HEAD) built with Pandoc v2.11.0.4, pandoc-types v1.22 and GHC 8.10.2

Changelog

v0.3.8.3

16 Oct 12:35
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.8.3 git commit 38e44c2 (HEAD) built with Pandoc v2.11.0.2, pandoc-types v1.22 and GHC 8.10.2
Windows: pandoc-crossref v0.3.8.3 git commit 38e44c2 (HEAD) built with Pandoc v2.11.0.2, pandoc-types v1.22 and GHC 8.10.2
macOS: pandoc-crossref v0.3.8.3 git commit 38e44c2 (HEAD) built with Pandoc v2.11.0.2, pandoc-types v1.22 and GHC 8.10.2

Changelog

  • [Fix] Pandoc 2.11.0.1 fixes the issue fixed in the previous release upstream.

    Unfortunately, "double fix" is no fix at all. This release checks for pandoc version and disables the fix on our side as needed.

v0.3.8.2

13 Oct 07:50
Compare
Choose a tag to compare

Linux: pandoc-crossref v0.3.8.2 git commit 4200fe5 (HEAD) built with Pandoc v2.11, pandoc-types v1.22 and GHC 8.10.2
Windows: pandoc-crossref v0.3.8.2 git commit 4200fe5 (HEAD) built with Pandoc v2.11, pandoc-types v1.22 and GHC 8.10.2
macOS: pandoc-crossref v0.3.8.2 git commit 4200fe5 (HEAD) built with Pandoc v2.11, pandoc-types v1.22 and GHC 8.10.2

Changelog

  • [Fix] Escape LaTeX caption attribute when taken from Markdown

    Apparently, pandoc (up to 2.11) doesn't escape caption code block attribute for LaTeX when used with --listings. This may be intentional, but when caption is defined in pandoc-crossref using div or table-style caption syntax, this can lead to inconsistencies. Hence, caption defined in Markdown (as opposed to as string in the attribute) is now escaped when outputting to LaTeX with --listings enabled.