Skip to content

Releases: lierdakil/pandoc-crossref

v0.2.3.0

19 Aug 19:51
Compare
Choose a tag to compare

New features

  • tableEqns option to typeset equations in a table, like this:

    equation (1)
  • 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

15 Jul 06:31
Compare
Choose a tag to compare

This is a maintenance release due to stack borking hackage upload. Source is virtually identical to v0.2.2.0

v0.2.2.0

15 Jul 05:46
Compare
Choose a tag to compare
  • Ghc-8 support
  • Drop support for Pandoc-1.17.0 and eariler
  • Bump stack resolver and extra-deps
  • Readme updates

v0.2.1.3

18 May 10:27
Compare
Choose a tag to compare
  • 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

08 May 10:04
Compare
Choose a tag to compare
  • Remove figure label hack for pandoc-1.17

v0.2.1.1

01 May 10:29
Compare
Choose a tag to compare
  • Only apply ux5f substitution to sections

v0.2.1.0

01 May 10:29
Compare
Choose a tag to compare
v0.2.1.0 Pre-release
Pre-release
  • 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

25 Mar 03:10
Compare
Choose a tag to compare
  • 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

10 Mar 20:35
Compare
Choose a tag to compare
  • Added Windows binary to downloads

v0.2.0.0

05 Mar 12:45
Compare
Choose a tag to compare

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