summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-4.1.1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-4.1.1.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-4.1.1.tex15
1 files changed, 0 insertions, 15 deletions
diff --git a/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-4.1.1.tex b/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-4.1.1.tex
deleted file mode 100644
index 37a2adf9a2..0000000000
--- a/macros/latex/contrib/tkz/tkz-euclide/examples/tkzEuclide-4.1.1.tex
+++ /dev/null
@@ -1,15 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 22 (Section 4.1.1 : Cartesian coordinates )
-
-\begin{tikzpicture}
- \tkzInit[xmax=5,ymax=5]
- \tkzDefPoint(0,0){A}
- \tkzDefPoint(4,0){B}
- \tkzDefPoint(0,3){C}
- \tkzDrawPolygon(A,B,C)
- \tkzDrawPoints(A,B,C)
-\end{tikzpicture}
-
-\end{document} \ No newline at end of file