summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-29.1.0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-29.1.0.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-29.1.0.tex16
1 files changed, 0 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-29.1.0.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-29.1.0.tex
deleted file mode 100644
index 6e0803cb626..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-29.1.0.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 225 (Section 29.1 : The circular protractor)
-
-\begin{tikzpicture}[scale=.5]
-\tkzDefPoint(2,0){A}\tkzDefPoint(0,0){O}
-\tkzDefShiftPoint[A](31:5){B}
-\tkzDefShiftPoint[A](158:5){C}
-\tkzDrawPoints(A,B,C)
-\tkzDrawSegments[color = red,
- line width = 1pt](A,B A,C)
- \tkzProtractor[scale = 1](A,B)
-\end{tikzpicture}
-
-\end{document} \ No newline at end of file