summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-12 22:36:11 +0000
committerKarl Berry <karl@freefriends.org>2018-01-12 22:36:11 +0000
commitc8aaf5923479f61c01270f4c3ec39e9967632ee3 (patch)
tree3ac4e870bf87cceefb37f10b6d765952e710f53e /Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty
parentcb8ebf13b33bc2e0f8c2e4ffa30f0cd0ba783828 (diff)
tcolorbox (12jan18)
git-svn-id: svn://tug.org/texlive/trunk@46292 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty')
-rw-r--r--Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty b/Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty
index 51df4d00710..76e1313224a 100644
--- a/Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty
+++ b/Master/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty
@@ -1,8 +1,8 @@
-%% The LaTeX package tcolorbox - version 4.11 (2017/09/14)
+%% The LaTeX package tcolorbox - version 4.12 (2018/01/12)
%% tcolorbox.sty: Text color boxes
%%
%% -------------------------------------------------------------------------------------------
-%% Copyright (c) 2006-2017 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
+%% Copyright (c) 2006-2018 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
%% -------------------------------------------------------------------------------------------
%%
%% This work may be distributed and/or modified under the
@@ -18,8 +18,8 @@
%% This work consists of all files listed in README
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tcolorbox}[2017/09/14 version 4.11 text color boxes]
-\def\tcb@version{4.11}
+\ProvidesPackage{tcolorbox}[2018/01/12 version 4.12 text color boxes]
+\def\tcb@version{4.12}
\RequirePackage{pgf}[2008/01/15]
\RequirePackage{verbatim}[2003/08/22]
@@ -872,13 +872,13 @@
}
\def\tcb@set@color#1{%
- \letcs{\current@color}{\string\color@#1}%
+ \edef\current@color{\@nameuse{\string\color@#1}}%
\colorlet{.}{#1}%
}
\def\tcb@reset@color{%
\colorlet{.}{tcbcol@origin}%
- \letcs{\current@color}{\string\color@tcbcol@origin}%
+ \edef\current@color{\@nameuse{\string\color@tcbcol@origin}}%
}
\def\tcb@set@@upper@and@lower{%