summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-7-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-7-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-7-0.tex12
1 files changed, 0 insertions, 12 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-7-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-7-0.tex
deleted file mode 100644
index 0d2cd771c0..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-7-0.tex
+++ /dev/null
@@ -1,12 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 44 (Section 10.7 : Lignes horizontales)
-
-\begin{tikzpicture}
- \tkzInit
- \tkzAxeXY
- \tkzHLines[color = green]{1,2,...,10}
-\end{tikzpicture}
-
-\end{document}