Richard Sherman wrote:
Thanks again to those of you who are helping me with this.
Herbert Voss wrote:
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
Sounds like good intuition, and I tried it: but Lyx won't export the
PostScript ("Cannot convert file" error). Same thing when I remove the
.eps extension.
hm, shouldn't be happened ...
then export to from with LyX to latex and run
latex file
dvips file
ps2pdf --dAutoRotatePages=/None file.ps
Herbert