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