summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-11-10-2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-11-10-2.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-11-10-2.tex19
1 files changed, 0 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-11-10-2.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-11-10-2.tex
deleted file mode 100644
index 70b18e5c651..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzBase-11-10-2.tex
+++ /dev/null
@@ -1,19 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 93 (Section 11.10.2 : Transfert de coordonnées avec \tkzcname{tkzGetPointCoord})
-
-\begin{tikzpicture}
- \tkzInit[xmax=5,ymax=3]
- \tkzGrid[sub,orange]
- \tkzAxeXY
- \tkzDefPoint(1,0){A}
- \tkzDefPoint(4,2){B}
- \tkzGetPointCoord(A){a}
- \tkzGetPointCoord(B){b}
- \tkzDefPoint(\ax,\ay){C}
- \tkzDefPoint(\bx,\by){D}
- \tkzDrawPoints[color=red](C,D)
-\end{tikzpicture}
-
-\end{document}