summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-utilities.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/tkz-base/tkz-tools-utilities.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tkz-base/tkz-tools-utilities.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-utilities.tex b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-utilities.tex
index cba0a88f804..70739d9a4ba 100644
--- a/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-utilities.tex
+++ b/Master/texmf-dist/tex/latex/tkz-base/tkz-tools-utilities.tex
@@ -1,11 +1,11 @@
% tkz-tools-utilities
-% Copyright 2011 by Alain Matthes
+% Copyright 2020 by Alain Matthes
% This file may be distributed and/or modified
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License.
-\def\fileversion{3.01c}
-\def\filedate{2020/01/23}
-\typeout{2020/01/23 3.01c tkz-tools-utilities.tex}
+\def\fileversion{3.02c}
+\def\filedate{2020/01/24}
+\typeout{2020/01/24 3.02c tkz-tools-utilities.tex}
\makeatletter
% for testing results
\def\extractxy#1{%
@@ -45,14 +45,14 @@
%<------ Initialisation of the colors with tkzSetUpColors ----------------->
% Première macro SetUpColors %%%%%%%%%%%%%%%%%%%%%
%Possible
-\pgfkeys{/setupcolor/.is family}
+\pgfkeys{/tkzsucolor/.is family}
\def\setupcolorkeys#1{%
- \pgfkeys{/setupcolor,#1}}
+ \pgfkeys{/tkzsucolor,#1}}
\setupcolorkeys{
background/.estore in = \setupcolor@background,
text/.estore in = \setupcolor@text,
@initial/.style = {background=white,text=black},
- @apply/.code = {\pagecolor{\setupcolor@background}%
+ @apply/.code = {\pagecolor{\setupcolor@background}%
\color{\setupcolor@text}%
},
}