summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tcolorbox/tcbposter.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/tcbposter.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/tcbposter.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tcolorbox/tcbposter.code.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbposter.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbposter.code.tex
index 7cbfcc8e00b..b6a139fde7d 100644
--- a/Master/texmf-dist/tex/latex/tcolorbox/tcbposter.code.tex
+++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbposter.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)
%% tcbposter.code.tex: Code for posters
%%
%% -------------------------------------------------------------------------------------------
@@ -17,7 +17,7 @@
%%
%% This work consists of all files listed in README
%%
-\tcb@set@library@version{6.0.4}
+\tcb@set@library@version{6.1.0}
\tcbuselibrary{breakable,magazine,skins,fitting}
@@ -131,9 +131,9 @@
\tcbdimto\tcb@poster@boxwidth{\tcb@poster@span\dimexpr\tcbpostercolwidth+\tcbpostercolspacing\relax-\tcbpostercolspacing}%
\iftcb@posterbox@sequence%
\begin{pgfinterruptpicture}%
- \begin{tcolorbox}[tcb@poster@style,width=\tcb@poster@boxwidth,tcb@poster@boxheight,
+ \begin{tcolorbox}[{tcb@poster@style,width=\tcb@poster@boxwidth,tcb@poster@boxheight,
height fixed for=all,#1,
- enforce breakable,reset box array=tcb@poster,store to box array=tcb@poster]#3\end{tcolorbox}%
+ enforce breakable,reset box array=tcb@poster,store to box array=tcb@poster}]#3\end{tcolorbox}%
\end{pgfinterruptpicture}%
\def\tcb@poster@boxcount{0}%
\renewcommand*{\do}[1]{\edef\tcb@poster@boxcount{\the\numexpr\tcb@poster@boxcount+1\relax}%
@@ -153,8 +153,8 @@
\fi%
\else%
\begin{pgfinterruptpicture}%
- \begin{tcolorbox}[tcb@poster@style,width=\tcb@poster@boxwidth,tcb@poster@boxheight,#1,
- reset box array=tcb@poster,store to box array=tcb@poster]#3\end{tcolorbox}%
+ \begin{tcolorbox}[{tcb@poster@style,width=\tcb@poster@boxwidth,tcb@poster@boxheight,#1,
+ reset box array=tcb@poster,store to box array=tcb@poster}]#3\end{tcolorbox}%
\end{pgfinterruptpicture}%
\node[inner sep=0pt,outer sep=0,tcb@poster@node,name=\tcb@poster@prefix\tcb@poster@boxname] at (\tcb@poster@xpos|-\tcb@poster@ypos)
{\consumeboxarray[tcb@poster]{1}};%
@@ -166,7 +166,7 @@
}
\newenvironment{tcb@poster@boxenv}[2][]{%
- \newcommand{\tcb@poster@box@saved}{\posterbox[#1]{#2}{\tcbusetemp}}%
+ \newcommand{\tcb@poster@box@saved}{\posterbox[{#1}]{#2}{\tcbusetemp}}%
\tcbwritetemp}%
{\endtcbwritetemp\tcb@poster@box@saved}