
AUCTeX 내에서 (을 사용하여) 새 섹션을 만들고 C-c C-s
섹션에 이름을 지정하면 RefTeX는 제목을 묻는 메시지를 표시하고 섹션을 삽입한 다음 레이블을 묻는 메시지를 표시합니다. 이 라벨은 적절한 기본값으로 자동 채워집니다.
\section{Mathematical Definitions}
\label{sec:math-defin}
이는 모든 헤더 명령에 대해 발생합니다.
\subsection{Graphs}
\label{sec:graphs}
계층 구조에서 한 수준 깊이로만 이동하거나 더 짧거나 더 다양한 논문이 있는 경우 이러한 기본값은 완벽하게 괜찮습니다. 그러나 학부 논문의 첫 번째 초안을 작성할 때 다른 제목 아래에 동일한 부제목을 다시 사용하고 있음을 발견했습니다.
\section{Implementation}
\label{sec:implementation}
\subsection{Graphs}
\label{sec:graphs-1}
아래와 같이 보조 제목의 라벨 sec:graphs
및 을 어떻게 가질 수 있습니까 ?sec:graphs-1
\section{Mathematical Definitions}
\label{sec:math-defin}
\subsection{Graphs}
\label{sec:math-defin:graphs}
\section{Implementation}
\label{sec:implementation}
\subsection{Graphs}
\label{sec:implementation:graphs}
이상적으로는 이 동작이 일관되게 유지되기를 바랍니다.
\section{Graphs}
\label{sec:graphs}
\label{fig:graphs:diagram}
\section{Math}
\label{sec:math}
\subsection{Contrived}
\label{sec:math:contrived}
\begin{example} % an environment AUCTeX doesn't know about
\label{ex:math:contrived:example}
...
\end{example}