
這段程式碼編譯得很好:
\documentclass[prb]{revtex4-1}
\begin{document}
\begin{figure}
\caption{Caption \cite{app}}
\end{figure}
\bibliography{Biblio}
\bibliographystyle{apsrev4-1}
\end{document}
我喜歡使用 RevTex 的autoscript
選項,該選項會在任何標點符號之後移動引文上標。但是如果我將上面的第一行更改為
\documentclass[prb,citeautoscript]{revtex4-1}
我收到錯誤訊息
Missing \endcsname inserted
<to be read again>
\color@endgroup
指向帶有 , 的行\caption
,並且我的文檔無法編譯。知道是什麼導致了這個問題,或者citeautoscript
當我在標題中引用時如何繞過它並使用該功能?