summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.cfg')
-rw-r--r--macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.cfg13
1 files changed, 7 insertions, 6 deletions
diff --git a/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.cfg b/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.cfg
index b62312367e..5647683bbe 100644
--- a/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.cfg
+++ b/macros/latex/contrib/tkz/tkz-euclide/latex/tkz-euclide.cfg
@@ -1,5 +1,5 @@
% tkz-euclide.cfg
-% Copyright 2023 Alain Matthes
+% Copyright 2024 Alain Matthes
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
@@ -16,9 +16,9 @@
% and save the file in a directory part of your TEXINPUTS environment
% variable.
-\def\fileversion{5.04c}
-\def\filedate{2023/10/26}
-\typeout{2023/10/26 5.04c tkz-euclide.cfg}
+\def\fileversion{5.05c}
+\def\filedate{2024/01/16}
+\typeout{2024/01/16 5.05c tkz-euclide.cfg}
%<------ colors ---------------------------------------–>
\def\tkz@backgroundcolor{white}
\def\tkz@textcolor{black}
@@ -29,6 +29,7 @@
%<-------------------------- points -----------------------------------–>
\def\tkz@euc@pointshape{circle}
\def\tkz@euc@pointcolor{\tkz@mainlinecolor}
+\def\tkz@euc@pointfillcolor{\tkz@euc@pointcolor!10}
\def\tkz@euc@labelcolor{\tkz@mainlinecolor}
\def\tkz@euc@pointsize{2}
\def\tkz@euc@pointpos{below right}
@@ -38,7 +39,7 @@
inner sep = 0pt,
shape = \tkz@euc@pointshape,
minimum size = \tkz@euc@pointsize,
- fill = \tkz@euc@pointcolor
+ fill = \tkz@euc@pointfillcolor
}
}
% label for the point
@@ -134,7 +135,7 @@ arc style/.style={%
\def\tkz@mk@fill{\tkz@otherlinecolor}
%<--------------------------------------------------------------------------–>
%<------------------------------ styles ---------------------------------–>
-\def\tkzSetUpStyle[#1]#2{\tikzset{#2/.style={#1}}}% add 2023
+\def\tkzSetUpStyle[#1]#2{\tikzset{#2/.style={#1}}}% add 2024
\tikzset{xlabel style/.style = {below = 3 pt,
inner sep = 1pt,