GeneralHyperlinks to Figures

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Jerry2
Posts: 6
Joined: Sun Jul 22, 2007 12:11 am

Hyperlinks to Figures

Post by Jerry2 »

I am trying to write my thesis using pdftex, and I've been using hyperref to get hyperlinks to citations, tables, figures, and sections. It works great when I'm linking to a table because it links to where the caption is at the top of the page, and the table is below. However, if I'm linking to a figure, the link takes me to a point where the caption is at the top of the page and the figure is above it, so, not visible. Is there a way to adjust this so the graphic that I'm linking to is visible. Perhaps if I could have the caption at the bottom of the page it would work better. Any help is appreciated.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
sommerfee
Posts: 503
Joined: Mon Apr 09, 2007 4:20 pm

Re: Hyperlinks to Figures

Post by sommerfee »

Use the hypcap package additionally, e.g.:

\usepackage[...]{hyperref}
\usepackage[figure]{hypcap}

HTH,
Axel
Jerry2
Posts: 6
Joined: Sun Jul 22, 2007 12:11 am

Re: Hyperlinks to Figures

Post by Jerry2 »

That's perfect, thanks very much.
Post Reply