Richard Sherman wrote:
Thanks Uwe.
I'm using Tetex 2.0.2-34 on Mac OS X 10.4.3.
Here's a Lyx file and the .eps file that belongs in it.
first do not use an extension for file names. The
graphic driver can detect the right extension.
It is a typical behaviour for ghostscript, that it thinks,
that your graphic should be rotated to get your vertical
text in a horizontal view. ghostscript is too clever here.
Try it by hand, export the lyx file as PosScript,
then run
ps2pdf --dAutoRotatePages=/None filename.ps
or alternatively with --dPrePress=/None
Herbert