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?

And now some informations:

I'm afraid I'm still confused. First I should say that I'm not using a
hypertarget, but only a pdfbookmark for the TOC, so that "Contents" appear
first in the bookmarks (only in the PDF file, where if you click on it
you're moved to the TOC).


Will this affect something else, related to the images?

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}

The options
colorlinks=true, linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
are for the layout of the links within pdf. In dvi they are all always blue.


The options
bookmarks, bookmarksnumbered
are for the pdf-bookmarks.

The options
pdfpagelayout=OneColumn, pdfnewwindow=true,
pdfstartview=XYZ
are for the display in your pdf viewer.

But the options
plainpages=false, pdfpagelabels
are necessary when using pdflatex. Otherwise it won't compile due to the roman-numbering stuff.


thanks and regards Uwe

Reply via email to