Skip to content

Releases: lierdakil/pandoc-crossref

v0.3.0.0-beta

07 Nov 16:01
775d8af

Choose a tag to compare

v0.3.0.0-beta Pre-release
Pre-release
  • Pandoc 2.0 support (#139)

Note: sorry if there's no MacOS build, Travis is being really uncooperative with MacOS builds lately.

v0.2.7.0

07 Nov 17:17
f31a9c9

Choose a tag to compare

  • LaTeX: Added subfloat caption margin (#141)
  • Added table-style captions for code with codeBlockCaptions and labels (#129)
  • Updated installation instructions (#132)

Note: sorry if there's no MacOS build, Travis is being really uncooperative with MacOS builds lately.

v0.2.6.0

10 Aug 13:49
0a7993c

Choose a tag to compare

  • Droped support for old pandoc/ghc versions. Only GHC 8.0 and Pandoc 1.19 are supported.
  • pairDelim, lastDelim, refDelim options for customizing delimiters in reference groups (see #126)
  • Report undefined references on stderr. Previously, those were rendered as ¿refname?, but that was hard to see immediately. Now undefined references are printed on stderr as well
  • Set UTF-8 encoding for reading pandoc-crossref.yaml (#123) (@trueroad)
  • Option for including prefix in reference link nameInLink, allows linked singular references to have prefix hyperlinked, e.g. "fig. 4" instead of "fig. 4" (see #109)

v0.2.5.0

25 Feb 07:20
477e7ce

Choose a tag to compare

  • Global settings file support
  • pandoc 1.19 support and binaries
  • Better naming for stack.yamls

v0.2.4.2

01 Feb 16:14
75478a5

Choose a tag to compare

  • Trim down dependencies
  • Center subfigures in LaTeX output

This release doesn't officially support pandoc-1.19 since tests fail, but it should work when built from Hackage.

v0.2.4.1a

23 Nov 13:18
0471fdc

Choose a tag to compare

Bogus tag for pre-built binaries

v0.2.4.1

23 Nov 09:06
8827412

Choose a tag to compare

  • Force caption style in docx output (#87)

v0.2.4.0

20 Nov 12:10
1bc3282

Choose a tag to compare

v0.2.4.0 Pre-release
Pre-release
  • Pandoc 1.18 support (#92)
  • link cross references (#30)
  • Template for subfigure reference (#89)
  • ability to configure prefix rendering (#83)

v0.2.3.0

19 Aug 19:51

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

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