我正在使用 XeLaTeX、Windows polyglossia
。当我\otherlanguage{}
使用从右到左的语言定义时,它会导致以数字结尾的句子在数字前显示句点!
\documentclass{article}
\usepackage{cite}
\usepackage{polyglossia}
\setmainlanguage{american}
\setotherlanguage{hebrew}
\begin{document}
This is an example where a number ends a sentence because the number of words in this sentence is 20.
\end{document}
这是一个已知问题吗?显然,我可以不以数字结束一个句子,但这不是重点。
我期待你的答案!
答案1
在我看来,这个问题/答案也是对这个问题的回答:
多语或双向语言错误:[\d\.] 被反转为 [\.\d]