[pstricks] Sizing

Herbert Voss LaTeX at zedat.fu-berlin.de
Thu Nov 24 22:37:30 CET 2005


Cyrille Piatecki wrote:
>  
>  
> Suppose a situation where I have prepared a pstricks graphic enclose in a
>  
> \begin{pspicture}
> stuff...
> \includegraphics{toto.eps}

should be \rput[lb](x,y){\includegraphics...}

> \end{pspicture}
>  
> and save my work in a file toto.pic.
>  
> I then use to call my graphics in a
>  
> \begin{figure}
> \centering
> \input toto.pic
> \caption{toto}
> \label{toto}
> \end{pspicture}.
>  
> But know I realise that I want to resize toto.pic. I have tried with the 
> all the dimention stuff of pstricks
> and graphix. I have also tried to include a psset but it dont works.
>  
> Is there a solution ?

\resizebox{\linewidth}{!}{\input{toto.pic}}

should work

Herbert




More information about the PSTricks mailing list