summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-2-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-2-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-2-0.tex17
1 files changed, 0 insertions, 17 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-2-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-2-0.tex
deleted file mode 100644
index 4bc5eb21b2..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-2-0.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 39 (Section 10.2 : Ligne verticale )
-
-\begin{tikzpicture}[scale=2]
- \tkzInit[xmax=3,ymax=2]
- \tkzAxeXY
- \tkzVLine[color = blue,
- style = dashed,
- line width = 1pt]{2}
- \tkzVLine[color = red,
- style = dashed,
- line width = 1pt]{1./3}
-\end{tikzpicture}
-
-\end{document}