summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2025-02-13 21:03:35 +0000
committerKarl Berry <karl@freefriends.org>2025-02-13 21:03:35 +0000
commitaa4c42ab4807c02ea60ebf3b7f3e7310cc40d387 (patch)
tree5062015aeaa54062b8b740484c5b0bebd9978c89 /Master
parentea59cfed245b02ce59e22099cd3c4c5bb86d0b96 (diff)
minted (13feb25)
git-svn-id: svn://tug.org/texlive/trunk@73956 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/minted/CHANGELOG_MINTED_LATEX_PACKAGE.md7
-rw-r--r--Master/texmf-dist/doc/latex/minted/minted.pdfbin510220 -> 510253 bytes
-rw-r--r--Master/texmf-dist/source/latex/minted/minted.dtx3
-rw-r--r--Master/texmf-dist/tex/latex/minted/minted.sty3
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
index e94efebf161..fe6b7a65f44 100644
--- a/Master/texmf-dist/doc/latex/minted/minted.pdf
+++ b/Master/texmf-dist/doc/latex/minted/minted.pdf
Binary files differ
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