[pstricks] Chopping
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Wed May 13 22:22:10 CEST 2009
David Arnold schrieb:
> \psset{unit=0.5}
> \begin{pspicture}[shift=-2](-8,-0.5)(8,0.5)
> When compile with: ps4pdf test.tex, produces:
>
>
>
> Why does the latter crop the numbers like this? Is there some option I
> should be giving to ps4pdf?
ps4pdf uses the above box width and height and clips everything
which is outside of this box. With your unit=0.5 you have only
2.5mm for thew depth.
Use \begin{pspicture}[shift=-2](-8,-1)(8,0.5)
and everything should work. It is easy to control with
\psframebox{...}, then you'll what will be clipping area.
Herbert
More information about the PSTricks
mailing list