Releases: lierdakil/pandoc-crossref
Releases · lierdakil/pandoc-crossref
v0.1.5.0
- Initial library support
- Merge pull request #34 from infotroph/infotroph-patch-1
- Fix typo: fixPrefix->figPrefix
- Merge pull request #32 from bmesuere/master
- move section labels outside of code block section
v0.1.3.0
- Configurable
chapters
option depth
- Section references
v0.1.2.4
- Fix list-of-somethings when
-M chapters
enabled (print numbers with chapter number)
- Fix custom LaTeX listings numbering for
-M chapters
.
v0.1.2.3
- Don't increment chapter counter for unnumbered chapters (#27)
- Start item numeration over for each chapter
- Don't output zeroeth chapter prefix (i.e. no chapter prefix for front-matter-ish items)
v0.1.2.2
- BUGFIX: Add metasettings not only to list (header-includes can be a string now, not just array)
- Update README with info on LaTeX customization
- Relax constraints to include pandoc-1.15
v0.1.2.0
- Reference prefix capitalization
- Allow mixing different types of citations
v0.1.1.0
- Support for pandoc-1.14
- Support for code listings cross-referencing
- Initial support for pulling format metadata to LaTeX output
- Bugfix for cleveref output: extra spaces after commas removed
v0.1.0.2
- Initial support for reference suffixes (printed as-is, never compacted, not yet supported in LaTeX)
- Fix spacing issue in LaTeX output (#12)