summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/3-4-3.ltx
blob: 681b728b0dd841a17c5871e5569438d4f6935c72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\documentclass{ppex}
\nonstopmode
\usepackage {mfpic}
\pagestyle{empty}
\setlength\textwidth{207.0pt}
\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage {mfpic}
\begin{mfpic}[1.2]{-50}{50}{-50}{50}
\pen{.3pt}
\newcommand{\petal}%
 {\bclosed\lines{(30,10),(0,0),(10,30)}}
\newcommand{\halfflower}%
{\begin{coords}
 \gfill\petal
 \turn{45}\petal
 \turn{45}\shade\draw\petal
 \turn{45}\hatch\draw\petal
 \end{coords}
}
\halfflower
\turn{180}
\halfflower
\gclear\draw\circle{(0,0),10}
\end{mfpic}
\end{document}