[pstricks] enlarge psframe size in pspicture* environment

mathias legrand legrand.mathias at gmail.com
Mon Aug 30 21:28:03 CEST 2010


> \documentclass{minimal}
> \usepackage{pstricks}
> \SpecialCoor
>
> \begin{document}
>
> \def\Xmax{4 }
> \def\Xmin{-4 }
> \def\Ymax{1 }
> \def\Ymin{-1 }
>
> \begin{pspicture*}(\Xmin,\Ymin)(\Xmax,\Ymax)
> \psframe[fillstyle=solid,fillcolor=gray!15]%
>    (!1.1 \Xmin mul 1.1 \Ymin mul)(!1.1 \Xmax mul 1.1 \Ymax mul)
> \end{pspicture*}
>
> \end{document}
>
> However, it makes no sense with the star version of pspicture
>
> Herbert


thank you, Herbert and Michael, for the suggestions. I had a problem 
with the star version of the pspicture environment. I could fix
it by changing \psframe[fillstyle=solid,fillcolor=gray!15]
into \psframe[fillstyle=solid,fillcolor=gray!15,dimen=inner]


More information about the PSTricks mailing list