I'm using MikTeX 2.9 on Windows 7.
I understand one needs to tell GS explicitly not to auto rotate pages by supplying:
-dAutoRotatePages#/None
as parameter to ps2pdf (or gswin32c, as indicated here).
Is there a way to also supply this parameter to \MiKTeX-2.9\miktex\bin\latex.exe? That is, can I run something like:
latex.exe [parameter] main.tex
and the produced DVI will not exhibit undesired autorotated pictures?
The reason for asking this is that I use Texniccenter, and the build setup (to DVI) only allows to pass options to latex.exe.



`, they'll be marked as code, as can be seen in my edit. You can also highlight the code and click the "code" button (with "{}" on it). – ienissei Jun 3 '12 at 7:32latexonly generates a.dvifile, it does not run GhostScript. That may be done by your editor in a 'build' system, which is where you would need to add the parameter. Exactly how do you runps2pdf(the final stage of PDF creation using thedvipsroute)? – Joseph Wright♦ Jun 3 '12 at 8:11ps2pdfis set in the same way. – Herbert Jun 3 '12 at 8:15