Tagged Questions
3
votes
2answers
229 views
Cross-referencing within text
Is there a way to reference a place in the text using \hyperref, instead of using \nameref to reference the section that portion of text belongs to?
Probably a WME will help in getting my point ...
6
votes
1answer
317 views
\nameref only shows reference as a red rectangle, no name in it
I'm trying to use \usepackage{hyperref} to reference in the text a section by name. The section to be referenced is
\section{whatever}\label{sec:marker}
However, when I place in the text
...