我希望我的参考书目从另一个数字开始,而不是从 1 开始。
我看到了这个解决方案这里 适用于文章,但我正在使用 revtex4-1 ...(我偷了他们的最小示例:-))
\documentclass{revtex4-1}
\begin{document}
Let us cite \cite{a1}, \cite{a2} and \cite{a3}.
\begin{thebibliography}{99}
\makeatletter
\addtocounter{\@listctr}{8}
\makeatother
\bibitem{a1}
A1
\bibitem{a2}
A2
\bibitem{a3}
A3
\end{thebibliography}
\end{document}
如果你能帮助我的话我就太好了。
答案1
使用“thebibliography”类的计数器名称revtex4-1
是:
\addtocounter{NAT@ctr}{8}