summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-24.5.0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-24.5.0.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-24.5.0.tex14
1 files changed, 0 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-24.5.0.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-24.5.0.tex
deleted file mode 100644
index 3d7b5106b36..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-24.5.0.tex
+++ /dev/null
@@ -1,14 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 204 (Section 24.5 : Option \tkzname{R with nodes})
-
-\begin{tikzpicture}
- \tkzDefPoint(0,0){O}
- \tkzDefPoint(2,-1){A}
- \tkzDefPoint(1,1){B}
- \tkzCalcLength(B,A)\tkzGetLength{radius}
- \tkzDrawArc[R with nodes](B,\radius pt)(A,O)
-\end{tikzpicture}
-
-\end{document} \ No newline at end of file