در نسخه 25.09.12
بسته bidi
که تازه به CTAN داده شده است مشکل فاصله اضافی زیرنویسها هنگام استفاده از بسته fnpct
درست شده است:
\documentclass{article}
\usepackage{fnpct}
\usepackage{xepersian}
\settextfont{IRXLotus}
\AddPunctuation ، {persiancomma}
\begin{document}
این آزمایش نخست%
\LTRfootnote{First footnote},
این آزمایش دوم%
\LTRfootnote{Second footnote}،
و این آزمایش پایانی است%
\LTRfootnote{Last footnote}.
\begin{latin}
This is the first test%
\footnote{First footnote},
this is the second test%
\footnote{Second footnote},
and this is the last test%
\footnote{Last footnote}.
\end{latin}
\end{document}
