Skip to content

v0.3.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 20:14
· 110 commits to master since this release
3dc97e6

Linux: pandoc-crossref v0.3.14.0 git commit 3dc97e6 (HEAD) built with Pandoc v2.19.2, pandoc-types v1.22.2.1 and GHC 9.0.2
Windows: pandoc-crossref v0.3.14.0 git commit 3dc97e6 (HEAD) built with Pandoc v2.19.2, pandoc-types v1.22.2.1 and GHC 9.0.2
macOS: pandoc-crossref v0.3.14.0 git commit 3dc97e6 (HEAD) built with Pandoc v2.19.2, pandoc-types v1.22.2.1 and GHC 9.0.2

Changelog

Main changes

  • Add list-of-x item templates

    New template variables, lofItemTemplate, lotItemTemplate,
    lolItemTemplate, allowing to specify formatting for elements in lists-of
    items.

    Default values for templates also use variables lofItemTitle,
    lotItemTitle, lolItemTitle, listItemTitleDelim.

    Historically, list-of-x lists were formatted using markdown ordered lists when not using chapters: true. However, this is not enabled by default any more. You can restore the old behaviour by specifying the template using ordered list explicitly, e.g.

    lofItemTemplate: |
        1. $$t$$

    Note that custom numbering (including chapter numbers) will be ignored by ordered lists, so it only works well for the simplest numbering schemes.

    Bullet lists are also now supported.

  • Fix cleveref latex preamble

    Cleveref now complains if it's loaded before hyperref, hence loading cleveref was wrapped into AtEndPreamble.