I've configured a build LaTex => DVI => PDF which seems to be working. At least I get a PDF... The problem is that some of the fancy layout design that is working properly in the DVI is not following through to the PDF!
The part of the layout that isn't working is the pagenumbering which I've placed in a gray box:
Code: Select all
\thispagestyle{fancy}
\fancyfoot[LE]{\psboxit{box 0.8 0.8 0.8 setrgbcolor fill}
{\framebox[10mm][c]{\rule{0cm}{4mm}\color{black}{\bfseries \thepage}}}}
% odd side pages
\fancyfoot[RO]{\hspace{0pt}\psboxit{box 0.8 0.8 0.8 setrgbcolor fill}
{\framebox[10mm][c]{\rule{0cm}{4mm}\color{black}{\bfseries \thepage}}}}
The setup for LaTex => DVI => PDF is:
----- Postprocessor -----
Postprocessor: dvipdfm.exe (also tried dvipdfmx.exe)
Executable: C:\Program Files (x86)\MiKTeX 2.7\miktex\bin\dvipdfm.exe
Arguments: "%Bm.dvi"
----- Viewer ------
Path to executable: C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe
Command: "%bm.pdf"