First a question to Herbert:
on you LaTeX-Tipps page you say that I could use
\usepackage{mathptmx}
for better pdf-layout.
I tried this, but I am not able to compile the Userguide with this.
LaTeX- says that some .tfm are missing.
Do you know why this occurs or what package I should install?
put a \listfiles as first statement into your preamble and show us what the logfile says. BTW: \listfiles should be the _default_ inside LyX! Then solving problems is much more easier and this macro absolutely doesn't hurt.
Wher can I get your latest UserGuide? Then I#ll try myself.
sure, every stuff, which depends to pdf, bookmarks, colorlinks ,... This is all not needed when using the dvi file.
Yes if you only want to have a dvi, you need only \usepackage{hyperref}
why should I load hyperref, when I want a dvi output? There are some cases where you get crazy when using hyperref.
But the options
plainpages=false, pdfpagelabels
are necessary when using pdflatex. Otherwise it won't compile due to the roman-numbering stuff.
sure. As I always said: when using hyperref, then di it right, just in the way as you did. But for a UserGuide, there should be something like \ifpdf ... \else ... \fi
Herbert
