이 코드는 정상적으로 컴파일됩니다.
\documentclass[prb]{revtex4-1}
\begin{document}
\begin{figure}
\caption{Caption \cite{app}}
\end{figure}
\bibliography{Biblio}
\bibliographystyle{apsrev4-1}
\end{document}
autoscript
나는 구두점 뒤에 인용 위 첨자를 이동시키는 RevTex 옵션을 사용하는 것을 좋아합니다 . 하지만 위의 첫 번째 줄을 다음과 같이 변경하면
\documentclass[prb,citeautoscript]{revtex4-1}
오류 메시지가 나타납니다.
Missing \endcsname inserted
<to be read again>
\color@endgroup
가 있는 줄을 가리키면 \caption
내 문서가 컴파일되지 않습니다. 이 문제의 원인이 무엇인지, citeautoscript
캡션 내부에 인용이 있을 때 어떻게 이 문제를 해결하고 기능을 사용할 수 있는지 아십니까 ?