summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-24.1.0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-24.1.0.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-24.1.0.tex18
1 files changed, 0 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-24.1.0.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-24.1.0.tex
deleted file mode 100644
index 251fdfe91ea..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-24.1.0.tex
+++ /dev/null
@@ -1,18 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 200 (Section 24.1 : Option \tkzname{towards})
-
-\begin{tikzpicture}
- \tkzDefPoint(0,0){O}
- \tkzDefPoint(2,-1){A}
- \tkzDefPointBy[rotation= center O angle 90](A)
- \tkzGetPoint{B}
- \tkzDrawArc[color=blue,<->](O,A)(B)
- \tkzDrawArc(O,B)(A)
- \tkzDrawLines[add = 0 and .5](O,A O,B)
- \tkzDrawPoints(O,A,B)
- \tkzLabelPoints[below](O,A,B)
-\end{tikzpicture}
-
-\end{document} \ No newline at end of file