|
From: Philip G. R. <phi...@ti...> - 2003-10-04 21:03:12
|
> 1. I create a TeX-file with changed margins (using the geometry-package). > The document is in LANDSCAPE. > 2. I compile it with LaTeX / TeXify. > 3. Then I view it with YAP. The margins seem to be OK. > 4. In the next step I run DVIPS (options: -P pdf -G0, but that > doesn't seem > to be the problem). > 5. I view it with GSView. Margins seem to be fine. > 5. Final step: I convert it to PDF with Ghostscript (AFPL). Result: the > margins are completely wrong. They shift approx. 1.2cm to the right. The > text is cut off on the right side. Try adding the option -t A4 to the dvips command - so, altogether I use -P pdf -G0 -t A4 (inserted in the WinEdt popup when I select dvips Cheers, Phil |