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
REVTeX 옵션을 사용하면 prl
섹션 번호 지정이 생략되므로 일반은 \ref
섹션 번호만 검색하므로 참조가 조판되지 않습니다. 이 옵션을 취소하면 작업 참조가 다시 생성됩니다.