diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/4-4-8.inl')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/4-4-8.inl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/4-4-8.inl b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-4-8.inl new file mode 100644 index 00000000000..8f96f4b8eb8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-4-8.inl @@ -0,0 +1,9 @@ +\usepackage {pstcol,pst-grad} +\begin{pspicture}(0,0)(3,2)\showgrid + \psframe[framearc=0.25, + fillstyle=gradient, + gradangle=30, + gradbegin=yellow, + gradend=red] + (0.5,0.5)(2.5,1.5) +\end{pspicture} |