summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tcolorbox/tcbminted.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tcolorbox/tcbminted.code.tex')
-rw-r--r--macros/latex/contrib/tcolorbox/tcbminted.code.tex16
1 files changed, 8 insertions, 8 deletions
diff --git a/macros/latex/contrib/tcolorbox/tcbminted.code.tex b/macros/latex/contrib/tcolorbox/tcbminted.code.tex
index 2115bf2f4b..cae9e8d707 100644
--- a/macros/latex/contrib/tcolorbox/tcbminted.code.tex
+++ b/macros/latex/contrib/tcolorbox/tcbminted.code.tex
@@ -1,8 +1,8 @@
-%% The LaTeX package tcolorbox - version 6.1.0 (2023/09/26)
+%% The LaTeX package tcolorbox - version 6.2.0 (2024/01/10)
%% tcbminted.code.tex: Code for colorboxes with listings
%%
%% -------------------------------------------------------------------------------------------
-%% Copyright (c) 2006-2023 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
+%% Copyright (c) 2006-2024 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
%% -------------------------------------------------------------------------------------------
%%
%% This work may be distributed and/or modified under the
@@ -18,7 +18,7 @@
%% This work consists of all files listed in README
%%
%\makeatletter
-\tcb@set@library@version{6.1.0}
+\tcb@set@library@version{6.2.0}
\RequirePackage{minted}[2021/12/24]
@@ -35,21 +35,21 @@
{
\usemintedstyle { #4 }
}
- \tl_set:Nn \l_tmpa_tl { \inputminted[#1 }
+ \tl_set:Nn \l__tcobox_tmpa_tl { \inputminted[#1 }
\cs_if_exist:NT \tcb@listing@capture
{
\str_if_eq:VnT \tcb@listing@capture { hbox }
{
- \tl_put_right:Nn \l_tmpa_tl { ,envname=BVerbatim }
+ \tl_put_right:Nn \l__tcobox_tmpa_tl { ,envname=BVerbatim }
}
}
- \tl_put_right:Nn \l_tmpa_tl { ] }
+ \tl_put_right:Nn \l__tcobox_tmpa_tl { ] }
\file_if_exist:nTF { \minted@outputdir #3 }
{
- \l_tmpa_tl { #2 }{ \minted@outputdir #3 }
+ \l__tcobox_tmpa_tl { #2 }{ \minted@outputdir #3 }
}
{
- \l_tmpa_tl { #2 }{ #3 }
+ \l__tcobox_tmpa_tl { #2 }{ #3 }
}
}