diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex-graphics-companion/4-4-9.inl')
-rw-r--r-- | Master/texmf-doc/doc/english/latex-graphics-companion/4-4-9.inl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex-graphics-companion/4-4-9.inl b/Master/texmf-doc/doc/english/latex-graphics-companion/4-4-9.inl new file mode 100644 index 00000000000..cbbfd3745ff --- /dev/null +++ b/Master/texmf-doc/doc/english/latex-graphics-companion/4-4-9.inl @@ -0,0 +1,10 @@ +\usepackage {pstcol} +\begin{pspicture}(0,0)(4,2)\showgrid + \psellipse[linecolor=green, + fillstyle=vlines, + hatchangle=0] + (1,1)(1,0.5) + \pswedge[fillstyle=solid, + fillcolor=lightgray] + (2.5,1){1}{0}{120} +\end{pspicture} |