summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-11-4-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-11-4-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-11-4-0.tex17
1 files changed, 0 insertions, 17 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-11-4-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-11-4-0.tex
deleted file mode 100644
index 6c89c5b7f0..0000000000
--- a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-11-4-0.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-\input{preamble-standalone.ltx}
-\begin{document}
-
-% Ex. No. 49 (Section 11.4 : Courbe paramétrée exemple 4)
-
-\begin{tikzpicture}[scale=1.25]
- \tkzInit[xmin=-1,xmax=1,xstep=.2,
- ymin=-1,ymax=1,ystep=.2]
- \tkzFctPar[color=red,
- line width=2pt,
- fill=orange,
- opacity=.4,
- samples=400,
- domain=0:2*pi]{(cos(t))**3}{(sin(t))**3}
-\end{tikzpicture}
-
-\end{document}