diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/3-4-5.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/3-4-5.ltx | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/3-4-5.ltx b/Master/texmf-dist/doc/latex/latex-graphics-companion/3-4-5.ltx new file mode 100644 index 00000000000..2df7e92272f --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/3-4-5.ltx @@ -0,0 +1,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} |