summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/3-4-1.ltx
blob: a6b24fb7a9056abe01e1453ed823dfc4a90a7458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\documentclass{ppex}
\nonstopmode
\usepackage {mfpic}
\pagestyle{empty}
\setlength\textwidth{183.0pt}
\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage {mfpic}
\begin{mfpic}[1]{-20}{80}{-20}{80}
\pen{.3pt}\axes
\lines{(1,1),(10,10),(30,10),(50,60),(70,80)}
\pen{3pt}
\arc[p]{(0,0),10,80,80}
\pen{1pt}
\shade\circle{(40,40),10}
\arrow\dotted
 \curve{(-10,-10),(5,10),(20,40),(-20,60)}
\gfill\bclosed\lines{(60,-10),(5,-5),(30,10)}
\end{mfpic}
\end{document}