v0.3.18.0
github-actions
released this
17 Sep 22:17
·
2 commits
to master
since this release
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
andeqnDisplayTemplate
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 whentableEqns: false
.eqnInlineTemplate
has new template variables in scope:t
,nmi
,
nmri
.eqnBlockTemplate
has new template variables in scope:e
,ri
,nmi
,
nmri
.