summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-5-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-5-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-5-0.tex12
1 files changed, 0 insertions, 12 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-5-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-5-0.tex
deleted file mode 100644
index 16b5e32eb8..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-5-0.tex
+++ /dev/null
@@ -1,12 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 42 (Section 10.5 : Une ligne horizontale)
-
-\begin{tikzpicture}
- \tkzInit[xmax=80,xstep=20,ymax=2]
- \tkzAxeXY
- \tkzHLine[color=red]{exp(1)-1}
-\end{tikzpicture}
-
-\end{document}