summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-others.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-others.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-others.tex55
1 files changed, 46 insertions, 9 deletions
diff --git a/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-others.tex b/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-others.tex
index 30af7dd713..47886c814d 100644
--- a/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-others.tex
+++ b/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-others.tex
@@ -1,4 +1,3 @@
-
\section{Different authors}
\subsection{Code from Andrew Swan}
@@ -224,7 +223,7 @@ Below the figure used to illustrate the proof of the “Gou gu theorem.” (cod
\tkzCalcLength(A',B) \tkzGetLength{lB}
\pgfmathparse{\lA-\lB}
\tkzInterLC[R](A,A')(A',\pgfmathresult)
- \tkzGetFirstPoint{D'}
+ \tkzGetSecondPoint{D'}
\tkzDefSquare(D',A')\tkzGetPoints{B'}{C'}
\tkzDefLine[orthogonal=through D](D,D')
\tkzGetPoint{d}
@@ -279,7 +278,6 @@ Advanced Mathematics, Drawing geometry pictures.
\end{tikzpicture}
\begin{tikzpicture}
-
\tkzDefPoint(0,0){A} \tkzDefPoint(4,1){B}
\tkzInterCC(A,B)(B,A) \tkzGetPoints{C}{D}
\tkzInterLC(A,B)(B,A) \tkzGetPoints{F}{E}
@@ -288,13 +286,13 @@ Advanced Mathematics, Drawing geometry pictures.
\tkzCompasss[color=red, very thick](A,C B,C A,D B,D)
\begin{scope}
- \tkzSetUpArc[fill=blue!10,thick,delta=0]
- \tkzDrawArc(A,B)(C)
- \tkzDrawArc(B,C)(A)
- \tkzDrawArc(C,A)(B)
+ \tkzSetUpArc[thick,delta=0]
+ \tkzDrawArc[fill=blue!10](A,B)(C)
+ \tkzDrawArc[fill=blue!10](B,C)(A)
+ \tkzDrawArc[fill=blue!10](C,A)(B)
\end{scope}
-
- \tkzMarkAngles[fill=yellow,opacity=0.5](D,A,E A,E,D)
+ \tkzMarkAngles(D,A,E A,E,D)
+ \tkzFillAngles[fill=yellow,opacity=0.5](D,A,E A,E,D)
\tkzMarkRightAngle[size=0.65,fill=red!20,opacity=0.2](A,D,E)
\tkzLabelAngle[pos=0.7](D,A,E){$\alpha$}
@@ -316,4 +314,43 @@ Advanced Mathematics, Drawing geometry pictures.
\end{tikzpicture}
+\begin{tkzexample}[code only,small]
+ \begin{tikzpicture}
+ \tkzDefPoint(0,0){A} \tkzDefPoint(4,1){B}
+ \tkzInterCC(A,B)(B,A) \tkzGetPoints{C}{D}
+ \tkzInterLC(A,B)(B,A) \tkzGetPoints{F}{E}
+ \tkzDrawCircles[dashed](A,B B,A)
+ \tkzDrawPolygons(A,B,C A,E,D)
+ \tkzCompasss[color=red, very thick](A,C B,C A,D B,D)
+ \begin{scope}
+ \tkzSetUpArc[thick,delta=0]
+ \tkzDrawArc[fill=blue!10](A,B)(C)
+ \tkzDrawArc[fill=blue!10](B,C)(A)
+ \tkzDrawArc[fill=blue!10](C,A)(B)
+ \end{scope}
+ \tkzMarkAngles(D,A,E A,E,D)
+ \tkzFillAngles[fill=yellow,opacity=0.5](D,A,E A,E,D)
+ \tkzMarkRightAngle[size=0.65,fill=red!20,opacity=0.2](A,D,E)
+ \tkzLabelAngle[pos=0.7](D,A,E){$\alpha$}
+ \tkzLabelAngle[pos=0.8](A,E,D){$\beta$}
+ \tkzLabelAngle[pos=0.5,xshift=-1.4mm](A,D,D){$90^\circ$}
+ \begin{scope}[font=\small]
+ \tkzLabelSegment[below=0.6cm,align=center](A,B){Reuleaux\\triangle}
+ \tkzLabelSegment[above right,sloped](A,E){hypotenuse}
+ \tkzLabelSegment[below,sloped](D,E){opposite}
+ \tkzLabelSegment[below,sloped](A,D){adjacent}
+ \tkzLabelSegment[below right=4cm](A,E){Thales circle}
+ \end{scope}
+ \tkzLabelPoints[below left](A)
+ \tkzLabelPoints(B,D)
+ \tkzLabelPoint[above](C){$C$}
+ \tkzLabelPoints(E)
+ \tkzDrawPoints(A,...,E)
+
+ \end{tikzpicture}
+\end{tkzexample}
+
+
+
+
\endinput \ No newline at end of file