summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex18
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex
index c0682b5a397..bfb14903208 100644
--- a/Master/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex
+++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 2.72 (2014/03/18)
+%% The LaTeX package tcolorbox - version 2.80 (2014/03/31)
%% tcbbreakable.code.tex: Code for breakable colorboxes
%%
%% -------------------------------------------------------------------------------------------
@@ -17,7 +17,7 @@
%%
%% This work consists of all files listed in README
%%
-\tcb@set@library@version{2.72}
+\tcb@set@library@version{2.80}
\let\tcb@parboxrestore@true=\tcb@parboxrestore
\def\tcb@parboxrestore@false{\vskip-\parskip\linewidth\hsize}
@@ -245,13 +245,13 @@
\let\tcb@after@middle=\tcb@after@first%
\let\tcb@after@last=\kvtcb@afterbox%
\else%
- \edef\float@start{\noexpand\@float{tcbfloat}[\kvtcb@float]}%
- \let\tcb@before@first=\float@start%
- \let\tcb@before@middle=\float@start%
- \let\tcb@before@last=\float@start%
- \let\tcb@after@first=\end@float%
- \let\tcb@after@middle=\end@float%
- \let\tcb@after@last=\end@float%
+ \edef\tcb@float@env@start{\noexpand\tcb@float@env@begin{tcbfloat}[\kvtcb@float]}%
+ \let\tcb@before@first=\tcb@float@env@start%
+ \let\tcb@before@middle=\tcb@float@env@start%
+ \let\tcb@before@last=\tcb@float@env@start%
+ \let\tcb@after@first=\tcb@float@env@end%
+ \let\tcb@after@middle=\tcb@float@env@end%
+ \let\tcb@after@last=\tcb@float@env@end%
\fi%
%
\edef\kvtcb@skin@@first{\kvtcb@skin@first}%