Raphael Clifford wrote:Hi,
I am producing a landscape document using prosper and lyx 1.3.2. When I view->postscript and then choose landscape in gv the page is cropped about 2 thirds of the way to the right (presumably it is actually 1/sqrt(2) of the way across). This is because it is rendering the page as a4 portrait even in landscape mode.
This happens because lyx calls dvips with -t a4, as far as I can tell. There seems to be no need for this and it doesn't work. How do I turn this off (export->latex and then dvips without the -t a4 option works fine)?
Cheers,
Raphael
P.S. I am running redhat 7.3 and I have set the default paper size to A4 in lyx and dvips.
Hello,
IIRC that is a gs bug. What version of gs is installed on you system? I just tested gs 6.53 and evrything worked perfectly.
Cheers,
Michael
gs version 6.52. gv version 3.5.8.
Do you think it was fixed between 6.52 and 6.53? Raphael