summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-09-22 22:17:46 +0000
committerKarl Berry <karl@freefriends.org>2014-09-22 22:17:46 +0000
commitd618f80f8f62c896392904e75aefd221af6fa9e6 (patch)
tree28777aa698936b11b02d58431345e41e0d3c6655 /Master/texmf-dist/tex/latex/tcolorbox/tcbhooks.code.tex
parent942f0cacc577ae897adcaf7f1705b0a864223002 (diff)
tcolorbox (22sep14)
git-svn-id: svn://tug.org/texlive/trunk@35232 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.tex8
1 files changed, 6 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 c1dfbfa8c90..f7a67861239 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.12 (2014/07/29)
+%% The LaTeX package tcolorbox - version 3.20 (2014/09/22)
%% 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.12}
+\tcb@set@library@version{3.20}
\tcbset{%
before upper app/.code={\appto\kvtcb@before@upper{#1}},%
@@ -59,6 +59,8 @@
overlay unbroken and last pre/.style={overlay unbroken pre={#1},overlay last pre={#1}},%
overlay middle and last app/.style={overlay middle app={#1},overlay last app={#1}},%
overlay middle and last pre/.style={overlay middle pre={#1},overlay last pre={#1}},%
+ overlay first and middle app/.style={overlay first app={#1},overlay middle app={#1}},%
+ overlay first and middle pre/.style={overlay first pre={#1},overlay middle pre={#1}},%
%
% skins:
frame code app/.code={\appto\tcb@frame@code{#1}},%
@@ -82,6 +84,7 @@
underlay unbroken and first pre/.style={underlay unbroken pre={#1},underlay first pre={#1}},%
underlay unbroken and last pre/.style={underlay unbroken pre={#1},underlay last pre={#1}},%
underlay middle and last pre/.style={underlay middle pre={#1},underlay last pre={#1}},%
+ underlay first and middle pre/.style={underlay first pre={#1},underlay middle pre={#1}},%
finish unbroken pre/.code={\preto\tcb@finish@unbroken{#1}},%
finish first pre/.code={\preto\tcb@finish@first{#1}},%
finish middle pre/.code={\preto\tcb@finish@middle{#1}},%
@@ -91,6 +94,7 @@
finish unbroken and first pre/.style={finish unbroken pre={#1},finish first pre={#1}},%
finish unbroken and last pre/.style={finish unbroken pre={#1},finish last pre={#1}},%
finish middle and last pre/.style={finish middle pre={#1},finish last pre={#1}},%
+ finish first and middle pre/.style={finish first pre={#1},finish middle pre={#1}},%
%
watermark tikz app/.style={overlay app={\tcb@drawspec@watermark@tikz{#1}}},
watermark tikz pre/.style={overlay pre={\tcb@drawspec@watermark@tikz{#1}}},