From 5e668640feb9f07a14456b8e7e413db0b1ec9561 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 26 Aug 2022 03:00:52 +0000 Subject: CTAN sync 202208260300 --- .../tkz-euclide/doc/latex/TKZdoc-euclide-tools.tex | 52 +++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) (limited to 'macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-tools.tex') diff --git a/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-tools.tex b/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-tools.tex index f91ec9445a..979801aa33 100644 --- a/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-tools.tex +++ b/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-tools.tex @@ -338,7 +338,7 @@ arguments & example & explanation \\ \end{tkzexample} % subsubsection cocyclicpts (end) - +\newpage \subsection{Power of a point with respect to a circle} \begin{NewMacroBox}{tkzPowerCircle}{\parg{$pt1$}\parg{$pt2$,$pt3$}}% @@ -406,6 +406,56 @@ arguments & example & explanation \\ \end{tkzexample} % subsubsection two_circles_disjointed (end) +\subsection{Two intersecting circles} % (fold) +\label{sub:two_intersecting_circles} +\begin{tkzexample}[small,latex=8cm] +\begin{tikzpicture}[scale=.5] + \tkzDefPoints{-1/0/A,0/2/B,3/-1/C,3/-2/D} + \tkzDrawCircles(A,C B,D) + \tkzDefRadicalAxis(A,C)(B,D) + \tkzGetPoints{E}{F} + \tkzDrawPoints(A,B,C,D,E,F) + \tkzLabelPoints(A,B,C,D,E,F) + \tkzDrawLine[add=.5 and 1](E,F) + \tkzDrawLine[add=.25 and .25](A,B) +\end{tikzpicture} +\end{tkzexample} +% subsection two_intersecting_circles (end) + + +\subsection{Two externally tangent circles} % (fold) +\label{sub:two_externally_tangent_circles} +\begin{tkzexample}[small,latex=8cm] +\begin{tikzpicture}[scale=.5] + \tkzDefPoints{0/0/A,4/0/B,6/0/C} + \tkzDrawCircles(A,B C,B) + \tkzDefRadicalAxis(A,B)(C,B) + \tkzGetPoints{E}{F} + \tkzDrawPoints(A,B,C,E,F) + \tkzLabelPoints(A,B,C,E,F) + \tkzDrawLine[add=1 and 1](E,F) + \tkzDrawLine[add=.5 and .5](A,B) +\end{tikzpicture} +\end{tkzexample} +% subsection two_externally_tangent_circles (end) + + +\subsection{Two circles tangent internally} % (fold) +\label{sub:deux_cercles_tangents_interieurement} +\begin{tkzexample}[small,latex=8cm] +\begin{tikzpicture}[scale=.5] + \tkzDefPoints{0/0/A,3/0/B,5/0/C} + \tkzDrawCircles(A,C B,C) + \tkzDefRadicalAxis(A,C)(B,C) + \tkzGetPoints{E}{F} + \tkzDrawPoints(A,B,C,E,F) + \tkzLabelPoints[below right](A,B,C,E,F) + \tkzDrawLine[add=1 and 1](E,F) + \tkzDrawLine[add=.5 and .5](A,B) +\end{tikzpicture} +\end{tkzexample} +% subsection deux_cercles_tangents_interieurement (end) + \subsubsection{Three circles} % (fold) \label{ssub:threecircles} -- cgit v1.2.3