summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-09-26 20:04:48 +0000
committerKarl Berry <karl@freefriends.org>2023-09-26 20:04:48 +0000
commitc235a19b87bb41ec8d503d64173dfacfdea43c6e (patch)
tree26f55fd8b11cb0c4dd91e7f69089ff90e93de875 /Master/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex
parentd65f05e524b6dddf4c57dd93adda6b2cb57f1969 (diff)
tcolorbox (26sep23)
git-svn-id: svn://tug.org/texlive/trunk@68375 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex
index 50c23656166..118c77fb13d 100644
--- a/Master/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex
+++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbfitting.code.tex
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 6.0.4 (2023/06/19)
+%% The LaTeX package tcolorbox - version 6.1.0 (2023/09/26)
%% tcbfitting.code.tex: Code for fit boxes
%%
%% -------------------------------------------------------------------------------------------
@@ -18,7 +18,7 @@
%% This work consists of all files listed in README
%%
%\makeatletter
-\tcb@set@library@version{6.0.4}
+\tcb@set@library@version{6.1.0}
\newdimen\tcbfitdim
\newdimen\tcb@lowerfitdim
@@ -368,7 +368,7 @@
}
\newcommand{\tcboxfit}[2][]{%
- \tcb@ox{capture=fitbox,#1}{#2}%
+ \tcb@ox{capture=fitbox}{#1}{#2}%
}
@@ -380,15 +380,15 @@
\__tcobox_process_newtcolorbox:nn { #2 }{ #3 }
\tl_if_novalue:nTF { #4 }
{
- \exp_args:Nc #1 { #3 }{ \tcboxfit[#6,options@for=#3] }
+ \exp_args:Nc #1 { #3 }{ \tcboxfit[{#6,options@for=#3}] }
}
{
\tl_if_novalue:nTF { #5 }
{
- \exp_args:Nc #1 { #3 }[ #4 ]{ \tcboxfit[#6,options@for=#3] }
+ \exp_args:Nc #1 { #3 }[ #4 ]{ \tcboxfit[{#6,options@for=#3}] }
}
{
- \exp_args:Nc #1 { #3 }[ #4 ][ #5 ]{ \tcboxfit[#6,options@for=#3] }
+ \exp_args:Nc #1 { #3 }[ #4 ][ #5 ]{ \tcboxfit[{#6,options@for=#3}] }
}
}
}