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