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-30.2.8.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-30.2.8.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-30.2.8.tex | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-30.2.8.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-30.2.8.tex new file mode 100644 index 00000000000..1717f0cfc6d --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-30.2.8.tex @@ -0,0 +1,30 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 238 (Section 30.2.8 : Example 4: author John Kitzmiller ) + +\begin{tikzpicture}[scale=2] + \tkzDefPoint(0,3){A} \tkzDefPoint(6,3){E} \tkzDefPoint(1.35,3){B} + \tkzDefPoint(4.65,3){D} \tkzDefPoint(1,1){G} \tkzDefPoint(5,5){F} + \tkzDefMidPoint(A,E) \tkzGetPoint{C} + \tkzFillPolygon[yellow, opacity=0.4](B,G,C) + \tkzFillPolygon[yellow, opacity=0.4](D,F,C) + \tkzFillPolygon[blue, opacity=0.3](A,B,G) + \tkzFillPolygon[blue, opacity=0.3](E,D,F) + \tkzMarkAngles[size=0.5 cm](B,G,A D,F,E) + \tkzMarkAngles[size=0.5 cm](B,C,G D,C,F) + \tkzMarkAngles[size=0.5 cm](G,B,C F,D,C) + \tkzMarkAngles[size=0.5 cm](A,B,G E,D,F) + \tkzFillAngles[size=0.5 cm,fill=green](B,G,A D,F,E) + \tkzFillAngles[size=0.5 cm,fill=orange](B,C,G D,C,F) + \tkzFillAngles[size=0.5 cm,fill=yellow](G,B,C F,D,C) + \tkzFillAngles[size=0.5 cm,fill=red](A,B,G E,D,F) + \tkzMarkSegments[mark=|](B,C D,C) \tkzMarkSegments[mark=s||](G,C F,C) + \tkzMarkSegments[mark=o](A,G E,F) \tkzMarkSegments[mark=s](B,G D,F) + \tkzDrawSegment[color=red](A,E) + \tkzDrawSegment[color=blue](F,G) + \tkzDrawSegments(A,G G,B E,F F,D) + \tkzLabelPoints[below](C,D,E,G) \tkzLabelPoints[above](A,B,F) +\end{tikzpicture} + +\end{document}
\ No newline at end of file |