I have \usepackage{hyperref} in the preamble of a very simple document, which has defined sections. However, the output pdf file has no bookmarks.
In 4.1 of this manual, it's stated that
Usually hyperref automatically adds bookmarks for \section and similar macros
What am I missing?
Also, surfing a forum, I found that someone said that all he had to was put \usepackage[bookmarks=true]{hyperref} in his preamble... but this did not work for me either.
(I am using the latest version of TeXworks as my editor and I am a PC user.)
hyperreflast. Surprising how often that works. – Peter Grill Nov 16 '12 at 0:35hyperrefdriver you are using (see the.logfile)? How do you generate the PDF file? Have you runlatexat least twice? If you load packagebookmarkafterhyperref, the bookmarks are faster updated. Which document class is used? – Heiko Oberdiek Nov 16 '12 at 0:58