I feel like this should be a simply (and common) operation but I haven't figured out how to do it. It may simply be that I don't understand this documenation.
I want to cross references sections of my document such that I can have this:
Code: Select all
\section{Building Framing}
\label{frame}
[...]
Please refer to \autoref{frame} for more information.
"Please refer to 3.2 Building Framing for more information."
By default, autoref gives "Section 3.2", but I want it to pull the name of the chapter/section/subsection that the label is in, along with the number. How can I do that?