1
vote
1answer
27 views

Hyperref a subfloat figure

Here is a sample code from my document, \begin{figure}[H] \centering \begin{tabular}{cc} \subfloat[$a=0.2$]{\includegraphics[width=2in]{Chapters/BMethods/figures/Airy_Rings_0.pdf}}~~~~~&~~~~~ ...
2
votes
1answer
35 views

Hyperref and Subfigure warning

I am using the memoir class, with the hyperref package. At one point, I have a couple subfigures: \begin{figure}[!ht] \centering %%% not \center ...
2
votes
1answer
184 views

Problem with algorithm(ic) and hyperref

The following code works ... fine! \documentclass{book} % \usepackage{subfig} % \usepackage{subcaption} \usepackage[colorlinks]{hyperref} \usepackage{algorithm} \usepackage[noend]{algorithmic} ...
3
votes
1answer
82 views

Subfigure link in List Of Figures don't redirect to the subfigure

I'm having some problems with my List Of Figures. I have a couple subfigures in my report, and when I go to the list of Figures, the link for the main caption works well and redirects to the right ...
1
vote
2answers
145 views

subfigure \autoref

I am trying to redefine the subfigure \autoref, but have not been successful. Below is example code for the figure. I am using the acticle documentclass and the subcaption package. \begin{figure}[H] ...
2
votes
1answer
227 views

How to make an article's table of contents clickable so it can redirect to a section?

I'm using Mixtex 2.9 in Windows XP and I'm trying to make my article's table of contents clickable. I tried to add the package hyperref like this: \usepackage{hyperref} \hypersetup{ colorlinks, ...
1
vote
1answer
265 views

autoref with the float package

I would like to use \autoref{fig:subfig:a}, but I don't get the figure number by simply typing this. My code is: \documentclass{article} \usepackage{amssymb,amstext,amsmath,latexsym,mathtools} ...
4
votes
1answer
282 views

Packages hyperref together with subfig break when \renewcommand{\thefigure}{…} is used

The following code compiles and acts as you would expect: \documentclass[12pt]{report} %\usepackage{hyperref} \usepackage{subfig} \begin{document} \begin{figure} \centering ...
3
votes
1answer
145 views

hyperref causes a gap between the figure and subcaption with memoir

I'm experiencing a strange problem with memoir subfigure captions together with hyperref. Below is a working example: \documentclass{memoir} \usepackage{hyperref} \newsubfloat{figure} ...
5
votes
1answer
842 views

Parenthesis while using subfig and autoref

I would like to use subfig while using the autoref package. I have added the line \usepackage[listofformat=subparens,subrefformat=parens,labelformat=parens]{subfig} ...
4
votes
1answer
310 views

Error using russian letters for appendix counter with hyperref and subfig

I'm preparing a text in russian with pdflatex. According to standard appendices must be numbered with russian uppercase letters. But I've found that if subfloats used in appedix, the hyperref ...
6
votes
2answers
1k views

memoir class with subcaption and hyperref packages

This is similar to this question about using subfigures in memoir class and this one about using subfigure memoir and hyperref together Is it possible to use memoir class with sucaption package? I ...
9
votes
2answers
1k views

Is it possible to use hyperref, subfigure, and memoir together?

I asked a question about how to use subfigure with memoir. I got some great tips, but now pdflatex is making all subfigure hyper-refs point to the first couple subfigures. It also gives me this ...