summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-18.1.8.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-09 03:01:39 +0000
committerNorbert Preining <norbert@preining.info>2020-03-09 03:01:39 +0000
commit0561778af6f8fde0a3a1c334e2aab9a4f1142d6e (patch)
treec19fe45e4101aed56e7fb3602174c6a5e335d7d1 /macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-18.1.8.tex
parenta8880a5ee484845d9a526c5ca8d21d31214af22b (diff)
CTAN sync 202003090301
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-18.1.8.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-18.1.8.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-18.1.8.tex b/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-18.1.8.tex
new file mode 100644
index 0000000000..f228a2c82b
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-18.1.8.tex
@@ -0,0 +1,21 @@
+\input{preamble-standalone.ltx}
+\begin{document}
+
+% Ex. No. 147 (Section 18.1.8 : Spieker circle with option \tkzname{spieker})
+
+\begin{tikzpicture}[scale=1]
+ \tkzDefPoints{ 0/0/A,4/0/B,0.8/4/C}
+ \tkzDefSpcTriangle[medial](A,B,C){M_a,M_b,M_c}
+ \tkzDefTriangleCenter[spieker](A,B,C)
+ \tkzGetPoint{S_p}
+ \tkzDrawPolygon[blue](A,B,C)
+ \tkzDrawPolygon[red](M_a,M_b,M_c)
+ \tkzDrawPoints[blue](B,C,A)
+ \tkzDrawPoints[red](M_a,M_b,M_c,S_p)
+ \tkzDrawCircle[in,red](M_a,M_b,M_c)
+ \tkzAutoLabelPoints[center=S_p,dist=.3](M_a,M_b,M_c)
+ \tkzLabelPoints[blue,right](S_p)
+ \tkzAutoLabelPoints[center=S_p](A,B,C)
+\end{tikzpicture}
+
+\end{document} \ No newline at end of file