-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem in footnote #17
Comments
My investigation so far shows that the issue also happens without using \documentclass[12pt]{article} % or some other class
\usepackage{zref-perpage}
\zmakeperpage{footnote}
\newcount\footCounter
\newcommand{\mfootnote}[1]{%
\loop
\ifnum\footCounter<#1
\footnote{Test}%
\advance\footCounter by 1
\repeat\footCounter0%
}
\usepackage{fontspec}
\setmainfont{IRXLotus}
\usepackage{ptext}
\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} |
Could you please also post Vahid Damanafshan's example from Telegram? I do not have access to Telegram as I left my phone in home back in Australia. |
When I asked Mr. DamanAfshan, he said that I had the same problem. |
I think the two issues are slightly different although somehow related; from memory, I think his example had the old footnote cs Anyway, it helps me a lot if I also can have access to Vahid's specific example. |
I asked this question about different methods of resetting footnote numbers for more details. Only one of the methods worked correctly (with |
I do not think that it is |
You are right. Is it possible the |
Note: unfortunately the |
I have not investigated the issue thoroughly; I just made some observation without actually looking at what is going on exactly. One way to go forward is to see what Another possible solution is to avoid resetting footnotes by using a different algorithm. I just need to find some free time to investigate this and fix it. |
Is there any solution for the bug? |
According to comments, you can use
|
Many thanks. But that does not resolve the issue. |
Brief outline of the issue
When some footnotes place at last/first line of page, the footers goes next/previous page.
Check/indicate
xepersian
packagebidi
package issue tracker has been searched for similar issues?xepersian
package issue tracker has been searched for similar issues?Minimal example showing the issue
Expected behavior
See the pages: 2--6
Log and PDF files
test.pdf
test.log
The text was updated successfully, but these errors were encountered: