latex/v3.1.0
-
All timestamp comparisons that are part of communicating with the
latexminted
Python executable now use timestamps that have been processed
with\detokenize
(#405). -
Option processing now wraps values in curly braces to prevent escaping
issues when options are passed on to other packages for further processing
(#407). -
Fixed compatibility with
dvilualatex
(#406). -
Temporary files with common file extensions are now automatically detected
and processed correctly regardless ofhighlightmode
(#401). Previously,
highlightmode=immediate
was needed for working with temp files that are
overwritten or deleted during compilation; the default
highlightmode=fastfirst
gave an error message during the first compile
but worked correctly during subsequent compiles. -
Fixed bug when
cache=false
. When caching is disabled,highlightmode
is
now set toimmediate
. -
The minimum supported
latexminted
version is now 0.2.0. The new
latexminted
subcommandcleantemp
is now used instead ofclean
when
the cache does not require cleaning. This prevents errors when
cache=false
. -
Fixed docs for
breakbeforeinrun
andbreakafterinrun
(#408). These had
not been properly updated afterfvextra
renamed the options.