LTR脚注的顺序不正确

LTR脚注的顺序不正确

LTRfootnote的第一页没有顺序。

最小示例:

\documentclass[a4paper,fleqn,11pt,twoside]{book}
\usepackage[table,xcdraw]{xcolor}

\usepackage{upquote}
\usepackage{listings}
\usepackage{algorithm}
\usepackage[noend]{algpseudocode}
\usepackage{amsmath,amssymb,amsthm,amsfonts}
\usepackage{graphicx}
\usepackage{geometry}
\usepackage{color}
\usepackage{sectsty}
\usepackage{titlesec}
\usepackage{caption}
\usepackage[nottoc,notlof,notlot]{tocbibind}
\usepackage{notoccite}
\usepackage[bottom]{footmisc}
\usepackage{zref-perpage}
\usepackage{tocloft}
\usepackage{array}
\usepackage{hyperref}
\usepackage{multirow}
\usepackage{cite}
\usepackage{enumitem}
\usepackage{subfig}
\usepackage{fancyhdr}
\usepackage{indentfirst}
\usepackage{fontspec}
\usepackage{setspace}
\usepackage{afterpage}
\usepackage{fancybox}
\usepackage[Kashida]{xepersian}
\newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}}

\zmakeperpage{footnote}
\setlength{\footnotesep}{0.4cm}
\renewcommand{\footnotesize}{\fontsize{8.5pt}{0}\selectfont} 
\renewcommand{\thefootnote}{\fontsize{6.5pt}{0}\selectfont\arabic{footnote}}
\setlength{\footnotemargin}{0.2cm}

\usepackage[nolist]{acronym}
\usepackage{multirow}
\usepackage{pifont}
\usepackage{accents}
\usepackage{titlesec}
\setcounter{secnumdepth}{4}

\settextfont[Scale=1.2, ItalicFont=*, ItalicFeatures={FakeSlant=0.32}, BoldItalicFont=* Bold, BoldItalicFeatures={FakeSlant=0.32}]{B Nazanin}
\titleformat{\chapter}[display]
{\fontsize{15pt}{0}\selectfont  \flushleft  \bfseries \BNazaninScaleOne} % B Nazanin 15
{\chaptertitlename\ \tartibi{chapter}}{0.3cm}{\fontsize{15pt}{0}\selectfont \BNazaninScaleOne} % B Nazanin 15


\begin{document}

\pagestyle{plain}
هدف مهندسی مدل‌رانده%
\LTRfootnote{Model-Driven Engineering}

هدف مهندسی مدل‌رانده%
\LTRfootnote{Model-Driven Engineering}
هدف مهندسی مدل‌رانده%
\LTRfootnote{Model-Driven Engineering}

\end{document} 

输出:

相关内容