summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-circles.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-06 20:50:18 +0000
committerKarl Berry <karl@freefriends.org>2020-02-06 20:50:18 +0000
commitdec495c25120bdd95ed719784bf1afa8a63145fa (patch)
treea769fb046b216e8d9848dabeb52bd5db4964419c /Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-circles.tex
parentde962227058faeeff3cdfca28647678552dadb42 (diff)
tkz-euclide (6feb20)
git-svn-id: svn://tug.org/texlive/trunk@53697 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-circles.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-circles.tex36
1 files changed, 18 insertions, 18 deletions
diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-circles.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-circles.tex
index 20a07f6fa64..f8a0a055582 100644
--- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-circles.tex
+++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-circles.tex
@@ -1,12 +1,12 @@
% tkz-obj-eu-draw-circles.tex
-% 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-obj-eu-draw-circles.tex}
+\def\fileversion{3.02c}
+\def\filedate{2020/01/24}
+\typeout{2020/01/24 3.02c tkz-obj-eu-draw-circles.tex}
\makeatletter
%for compatibility
%<--------------------------------------------------------------------------–>
@@ -37,7 +37,7 @@
}
\def\tkz@numdc{0}
-\pgfkeys{/DrawCircle/.cd,
+\pgfkeys{/tkzdrawc/.cd,
through/.code = \def\tkz@numdc{0},
R/.code = \def\tkz@numdc{1},
diameter/.code = \def\tkz@numdc{2},
@@ -55,7 +55,7 @@
K/.store in = \tkz@koeff,% apollonius
through,
K = 1,
- /DrawCircle/.search also={/tikz}
+ /tkzdrawc/.search also={/tikz}
}
%<--------------------------------------------------------------------------–>
%<--------------------------------------------------------------------------–>
@@ -64,7 +64,7 @@
\def\tkzDrawCircle{\pgfutil@ifnextchar[{\tkz@DrawCircle}{\tkz@DrawCircle[]}}
\def\tkz@DrawCircle[#1](#2){%
\begingroup
-\pgfqkeys{/DrawCircle}{#1}
+\pgfqkeys{/tkzdrawc}{#1}
\ifcase\tkz@numdc%
\tkzDefCircleThrough(#2)
\or% 1
@@ -86,7 +86,7 @@
\or% 8
\tkzDefOrthoThroughCircle(#2,\tkz@ptone,\tkz@pttwo)
\fi
- \draw[line style,/DrawCircle/.cd,#1]
+ \draw[line style,/tkzdrawc/.cd,#1]
(tkzPointResult) circle (\tkzLengthResult pt);
\endgroup
}
@@ -114,20 +114,20 @@
%<--------------------------------------------------------------------------–>
% #2 #3 rayon
\def\tkz@numdsc{0}
-\pgfkeys{/@SemiCircle/.cd,
+\pgfkeys{/tkzdrawsc/.cd,
through/.code = \def\tkz@numdsc{0},
diameter/.code = \def\tkz@numdsc{1},
swap/.is if = tkz@sawp@sc,
swap/.default = true,
swap = false,
through,
- /@SemiCircle/.search also={/tikz}
+ /tkzdrawsc/.search also={/tikz}
}
\def\tkzDrawSemiCircle{\pgfutil@ifnextchar[{\tkz@DrawSemiCircle}{%
\tkz@DrawSemiCircle[]}}
\def\tkz@DrawSemiCircle[#1](#2){%
\begingroup
-\pgfqkeys{/@SemiCircle}{#1}
+\pgfqkeys{/tkzdrawsc}{#1}
\ifcase\tkz@numdsc%
\tkzDrawSemiCircleThrough(#2)
\or%
@@ -202,7 +202,7 @@
}
%<--------------------------- Clip Circle ---------------------------------–>
\def\tkz@numcc{0}
-\pgfkeys{/clipcircle/.cd,
+\pgfkeys{/tkzclipc/.cd,
through/.code = \def\tkz@numcc{0},
R/.code = \def\tkz@numcc{1},
through}
@@ -210,7 +210,7 @@
\def\tkzClipCircle{\pgfutil@ifnextchar[{\tkz@ClipCircle}{\tkz@ClipCircle[]}}
\def\tkz@ClipCircle[#1](#2,#3){%
-\pgfqkeys{/clipcircle}{#1}
+\pgfqkeys{/tkzclipc}{#1}
\ifcase\tkz@numcc
\tkzCalcLength(#2,#3)
\clip (#2) circle (\tkzLengthResult pt);
@@ -222,11 +222,11 @@
% attention radius circle is defined by center and a point on the circle
% R defined by center and the value of the radius
\def\tkz@numlc{0}
-\pgfkeys{/labelcircle/.cd,
+\pgfkeys{/tkzlabelc/.cd,
through/.code = \def\tkz@numlc{0},
R/.code = \def\tkz@numlc{1},
through,
- /labelcircle/.search also={/tikz}
+ /tkzlabelc/.search also={/tikz}
}
\def\tkzLabelCircle{\pgfutil@ifnextchar[{\tkz@LabelCircle}{%
@@ -235,14 +235,14 @@
% #4 angle #5 the label
\def\tkz@LabelCircle[#1](#2,#3)(#4)#5{%
\begingroup
-\pgfqkeys{/labelcircle}{#1}
+\pgfqkeys{/tkzlabelc}{#1}
\ifcase\tkz@numlc
\tkzURotateAngle(#2,#4)(#3)
- \node[/labelcircle/.cd,#1] at (tkzPointResult) {#5};
+ \node[/tkzlabelc/.cd,#1] at (tkzPointResult) {#5};
\or% 1
\path (#2)--++(#3,0) coordinate (tkzPointResult);
\tkzURotateAngle(#2,#4)(tkzPointResult)
- \node[/labelcircle/.cd,#1] at (tkzPointResult) {#5};
+ \node[/tkzlabelc/.cd,#1] at (tkzPointResult) {#5};
\fi
\endgroup
}