texlive[73967] branches/branch2024.final/Master/texmf-dist: minted

commits+karl at tug.org commits+karl at tug.org
Thu Feb 13 22:06:08 CET 2025


Revision: 73967
          https://tug.org/svn/texlive?view=revision&revision=73967
Author:   karl
Date:     2025-02-13 22:06:08 +0100 (Thu, 13 Feb 2025)
Log Message:
-----------
minted (branch) (13feb25)

Modified Paths:
--------------
    branches/branch2024.final/Master/texmf-dist/doc/latex/minted/CHANGELOG_MINTED_LATEX_PACKAGE.md
    branches/branch2024.final/Master/texmf-dist/doc/latex/minted/minted.pdf
    branches/branch2024.final/Master/texmf-dist/source/latex/minted/minted.dtx
    branches/branch2024.final/Master/texmf-dist/tex/latex/minted/minted.sty

Modified: branches/branch2024.final/Master/texmf-dist/doc/latex/minted/CHANGELOG_MINTED_LATEX_PACKAGE.md
===================================================================
--- branches/branch2024.final/Master/texmf-dist/doc/latex/minted/CHANGELOG_MINTED_LATEX_PACKAGE.md	2025-02-13 21:05:56 UTC (rev 73966)
+++ branches/branch2024.final/Master/texmf-dist/doc/latex/minted/CHANGELOG_MINTED_LATEX_PACKAGE.md	2025-02-13 21:06:08 UTC (rev 73967)
@@ -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

Modified: branches/branch2024.final/Master/texmf-dist/doc/latex/minted/minted.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2024.final/Master/texmf-dist/source/latex/minted/minted.dtx
===================================================================
--- branches/branch2024.final/Master/texmf-dist/source/latex/minted/minted.dtx	2025-02-13 21:05:56 UTC (rev 73966)
+++ branches/branch2024.final/Master/texmf-dist/source/latex/minted/minted.dtx	2025-02-13 21:06:08 UTC (rev 73967)
@@ -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 at highlight@i}
 \def\minted at highlightinputfile{%
+  \edef\minted at inputlineno{\the\inputlineno}%
   \minted at defstyle
   \edef\minted at inputfilemdfivesum{\pdf at filemdfivesum{\minted at inputfilepath}}%
   \ifx\minted at inputfilemdfivesum\@empty

Modified: branches/branch2024.final/Master/texmf-dist/tex/latex/minted/minted.sty
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/latex/minted/minted.sty	2025-02-13 21:05:56 UTC (rev 73966)
+++ branches/branch2024.final/Master/texmf-dist/tex/latex/minted/minted.sty	2025-02-13 21:06:08 UTC (rev 73967)
@@ -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 at highlight@i}
 \def\minted at highlightinputfile{%
+  \edef\minted at inputlineno{\the\inputlineno}%
   \minted at defstyle
   \edef\minted at inputfilemdfivesum{\pdf at filemdfivesum{\minted at inputfilepath}}%
   \ifx\minted at inputfilemdfivesum\@empty



More information about the tex-live-commits mailing list.