diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-09 21:13:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-09 21:13:23 +0000 |
commit | 1dfeaad298797209b707cc845743f322f26e5a39 (patch) | |
tree | 47deeec823e058e61be596a80af7638c89177ce8 /Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-6.1.6.tex | |
parent | 973884a3fae9230a1d3317c8a2d7725e580fa67b (diff) |
tkz-euclide (9mar20)
git-svn-id: svn://tug.org/texlive/trunk@54200 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-6.1.6.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-6.1.6.tex | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-6.1.6.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-6.1.6.tex new file mode 100644 index 00000000000..2caaafffe98 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-6.1.6.tex @@ -0,0 +1,35 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 41 (Section 6.1.6 : Option \tkzname{euler}) + +\begin{tikzpicture}[scale=1] + \tkzDefPoints{0/0/A,6/0/B,0.8/4/C} + \tkzDefSpcTriangle[medial, + name=M](A,B,C){_A,_B,_C} + \tkzDefTriangleCenter[euler](A,B,C) + \tkzGetPoint{N} % I= N nine points + \tkzDefTriangleCenter[ortho](A,B,C) + \tkzGetPoint{H} + \tkzDefMidPoint(A,H) \tkzGetPoint{E_A} + \tkzDefMidPoint(C,H) \tkzGetPoint{E_C} + \tkzDefMidPoint(B,H) \tkzGetPoint{E_B} + \tkzDefSpcTriangle[ortho,name=H](A,B,C){_A,_B,_C} + \tkzDrawPolygon[color=blue](A,B,C) + \tkzDrawCircle(N,E_A) + \tkzDrawSegments[blue](A,H_A B,H_B C,H_C) + \tkzDrawPoints(A,B,C,N,H) + \tkzDrawPoints[red](M_A,M_B,M_C) + \tkzDrawPoints[blue]( H_A,H_B,H_C) + \tkzDrawPoints[green](E_A,E_B,E_C) + \tkzAutoLabelPoints[center=N, + font=\scriptsize](A,B,C,% + M_A,M_B,M_C,% + H_A,H_B,H_C,% + E_A,E_B,E_C) + \tkzLabelPoints[font=\scriptsize](H,N) + \tkzMarkSegments[mark=s|,size=3pt, + color=blue,line width=1pt](B,E_B E_B,H) +\end{tikzpicture} + +\end{document}
\ No newline at end of file |