[XeTeX] bidi, math, and amstext

Vafa Khalighi tex.ctan at gmail.com
Fri Sep 26 22:01:13 CEST 2014


Not a bug. bidi package has a boolean \if at Latin. The boolean should be set
in higher level packages (like polyglossia) to true for non-RTL scripts and
false for RTL scripts. Its initial value is false so that explains the
behaviour.

Therefore

\documentclass{report}
\usepackage{amstext}
\usepackage{bidi}
\makeatletter
\@Latintrue
\makeatother
\begin{document}

V $_{\text{[high, low]}}$

\end{document}

works as expected.

Note: I did not need to load biblatex package unlike you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/xetex/attachments/20140927/5de2d4af/attachment.html>


More information about the XeTeX mailing list