I have been using the hyperref package and \hyperref[…]{…}
to put a clickable link (in a PDF) to a section or subsection. However I want to put the clickable link before i put the \subsection
declaration. My first attempt seems to produce a link that goes to the first page. Is there something special you have to do to get the links working before you define them? I am already running latex twice on the command line.
views:
27answers:
2
+1
Q:
LaTeX - using \hyperref to refer to a section/subsection before the section/subsection is defined?
+1
A:
Actually it was a bug in my code. I had extra trailing whitespace around the \hyperref
call, which means it wasn't the same text. If I remove the spaces, and run pdflatex twice, then everything works
Rory
2010-07-14 13:08:34