summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-16-1-0.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-16-1-0.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-16-1-0.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-16-1-0.tex b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-16-1-0.tex
new file mode 100644
index 0000000000..f38e0fe263
--- /dev/null
+++ b/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-16-1-0.tex
@@ -0,0 +1,22 @@
+%
+% tkz-euclide (14/01/2011)
+%
+% Coding (utf8) Creator (TeX) Producer (pdfeTeX)
+% Author Alain Matthes
+\input{tkzfctpreamble.ltx}
+
+\begin{document}
+
+\begin{tikzpicture}
+ \def\Asmall{0.7 } \def\Abig{3 } \def\B{20}%Herbert Voss
+ \path[fill=blue!40!black,domain=-pi:pi,samples=500,smooth,variable=\t]%
+ plot({\Abig*cos(\t r)+\Asmall*cos(\B*\t r)},%
+ {0.5*\Abig*sin(\t r)+0.5*\Asmall*sin(\B*\t r)});
+ \def\Asmall{0.7 } \def\Abig{3 } \def\B{10}
+ \path[shift={(1,1)},fill=blue!40!black,%
+ domain=-pi:pi,samples=500,smooth,variable=\t]%
+ plot({\Abig*cos(\t r)+\Asmall*cos(\B*\t r)},%
+ {0.5*\Abig*sin(\t r)+0.5*\Asmall*sin(\B*\t r)});
+\end{tikzpicture}
+
+\end{document}