Tagged Questions
5
votes
2answers
277 views
Wrong cross-reference format for sections using revtex4-1
I am producing a document using the revtex4-1 document class, in which the sections should appear as, for example I.A.1. To achieve this, I've simply added the following lines to the preamble:
...
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
...