Hi there,
I am trying to reference a subsection using \autoref and I am using memoir class. For some reason I am not getting the subsections referenced. I have set the secnumdepth to subsection, so the sub-sections are getting numbered correctly. The only problem is that I am unable to reference them from other parts of the document.
Any help would be appreciated.
Cheers,
Document Classes ⇒ referencing a subsection using memoir
NEW: TikZ book now 40% off at Amazon.com for a short time.

referencing a subsection using memoir
Hi,
please post a minimal working example (MWE) showing the undesired behaviour. I ask for this MWE because the following code behaves as expected:
please post a minimal working example (MWE) showing the undesired behaviour. I ask for this MWE because the following code behaves as expected:
Code: Select all
\documentclass{memoir}
\usepackage{hyperref}
\setcounter{secnumdepth}{2}
\begin{document}
\chapter{Test chapter}
\section{test section}
\subsection{test subsection}\label{ssec:test}
\autoref{ssec:test}
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...