Re: pstricks export: why linewidth in centimeters?



Hi Lars,

thank you very much for your answer. I found I way to scale the psstricks image (included under pdftricks environment) using the psscalebox directive:

%...
\begin{figure}[htb]
   \centering
   \caption{pstricks image generated with dia}
   \begin{pdfpic}
       \psscalebox{0.5}{ \input{pstricksfile} }
   \end{pdfpic}
\end{figure}
%...

"resizebox" didn't work.

Thank you for the patch, I didn't tried it yet.

zihlmae



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]