[pstricks] Scaling a Dia figure

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Sun Mar 28 19:35:30 CEST 2004


Justin Gombos wrote:
> Does anyone know how to scale a diagram that was generated by Dia?
> The figure environment doesn't have a way of scaling, so I'd like to
> know if I can easily scale down my diagram so it won't run off the
> page.

with graphicx

\scalebox{0.5}{%
... dia code ...
}

with pstricks

\psset{unit=0.5}
... dia code ...

\pscustom[unit=0.5]{%
... dia code ...
}

Herbert


-- 
http://PSTricks.de/




More information about the PSTricks mailing list