Skip to content

Releases: janklab/MlxShake

0.3.0

15 Sep 05:09

Choose a tag to compare

  • Add mlxshake shell command for calling this from the command line (instead of within Matlab).

0.2.1

15 Sep 02:32

Choose a tag to compare

Enhancements:

  • Rename project from ExportMlx to MlxShake, because ExportMlx is a boring name.
  • Post to File Exchange

Bug fixes:

  • Convert codecogs embeds from raw HTML img tags to Markdown tags.
  • Store rendered equation images locally, instead of querying web service at doc viewing time.

0.2.0

12 Sep 18:38

Choose a tag to compare

Enhancements:

  • Add support for additional output formats, including PDF, HTML, and Microsoft Word.

Bug fixes:

  • Fix CI tests
  • Improve organization of make targets
  • Clean up some leftover MatlabProjectTemplate cruft to make the code tree friendlier
  • Fix make clean and rmrf to properly handle directories

0.1.1

12 Sep 02:11

Choose a tag to compare

0.1.1 Pre-release
Pre-release
  • Fix some missing files in local doc files

0.1.0

12 Sep 01:41

Choose a tag to compare

0.1.0 Pre-release
Pre-release

Initial release of my fork!

  • Initial fork of project from Michio Inoue's livescript2markdown.
  • Jankify the code and API.
  • Add programmatic mlx-to-tex export.
  • Fix broken inline image links.
  • Clean up formatting of generated Markdown.
  • Add CI support.
  • Optionally delete intermediate generated files (the .tex and .sty etc. files).
  • Make logging/progress output configurable.