diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-2.inl')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-2.inl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-2.inl b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-2.inl new file mode 100644 index 00000000000..a5dd9305897 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-2.inl @@ -0,0 +1,8 @@ +\usepackage {pstcol} +\begin{pspicture}(0,0)(2,2)\showgrid +\pscustom[fillstyle=solid, + fillcolor=gray]{% + \pscurve(0,.5)(1,1.5)(.9,1) + \pscurve[liftpen=0](2,.5)(1,.1)(0,.1) +} +\end{pspicture} |