\usepackage[T1,T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english, russian]{babel}
\begin{document}
bla bla bla bla
\cite{reference}
\begin{figure}[!htb]
\centering
\includegraphics[width=0.5\linewidth]{boo.jpg}
\caption{booboo}
\label{boooo}
\end{figure}
\bibliographystyle{plainnat} % APS-like style for physics
\bibliography{thebib}
\end{document}
我的参考文件有一个参考,其中所有内容(作者,姓名等)都用俄语书写。
当我使用上述代码时,一切都可以编译(使用 pdflatex),但发生了两件奇怪的不必要的事情。
- 字体变成了稍微不同的形式,不是很糟糕但也不是原来的形式。
- 图表标题为“рис 2. booboo”。这应该只是“图 2. booboo”。参考书目没有写“参考文献”这个词,而是用俄语(西里尔文)写了这个词。