summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-08-2-0.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-09 21:13:23 +0000
committerKarl Berry <karl@freefriends.org>2020-03-09 21:13:23 +0000
commit1dfeaad298797209b707cc845743f322f26e5a39 (patch)
tree47deeec823e058e61be596a80af7638c89177ce8 /Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-08-2-0.tex
parent973884a3fae9230a1d3317c8a2d7725e580fa67b (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-08-2-0.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-08-2-0.tex24
1 files changed, 0 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-08-2-0.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-08-2-0.tex
deleted file mode 100644
index b59a15d8ea1..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-08-2-0.tex
+++ /dev/null
@@ -1,24 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 39 (Section 8.2 : Point on a circle)
-
-\begin{tikzpicture}
- \tkzDefPoints{0/0/A,4/0/B,0.8/3/C}
- \tkzDefPointOnCircle[angle=90,center=B,
- radius=1 cm]
- \tkzGetPoint{I}
- \tkzDrawCircle[R,teal](B,1cm)
- \tkzDrawPoint[teal](I)
- \tkzDefCircle[circum](A,B,C)
- \tkzGetPoint{G} \tkzGetLength{rG}
- \tkzDefPointOnCircle[angle=30,center=G,
- radius=\rG pt]
- \tkzGetPoint{J}
- \tkzDrawPoints(A,B,C)
- \tkzDrawCircle(G,J)
- \tkzDrawPoint(G)
- \tkzDrawPoint[red](J)
-\end{tikzpicture}
-
-\end{document}