You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2020. It is now read-only.
The latex file attached, shows that in a frame with hebrew text and an numbered equation
the number is displayed as (1(,
while adding one english word before the equation and after the \setLR command solves this
problem bidi-bug.zip
Issue tracker has been searched for similar issues?
Links to <tex.stackexchange.com> discussion if appropriate
Links to <qa.parsilatex.com> discussion if appropriate
Minimal example showing the issue
% !TEX TS-program = XeLaTeX% !TEX encoding = UTF-8 Unicode\documentclass{article} % or some other class% Any packages other than the bidi package must be loaded here% The bidi package must be loaded as the last package\usepackage[%% Any bidi package option goes here
]{bidi}
% Any preamble code goes here\begin{document}
% Demonstration of issue here\end{document}