Search found 2 matches

by vishaljadhav2060
Tue Aug 23, 2016 5:21 pm
Forum: Graphics, Figures & Tables
Topic: Subfigure link in List Of Figures don't redirect to the subf
Replies: 3
Views: 7009

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

The LaTeX code :

\documentclass{memoir}
\usepackage{graphicx}
\usepackage[lofdepth,lotdepth]{subfig}
\usepackage[list=true]{subcaption}
\usepackage{subfloat}

\setcounter{lofdepth}{2}
\usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue, citecolor=purple]{hyperref}

\begin{document ...
by vishaljadhav2060
Sat Aug 20, 2016 11:41 pm
Forum: Graphics, Figures & Tables
Topic: Subfigure link in List Of Figures don't redirect to the subf
Replies: 3
Views: 7009

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

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

I am having some problems with my List Of Figures in memoir document class .

When I go to the list of Figures, the link for the main caption works well and redirects to the right page.

But when I click on the link on one of the ...