[pstricks] pst-add \fbox

Herbert Voss Herbert.Voss at fu-berlin.de
Sat Jun 30 17:15:01 CEST 2007


cyrille Piatecki wrote:
> Because I was unable to manage a big file containing data I switch from 
> MiKTeX to W32Tex. It works perfectly.
>
> But I am unable to obtain a correct ps-file with pst-psdf or any other 
> packages designed to perform an identic task.
>
> So I come back to the standard \fbox surrounding the 
> \begin{pspicture}..\end{pspicture}. Unfortunately I cannot have an exact 
> result that is to say a pdf of the exact size of the
> picture. I think there is a bug in pst-add because when I don't use the 
> \fbox surrounding works correctly.
>   
\documentclass{article}
\usepackage{pstricks-add}
\begin{document}

\fbox{%
\begin{pspicture}(3,3)
  \psccurve[fillstyle=solid,fillcolor=blue!40](0,1)(1,2)(2.8,2.8)(2,3)(1,0)
\end{pspicture}}

\end{document}

cannot see a problem, with and without pst-pdf

Herbert




More information about the PSTricks mailing list