summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.6.3.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.6.3.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.6.3.tex16
1 files changed, 0 insertions, 16 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.6.3.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.6.3.tex
deleted file mode 100644
index 5f83f89b26..0000000000
--- a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-8.6.3.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 66 (Section 8.6.3 : Example of point plots)
-
-\begin{tikzpicture}[scale=.5]
- \tkzDefPoint(1,3){A}
- \tkzDefPoint(4,1){B}
- \tkzDefPoint(0,0){O}
- \tkzDrawPoint[shape=cross out,size=12,color=red](A)
- \tkzDrawPoint[shape=cross,size=12,color=blue](B)
- \tkzDrawPoint[size=12,color=green](O)
- \tkzDrawPoint[size=12,color=blue,fill=yellow]({2,2})
-\end{tikzpicture}
-
-\end{document} \ No newline at end of file