summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/latex-graphics-companion/3-4-5.ltx
blob: 2df7e92272f9ba3ced386671587378970826c500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\documentclass{ppex}
\nonstopmode
\usepackage {mfpic,ifthen}
\pagestyle{empty}
\setlength\textwidth{207.0pt}
\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage {mfpic,ifthen}
\newcounter{mfcntA}
\begin{mfpic}[1.5]{-30}{40}{-25}{25}
\setcounter{mfcntA}{-30}
  \whiledo{\themfcntA<31}{%
    \ellipse[\themfcntA]{(0,0),40,12}
    \addtocounter{mfcntA}{6}}%
\end{mfpic}
\end{document}