[pstricks] \scalebox

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Fri Sep 17 11:31:19 CEST 2004


yrille Piatecki sagte:

> I have just taken all the stuff in pstricks.de and sudenly scalebox

> dos'n t

> works. Is there a modification of the syntax or anything else.


you need the latest pstricks.sty, then you can use the
\scalebox from graphicx _and_ the pstricks one, now renamed
to \psscalebox

Herbert

\listfiles
\documentclass{article}

\usepackage{graphicx}
\usepackage{pstricks}

\begin{document}

\scalebox{3}{box}\\[2cm]
\psscalebox{3}{box}\\[2cm]
\psscaleboxto(3,4){box}
\end{document}



 *File List*
 article.cls    2001/04/21 v1.4e Standard LaTeX document class
  size10.clo    2001/04/21 v1.4e Standard LaTeX file (size option)
graphicx.sty    1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
  keyval.sty    1999/03/16 v1.13 key=value parser (DPC)
graphics.sty    2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR)
    trig.sty    1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg    2001/08/31 v1.1 graphics configuration of teTeX/TeXLive
   dvips.def    1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
pstricks.sty    2004/05/12 v0.2l LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex    2004/06/22 v1.04 `PSTricks' (tvz)
   color.sty    1999/02/16 v1.0i Standard LaTeX Color (DPC)
   color.cfg    2001/08/31 v1.1 color configuration of teTeX/TeXLive
dvipsnam.def    1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
 ***********



-- 
Dr.-Ing Herbert Voss
Herbert.Voss at alumni.TU-Berlin.DE







More information about the PSTricks mailing list