summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tcolorbox/tcbmagazine.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/tcolorbox/tcbmagazine.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tcolorbox/tcbmagazine.code.tex15
1 files changed, 13 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbmagazine.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbmagazine.code.tex
index 22756696f16..0c012c642a7 100644
--- a/Master/texmf-dist/tex/latex/tcolorbox/tcbmagazine.code.tex
+++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbmagazine.code.tex
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 4.03 (2017/04/25)
+%% The LaTeX package tcolorbox - version 4.10 (2017/07/05)
%% tcbmagazine.code.tex: Code for box sets and magazine styles
%%
%% -------------------------------------------------------------------------------------------
@@ -17,7 +17,7 @@
%%
%% This work consists of all files listed in README
%%
-\tcb@set@library@version{4.03}
+\tcb@set@library@version{4.10}
\tcbuselibrary{breakable}
@@ -134,6 +134,17 @@
\fi%
}
+\newrobustcmd{\ifboxarrayempty}[2][default]{%
+ \begingroup%
+ \boxarraygetbox[#1]{\tcb@box@array@box}{#2}%
+ \ifdefined\tcb@box@array@box\relax%
+ \aftergroup\@secondoftwo%
+ \else%
+ \aftergroup\@firstoftwo%
+ \fi%
+ \endgroup%
+}
+
\def\boxarraystore#1{%
\boxarraygetsize[#1]\tcb@box@array@size%
\numdef\tcb@box@array@size{\tcb@box@array@size+1}%