summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-08 22:44:24 +0000
committerKarl Berry <karl@freefriends.org>2014-05-08 22:44:24 +0000
commit1e84af656d85ead0ddce5b7b00f799f28bc11ab5 (patch)
treec66b3e248e8b924c83f82f1ab9b41e0e8c6f0e22 /Master/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex
parentc5778aa8ea29b815c23121b64498d6ff17698765 (diff)
tcolorbox (8may14)
git-svn-id: svn://tug.org/texlive/trunk@33921 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex19
1 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex
index 6e13a79ad82..ce0396ab2ce 100644
--- a/Master/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex
+++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex
@@ -1,4 +1,4 @@
-%% The LaTeX package tcolorbox - version 2.80 (2014/03/31)
+%% The LaTeX package tcolorbox - version 3.00 (2014/05/08)
%% tcbskinsjigsaw.code.tex: Code for colorboxes with different skins
%%
%% -------------------------------------------------------------------------------------------
@@ -17,12 +17,12 @@
%%
%% This work consists of all files listed in README
%%
-\tcb@set@library@version{2.80}
+\tcb@set@library@version{3.00}
\tcbuselibrary{skins}
\def\tcb@drawframe@pathjigsaw{%
- \tcb@pathboundary{tcb@fill@frame}{\tcb@boundaryframe@standardjigsaw}%
+ \tcb@pathboundary{tcb fill frame}{\tcb@boundaryframe@standardjigsaw}%
}
\def\tcb@boundary@pathfirstjigsaw@A{%
@@ -54,7 +54,7 @@
}
\def\tcb@drawframe@pathfirstjigsaw{%
- \tcb@pathboundary{tcb@fill@frame}{%
+ \tcb@pathboundary{tcb fill frame}{%
\pgfseteorule%
\iftcb@hasTitle%
\iftcb@titlefilled%
@@ -108,7 +108,7 @@
}
\def\tcb@drawframe@pathmiddlejigsaw{%
- \tcb@pathboundary{tcb@fill@frame}{%
+ \tcb@pathboundary{tcb fill frame}{%
\pgfseteorule%
\iftcb@hasTitle%
\iftcb@titlefilled%
@@ -132,7 +132,7 @@
}
\def\tcb@drawframe@pathlastjigsaw{%
- \tcb@pathboundary{tcb@fill@frame}{%
+ \tcb@pathboundary{tcb fill frame}{%
\pgfseteorule%
\iftcb@hasTitle%
\iftcb@titlefilled%
@@ -217,6 +217,11 @@
set@extensions@preframe={\tcb@draw@shadowjigsaw@last},%
skin first=enhancedmiddle jigsaw,skin middle=enhancedmiddle jigsaw,skin last=enhancedlast jigsaw}
-\tcbset{enhanced jigsaw/.style={skin=enhanced jigsaw}%
+\tcbset{%
+ enhanced jigsaw/.style={skin=enhanced jigsaw},%
+ frame engine/pathjigsaw/.style={frame code=\tcb@drawframe@pathjigsaw},
+ frame engine/pathfirstjigsaw/.style={frame code=\tcb@drawframe@pathfirstjigsaw},
+ frame engine/pathmiddlejigsaw/.style={frame code=\tcb@drawframe@pathmiddlejigsaw},
+ frame engine/pathlastjigsaw/.style={frame code=\tcb@drawframe@pathlastjigsaw},
}