[pstricks] pst-pdf, geometry, and landscape unhappy

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sat Jun 7 07:35:38 CEST 2014


Karl Berry schrieb:

> I could be missing something or misunderstanding, but it seems like the
> landscape option to geometry confuses pst-pdf, with the pspicture origin
> in the upper left instead of lower left, and the axes reversed, or
> something.  An example (call it geolpdf.tex):

> Process in the usual way for pst-pdf:
>   pdflatex geolpdf
>   latex geolpdf
>   dvips -q -o geolpdf-pics.ps geolpdf
>   ps2pdf geolpdf-pics.ps

Hi Karl,
that's a known problem with ghostscript which is too clever here
and rotates the image itself. Use

ps2pdf -dAutoRotatePages=/None geolpdf-pics.ps

However, using auto-pst-pdf instead of pst-pdf and running "pdflatex
--shell-escape"

should also work.


Herbert





More information about the PSTricks mailing list