v0.3.13.0
Linux: pandoc-crossref v0.3.13.0 git commit 64e1ca3 (HEAD) built with Pandoc v2.18, pandoc-types v1.22.2 and GHC 8.10.7
Windows: pandoc-crossref v0.3.13.0 git commit 64e1ca3 (HEAD) built with Pandoc v2.18, pandoc-types v1.22.2 and GHC 8.10.7
macOS: pandoc-crossref v0.3.13.0 git commit 64e1ca3 (HEAD) built with Pandoc v2.18, pandoc-types v1.22.2 and GHC 8.10.7
Changelog
Main changes
-
More flexible equation templates
See the documentation.
NOTICE: Breaking change. If you're using
equationNumberTeX
, now
eqnIndexTemplate
gets applied to the index. Besides, the special handling
ofqquad
is removed. TL;DR: if usingequationNumberTeX
, addeqnIndexTemplate: $$i$$
to your metadata.Also note that the default behaviour is changed slightly, curly braces are added around the equation index. This shouldn't affect the rendered result, but if you need to restore the old behaviour, set
eqnInlineTemplate
as follows:eqnInlineTemplate: $$e$$$$equationNumberTeX$$ $$i$$
-
Bump minimal pandoc version to 2.18
Pandoc 2.18 changed some formatting, so tests are only compatible with
pandoc 2.18, hence the version bump. In a pinch, you can build with older
pandoc by using cabal's/stack's--allow-newer
flag.
Genreal Maintenance
- Vendor (modified) roman-numerals library
- Update tests for pandoc 5f0bfd41 (hseg, PR 348)
- Complete purge of pandoc-citeproc references (gesh, PR #302)