Skip to content

v2.6

Compare
Choose a tag to compare
@gpoore gpoore released this 24 Dec 19:10
  • autogobble automatically uses python or python3 executables,
    depending on availability, instead of requiring python. A custom
    executable can be specified by redefining \MintedPython (#277, #287).

  • Fixed autogobble compatibility with fancyvrb 4.0+ (#315, #316).

  • Pygments style names may now contain arbitrary non-whitespace characters.
    Previously, style names containing digits and some punctuation characters
    were incompatible (#210, #294, #299, #317). Pygments macros are now only
    defined just before use locally within minted commands and environments,
    rather than globally. Pygments macros now always use a \PYG prefix
    regardless of style, rather than a prefix of the form \PYG<style> (for
    example, what was previously \PYGdefault is now simply \PYG).

  • Removed Python-based MD5 hashing for XeTeX, which was necessary before
    XeTeX added \mdfivesum in 2017.

  • The default for stripnl is now false, so that original code is
    preserved exactly by default (#198).

  • Added support for fontencoding option from fvextra (#208).

  • Added note to FAQ about getting texi2pdf to work with minted given
    texi2pdf's assumptions about temp files (#186).

  • Reimplemented bgcolor option to be compatible with color package.