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