.bib 文件能用俄语吗?我的意思是我可以使用 \cite{} 命令来使用任何以
@book{texbook,
author = {Donald E. Knuth},
year = {1986},
title = {The \TeX{} Book},
publisher = {Addison-Wesley Professional}
}
@book{latex:companion,
author = {Frank Mittelbach and Michel Gossens
and Johannes Braams and David Carlisle
and Chris Rowley},
year = {2004},
title = {The \LaTeX{} Companion},
publisher = {Addison-Wesley Professional},
edition = {2}
}
但对于俄语书籍参数,这些代码不起作用。如何才能使 .bib 在俄语中可用?