如何引用 RevTex4.1 中的章节?我试过
\section{\label{sec:Coupling}Coupling Efficiency}
\section{Coupling Efficiency\label{sec:Coupling}}
\section{Coupling Efficiency}\label{sec:Coupling}
但是,在所有情况下都\ref{sec:Coupling}
没有错误,而只是打印一个空格。
下面是一个小文档,演示了该问题(针对一个排列):
\documentclass[12pt,preprint,longbibliography,aps,prl]{revtex4-1}
\usepackage{amsmath, amsthm, amssymb}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{wrapfig}
\usepackage{color}
\begin{document}
\title{stuffing}
\author{John doe}
\begin{abstract}
stuff stuff stuff
\end{abstract}
\maketitle
\section{Introduction}
stuff stuff reference~\ref{sec:Coupling}
\section{\label{sec:Coupling}Coupling Efficiency}
stuff
\end{document}
答案1
使用prl
REVTeX 选项时,章节编号被省略,因此不会排版任何参考资料,因为 plain\ref
仅检索章节编号。如果取消此选项,您将再次获得可用的参考资料。