kvafa / bidi

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

Spurious space after new commands footnotes #18

Closed bahman-mirzakhani closed 1 year ago

bahman-mirzakhani commented 1 year ago

Brief outline of the issue

Spurious space after new commands footnotes in text.

Check/indicate

Minimal example showing the issue

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

\documentclass[12pt]{article}            % or some other class

\usepackage[%
    extrafootnotefeatures,%
]{xepersian}
\settextfont{IRXLotus}
\ParagraphFootnotes
\begin{document}
|\footnote{درود}|
\TwoColumnFootnotes
|\footnote{درود}|
\ThreeColumnFootnotes
|\footnote{درود}|
\FourColumnFootnotes
|\footnote{درود}|
\FiveColumnFootnotes
|\footnote{درود}|
\SixColumnFootnotes
|\footnote{درود}|
\SevenColumnFootnotes
|\footnote{درود}|
\NineColumnFootnotes
|\footnote{درود}|
\TenColumnFootnotes

\twocolumnfootnotes
|\footnote{درود}|

\end{document}

Expected behavior

Log and PDF files

test.pdf test.log

kvafa commented 1 year ago

Thanks for your bug report; please accept my apologies for the very late reply. I have resolved this in my own private repository (not publicly available). The new release will appear on CTAN at September 10, 2023 (about a month).

bahman-mirzakhani commented 1 year ago

Thanks a lot.