Skip to content

v0.3.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Sep 22:17
· 2 commits to master since this release
v0.3.18.0
6cff8a6

Linux: pandoc-crossref v0.3.18.0 git commit 6cff8a6 (HEAD) built with Pandoc v3.4, pandoc-types v1.23.1 and GHC 9.6.6
Windows: pandoc-crossref v0.3.18.0 git commit 6cff8a6 (HEAD) built with Pandoc v3.4, pandoc-types v1.23.1 and GHC 9.6.6
macOS: pandoc-crossref v0.3.18.0 git commit 6cff8a6 (HEAD) built with Pandoc v3.4, pandoc-types v1.23.1 and GHC 9.6.6

Changelog

  • Add eqnInlineTableTemplate and eqnDisplayTemplate options.

  • Tweak how equation templates work.

    Cleaned-up and generalized the logic in equation templates. This should be
    mostly backwards-compatible, however some exotic workflows may need minor
    tweaks. Specific changes to look out for:

    • eqnBlockInlineMath will affect formatting when tableEqns: false.
    • eqnInlineTemplate has new template variables in scope: t, nmi,
      nmri.
    • eqnBlockTemplate has new template variables in scope: e, ri, nmi,
      nmri.