persiantex / bidi

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

Incorrect result multicols in RTL context #22

Open seloumi opened 2 years ago

seloumi commented 2 years ago

Brief outline of the issue

I have version 1.9b of multicol package, bidi fail with this simple example

Check/indicate

Minimal example showing the issue

% !TEX TS-program = XeLaTeX
% !TEX encoding = UTF-8 Unicode

\documentclass{article}
\usepackage{multicol}
\usepackage{lipsum}
\usepackage[rldocument]{bidi}

\setlength\columnseprule{0.4pt}

\begin{document}

\begin{multicols}{2}
\lipsum
\end{multicols}

\end{document}

Log and PDF files

image1.log image1.pdf

vafa-khalighi commented 2 years ago

I sincerely apologize for being very slow and get to this issue quite late. I have uploaded version 36.4 of the bidi package to CTAN which fixes this issue. You can see the Release Announcement. Please test the new version against this issue; if it indeed fixes the issue, then please close this issue and if it does not, then please let me know what needs to be done so that I can fix it.

Please also note that I had to move the GitHub repository to a new place. The new repository can be found here. If you have reported any issues in the old repository, there is no need to re-report it in the new one but for the new issues, please kindly use the new repository.

There is also a Discussions section on the new repository which you can use to ask questions that need my attention. The announcements for future versions of the bidi package also will appear in Discussions under Announcements.

Finally, if you ever need to contact me directly, you can find my email address in the PDF documentation on the second title page.