package pgn_to_tex

  1. Overview
  2. Docs
A chess PGN to TeX conversion tool

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.0.1.tar.gz
md5=7b4c3f560a274030be2cefd3baab8ba5
sha512=6ceebea60844881835e010c0b2120467de312e4924d680fa718a18c09635590afd5a449ad6fa904df427de21e5d3f9355ec7ca4d1c856843641c6cae35d91845

doc/CHANGELOG.html

v0.0.1

  • fix bug whereby a subtitle custom PGN header was rendering on a separate page. It now appears under the title
  • remove old tests and commented out code

v0.0.1-rc.2

  • add correct versioning metadata

v0.0.1-rc.1

  • Update readme and add license file

v0.0.1-alpha.2

  • Expose function parse_diagrams_json to convert stringified JSON to a MoveMap, allowing for parsing of the diagram data with to_tex

v0.0.1-alpha.1

  • Initial release