summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.12.2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.12.2.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.12.2.tex18
1 files changed, 0 insertions, 18 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.12.2.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.12.2.tex
deleted file mode 100644
index 7c01960032..0000000000
--- a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.12.2.tex
+++ /dev/null
@@ -1,18 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 77 (Section 8.12.2 : Example with \tkzcname{tkzPointShowCoord})
-
-\begin{tikzpicture}[scale=1.5]
- \tkzInit[xmax=3,ymax=2]
- \tkzAxeXY
- \tkzDefPoint(2,1){a}
- \tkzPointShowCoord(a)
- \tkzDrawPoint(a)
- \tkzLabelPoint(a){$A_1$}
- \tkzPointShowCoord({1,2})
- \tkzDrawPoint({1,2})
- \tkzLabelPoint({1,2}){$A_2$}
-\end{tikzpicture}
-
-\end{document} \ No newline at end of file