Open
Description
Brief outline of the issue
When some footnotes place at last/first line of page, the footers goes next/previous page.
Check/indicate
- Relevant to the
xepersian
package - The
bidi
package issue tracker has been searched for similar issues? - The
xepersian
package 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[12pt]{article} % or some other class
\newcount\footCounter
\newcommand{\mfootnote}[1]{%
\loop
\ifnum\footCounter<#1
\footnote{تست}%
\advance\footCounter by 1
\repeat\footCounter0%
}
\usepackage{ptext}
\usepackage[%
extrafootnotefeatures,%
perpagefootnote%
]{xepersian}
\settextfont{IRXLotus}
\ParagraphFootnotes
\begin{document}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]\mfootnote{5}
\ptext[1-2]
\end{document}
Expected behavior
See the pages: 2--6
Activity