我想使用該函數\cite{[{prepended text}][{appended text}]item}
將文本添加到引文中以引用先前的參考書目條目。當一篇論文被重印在一本書中時,這非常有用。
這是該問題的一個最小範例,請使用以下程式碼:
\documentclass[aps,10pt,notitlepage]{revtex4-1}
\usepackage[utf8]{inputenc}
\begin{document}
\title{Bibliography fail}
\maketitle
\cite{book}
\cite{[][{. Reprintend in~\cite{book}}]paper}
\cite{paper2}
\cite{paper3}
\bibliography{error}
\end{document}
這就是我得到的: 附錄中正確引用了這本書,但由於某種原因,下一次引用的編號與剛才引用的編號相同。出現此情況後,編號將照常進行。
您有什麼建議或解決方法嗎?