rtl 乳胶模板中从左到右的引用

Left to right references in rtl latex template

我有一个 rtl 乳胶模板。我使用以下代码作为参考书目:

\bibliographystyle{ieeetr}
\bibliography{MyReferences}

参考文献现在显示为 rtl。但我希望他们是 ltr。我该怎么做?

正如@Romain Picot 在评论中提到的,我在 \bibliography{MyReferences}

之前添加了 \selectlanguage{english}