Skip to content

Releases: gpoore/minted

v2.0-alpha2

22 Aug 04:56
Compare
Choose a tag to compare
v2.0-alpha2 Pre-release
Pre-release

v2.0-alpha2 (2013/08/21)

  • \DeleteFile now only deletes files if they do indeed exist. This eliminates warning messages due to missing files.
  • Fixed a bug in the definition of \DeleteFile for non-Windows systems.
  • Added support for Pygments option stripnl.
  • Settings macros that were previously defined globally are now defined locally, so that \setminted may be confined by \begingroup...\endgroup as expected.
  • Macro definitions for a given style are now loaded only once per document, rather than once per command/environment. This works even without caching.
  • A custom script/executable may now be substituted for pygmentize by redefining \MintedPygmentize.