summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-12-20 21:31:09 +0000
committerKarl Berry <karl@freefriends.org>2021-12-20 21:31:09 +0000
commit2cf63bcb45293b7eeabd5b9faf348291813ce636 (patch)
treecb277eb28a2aa465f8a373bfec4ce04ed3d19f5c /Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex
parent55836cd2eda310309464bab33f9aef65e2a171a3 (diff)
tcolorbox (20dec21)
git-svn-id: svn://tug.org/texlive/trunk@61358 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex
index 6c3a2eea6b5..51979901095 100644
--- a/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex
+++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbminted.code.tex
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 5.0.0 (2021/12/16)
+%% The LaTeX package tcolorbox - version 5.0.1 (2021/12/20)
%% tcbminted.code.tex: Code for colorboxes with listings
%%
%% -------------------------------------------------------------------------------------------
@@ -18,7 +18,7 @@
%% This work consists of all files listed in README
%%
%\makeatletter
-\tcb@set@library@version{5.0.0}
+\tcb@set@library@version{5.0.1}
\RequirePackage{minted}[2011/09/17]
@@ -36,11 +36,11 @@
% patch for fivesum computation
\xpatchcmd*\minted@pygmentize%
{\ifx\FancyVerbStartNum\z@ 0\else\FancyVerbStartNum\fi}%
- {\minted@use@FancyVerbStartNum}%
+ {\minted@use@FancyVerbStartNum\relax}%
{}{}%
\xpatchcmd*\minted@pygmentize%
{\ifx\FancyVerbStopNum\z@ 0\else\FancyVerbStopNum\fi}%
- {\minted@use@FancyVerbStopNum}%
+ {\minted@use@FancyVerbStopNum\relax}%
{}{}%
% patch for option "autogobble"
\xpatchcmd\minted@autogobble%