summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-18 21:50:35 +0000
committerKarl Berry <karl@freefriends.org>2014-05-18 21:50:35 +0000
commitac10a340d089015d4cd7cdb72910245f40a214ae (patch)
tree7f9990215f859ec09c6417ec427b408bd4b07bf2 /Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex
parent8fd402b27e75f8bf30f914730e0862dad082bc3c (diff)
tcolorbox (18may14)
git-svn-id: svn://tug.org/texlive/trunk@34108 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex
index 746940c0211..d0ebfb12c9c 100644
--- a/Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex
+++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 3.03 (2014/05/16)
+%% The LaTeX package tcolorbox - version 3.04 (2014/05/18)
%% tcbhooks.code.tex: Code for adding hooks
%%
%% -------------------------------------------------------------------------------------------
@@ -18,7 +18,7 @@
%% This work consists of all files listed in README
%%
%\makeatletter
-\tcb@set@library@version{3.03}
+\tcb@set@library@version{3.04}
\tcbset{%
before upper app/.code={\appto\kvtcb@before@upper{#1}},%
@@ -76,6 +76,7 @@
underlay first pre/.code={\preto\tcb@underlay@first{#1}},%
underlay middle pre/.code={\preto\tcb@underlay@middle{#1}},%
underlay last pre/.code={\preto\tcb@underlay@last{#1}},%
+ underlay boxed title pre/.code={\preto\tcb@underlay@boxedtitle{#1}},%
underlay pre/.style={underlay unbroken pre={#1},underlay first pre={#1},underlay middle pre={#1},underlay last pre={#1}},%
underlay broken pre/.style={underlay first pre={#1},underlay middle pre={#1},underlay last pre={#1}},%
underlay unbroken and first pre/.style={underlay unbroken pre={#1},underlay first pre={#1}},%