I've problems using the hyperref package. I can generate a pdf with hyperlinks for a simple document but it's not working at all for my thesis file which is based on the book.cls document class. Looking at the log file hyperref tells it is using the hdvips driver instead of the hpdftex.
I suppose this is what's going wrong. However, I am not able to let hyperref choose the correct driver. I tried changing the configuration file or passing options like.("C:\Program Files\MiKTeX 2.7\tex\generic\oberdiek\ifpdf.sty"
Package: ifpdf 2007/12/12 v1.6 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in pdf mode detected.
))
\Hy@abspage=\count93
\c@Item=\count94
\c@Hfootnote=\count95
)
*hyperref using driver hdvips*
("C:\Program Files\MiKTeX 2.7\tex\latex\hyperref\hdvips.def"
File: hdvips.def 2007/11/20 v6.77g Hyperref driver for dvips
Code: Select all
\usepackage[pdftex]{hyperref}
Is there someone who can help me?