I'm trying to get hyperref to work with pdflatex, but I'm getting the error hyperref Warning: Draft mode on and since all hyperrefs are disabled in draft mode, there are no links being created.
I tried doing the following: \usepackage[final]{hyperref} but still no success.
I'm using document class book: \documentclass{book} so nowhere do I say that I want draft enabled.
Tried compiling on two different machines with TexnicCenter using pdflatex(LaTeX=>PDF).
Any suggestions?
MWEworks, so gotta figure out what breaks it.. :) – Filip Ekberg Aug 06 '12 at 09:50\RequirePackage[unicode=true,draft,bookmarks=false]{hyperref}– Filip Ekberg Aug 06 '12 at 09:53hyperrefwith thedraftoption turned on. – egreg Aug 06 '12 at 10:08\documentclass[final]{book}? – Karalga Aug 06 '12 at 11:21hyperrefwith draft mode. – Filip Ekberg Aug 06 '12 at 11:37