我试图将我的乳胶文件移到Rstudio中以简化数字的编辑。但是,我发现降价正在重新排序我的参考书目。
我的文件格式为:
This is a paper\cite{3} about\cite{2} my problems\cite{1}.
\begin{thebibliography}{99}
\bibitem{1} \textsc{A. Nonymous}, Title 1, \textit{Journal 1}...
\bibitem{2} \textsc{A. Nonymous2}, Title 2, \textit{Journal 2}...
\bibitem{3} \textsc{A. Nonymous3}, Title 3, \textit{Journal 3}...
\end{thebibliography}
当我在乳胶中运行时,它保留了我为bibitems选择的顺序。然而,Rstudio将参考书目顺序更改为3,2,1,即引文在文本中出现的顺序。我该如何阻止它?