<div dir="ltr"><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><pre>Anyway, using \setLTR before equations is an acceptable workaround, <br>especially if hte next version of the bidi package fixes this problem.<br>
</pre><br clear="all"><br></blockquote><div><br>The approach in v1.0.3 of bidi for equation number is that in RTL it actually reverses parantheses so the final output look ok and so there is no issue. The issue is I said before is about the fonts, you are using. However, the approach in the experimental one is that whenever, there is an equation number, in RTL mode the equation will be typeset from right to left.<br>
<br>Adobe Hebrew font is freely avaliable from Adobe. You can download it from <a href="http://www.adobe.com/products/acrobat/acrrasianfontpack.html">here</a> but first you have got to convert them to tff and then use them. I use fontforge for converting them to ttf. This is the script, I use<br>
<br><br>
Print(&quot;Opening &quot;+$1);<br>
Open($1);<br>
Print(&quot;Saving &quot;+$1:r+&quot;.ttf&quot;);<br>
Generate($1:r+&quot;.ttf&quot;);<br>
Quit(0);
<br> <br><br>In unix, I call it for example otf2ttf.sh and for converting a single font, I use<br><br>fontforge -script otf2ttf.sh FONTNAME.otf
<br><br>and for converting several fonts, I use<br><br>for i in *.otf; do fontforge -script otf2ttf.sh $i; done
<br><br></div>-- <br>Vafa<br>
</div>