diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/minted/CHANGELOG_MINTED_LATEX_PACKAGE.md | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/minted/minted.pdf | bin | 510220 -> 510253 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/minted/minted.dtx | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/minted/minted.sty | 3 |
4 files changed, 11 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/minted/CHANGELOG_MINTED_LATEX_PACKAGE.md b/Master/texmf-dist/doc/latex/minted/CHANGELOG_MINTED_LATEX_PACKAGE.md index 8a27aa31752..4b5a790efb4 100644 --- a/Master/texmf-dist/doc/latex/minted/CHANGELOG_MINTED_LATEX_PACKAGE.md +++ b/Master/texmf-dist/doc/latex/minted/CHANGELOG_MINTED_LATEX_PACKAGE.md @@ -1,6 +1,13 @@ # Changelog — minted LaTeX package +## v3.5.1 (2025/02/12) + +* Fixed a bug from v3.5.0 related to calculating input line numbers that + caused errors with `\inputminted` (#435). + + + ## v3.5.0 (2025/02/09) * Tab characters in inputted temp files with recognized file extensions are diff --git a/Master/texmf-dist/doc/latex/minted/minted.pdf b/Master/texmf-dist/doc/latex/minted/minted.pdf Binary files differindex e94efebf161..fe6b7a65f44 100644 --- a/Master/texmf-dist/doc/latex/minted/minted.pdf +++ b/Master/texmf-dist/doc/latex/minted/minted.pdf diff --git a/Master/texmf-dist/source/latex/minted/minted.dtx b/Master/texmf-dist/source/latex/minted/minted.dtx index 7c28dd0fe6b..6220c4b311e 100644 --- a/Master/texmf-dist/source/latex/minted/minted.dtx +++ b/Master/texmf-dist/source/latex/minted/minted.dtx @@ -27,7 +27,7 @@ %<package>\NeedsTeXFormat{LaTeX2e} %<package>\ProvidesPackage{minted} %<*package> - [2025/02/09 v3.5.0 Yet another Pygments shim for LaTeX] + [2025/02/12 v3.5.1 Yet another Pygments shim for LaTeX] %</package> %<*driver> \documentclass{ltxdoc} @@ -3787,6 +3787,7 @@ \pydatabuffermlvalueend \minted@highlight@i} \def\minted@highlightinputfile{% + \edef\minted@inputlineno{\the\inputlineno}% \minted@defstyle \edef\minted@inputfilemdfivesum{\pdf@filemdfivesum{\minted@inputfilepath}}% \ifx\minted@inputfilemdfivesum\@empty diff --git a/Master/texmf-dist/tex/latex/minted/minted.sty b/Master/texmf-dist/tex/latex/minted/minted.sty index a95606ea4f9..f1ca3f18a4a 100644 --- a/Master/texmf-dist/tex/latex/minted/minted.sty +++ b/Master/texmf-dist/tex/latex/minted/minted.sty @@ -26,7 +26,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{minted} - [2025/02/09 v3.5.0 Yet another Pygments shim for LaTeX] + [2025/02/12 v3.5.1 Yet another Pygments shim for LaTeX] \RequirePackage{catchfile} \RequirePackage{etoolbox} \RequirePackage{fvextra}[2024/10/16] @@ -1409,6 +1409,7 @@ \pydatabuffermlvalueend \minted@highlight@i} \def\minted@highlightinputfile{% + \edef\minted@inputlineno{\the\inputlineno}% \minted@defstyle \edef\minted@inputfilemdfivesum{\pdf@filemdfivesum{\minted@inputfilepath}}% \ifx\minted@inputfilemdfivesum\@empty |