kvafa / bidi

Bidirectional typesetting in plain TeX and LaTeX, using XeTeX
https://ctan.org/pkg/bidi
6 stars 1 forks source link

\[ and \] should be robust when fleqn tag is used. #37

Open Udi-Fogiel opened 11 months ago

Udi-Fogiel commented 11 months ago

Brief outline of the issue

Check/indicate

Minimal example showing the issue

% !TEX TS-program = XeLaTeX
% !TEX encoding = UTF-8 Unicode
\documentclass[fleqn]{article}
\usepackage{bidi}
\begin{document}
    \meaning\[
\end{document}
Udi-Fogiel commented 11 months ago

Should be fixed by #28