Releases: lierdakil/pandoc-crossref
Releases · lierdakil/pandoc-crossref
v0.3.0.0-beta
- 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
v0.2.6.0
- Droped support for old pandoc/ghc versions. Only GHC 8.0 and Pandoc 1.19 are supported.
pairDelim,lastDelim,refDelimoptions 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
v0.2.4.2
v0.2.4.1a
v0.2.4.1
v0.2.4.0
v0.2.3.0
New features
-
tableEqnsoption 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