summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-08-10-1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-base/examples/tkzBase-08-10-1.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-base/examples/tkzBase-08-10-1.tex16
1 files changed, 0 insertions, 16 deletions
diff --git a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-08-10-1.tex b/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-08-10-1.tex
deleted file mode 100644
index 75ce5e5f9b..0000000000
--- a/macros/latex/contrib/tkz/tkz-base/examples/tkzBase-08-10-1.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 67 (Section 8.10.1 : Exemple simple avec \tkzcname{tkzSetUpPoint})
-
- \begin{tikzpicture}
- \tkzSetUpPoint[shape = cross out,
- color=blue]
- \tkzInit[xmax=100,xstep=20,ymax=.5]
- \tkzDefPoint(20,1){A}
- \tkzDefPoint(80,0){B}
- \tkzDrawLine(A,B)
- \tkzDrawPoints(A,B)
-\end{tikzpicture}
-
-\end{document}