Releases: lierdakil/pandoc-crossref
Releases · lierdakil/pandoc-crossref
v0.2.3.0
New features
-
tableEqns
option to typeset equations in a table, like this:
-
Automatically number all equations with autoEqnLabels
-
subfigGrid
-- allows to typeset subfigures in a table in non-LaTeX output (LaTeX can typeset subfigures by itself)
Changes
- Error on duplicate labels
- Can place several subfigures on one line. Result will depend on output format and Pandoc options
- No need to explicitly add labels to subfigures
Fixes
- Filter out empties from collected subfigure captions
- Properly sort collected subfigure captions
- Fix codelisting caption in LaTeX output
Maintenance
- More tests
- Major code cleanup, simplification
- Documentation update
- Simplify default settings
v0.2.2.1
This is a maintenance release due to stack borking hackage upload. Source is virtually identical to v0.2.2.0
v0.2.2.0
- Ghc-8 support
- Drop support for Pandoc-1.17.0 and eariler
- Bump stack resolver and extra-deps
- Readme updates
v0.2.1.3
- Bump nightly resolver
- Use Pandoc to generate LaTeX labels
- Rudimentary LaTeX tests
- Fixing broken references in README (pull request #68 from @wladston)
v0.2.1.2
- Remove figure label hack for pandoc-1.17
v0.2.1.1
- Only apply ux5f substitution to sections
v0.2.1.0
- Replace _ in LaTeX references with ux5f
- Allow data-default 0.6 (pull request #67 from @felixonmars)
- tableEqns option wraps numbered eqns into tables
- Allow arbitrary formatting in subfigures
- Update changelog
v0.2.0.1
- Add modules to test-suite in .cabal
- Allow builds with pandoc 1.17
- Update stack resolver & deps
- Remove obsolete CPP language extensions
v0.2.0.0a
- Added Windows binary to downloads
v0.2.0.0
NOTE Only pandoc-1.16 supported since this release
- README updates
- Subfigures!
- Use SYB for walking AST
- Custom subfigure labels
- Custom numbering schemes
- Allow arbitrary internal vars in template
- Extensive TemplateHaskell derivations