Search found 2 matches

by severin
Fri May 11, 2007 9:56 am
Forum: General
Topic: References to figures with hyperref
Replies: 3
Views: 14218

Re: References to figures with hyperref

Thanks so much.

I noticed that it did not work as expected, though. I use MikTeX 2.5, and I found that I needed to start all my figure environments with \capstart instead og passing the [all] opption to hypercap. This is OK for me, though. It seems to be more flexible, too, as it allows for finer ...
by severin
Thu May 10, 2007 2:15 pm
Forum: General
Topic: References to figures with hyperref
Replies: 3
Views: 14218

References to figures with hyperref

Hyperref coupled with pdflatex has the nice effect of producing hyperlinks and tags in my pdf-file whenever i use a \ref or \label command. Convenient.

What is not so convenient is this: The hyperlink references the exact place of the \label{fig:XXX}. This works great for makeindex and such, but as ...