如何将脚注放在页末?

如何将脚注放在页末?

有 15 页平行文本和一些熟悉的脚注。

问题是所有这些脚注都放在第 16 页(即使我在第一页定义了脚注)。我怎样才能将脚注放在页面末尾?

\documentclass{article}
\usepackage[a5paper]{geometry}

\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,russian]{babel}

\usepackage{reledmac}
\usepackage{reledpar}

\begin{document}
\numberlinefalse
\begin{pages}
   \begin{Leftside}
      \beginnumbering
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \footnoteA{some footnote} \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart ............ \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart ............ \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart ............ \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart ............ \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \endnumbering
   \end{Leftside}
   \begin{Rightside}
      \beginnumbering
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart ............ \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart ............ \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart ............ \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart ............ \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \endnumbering
   \end{Rightside}

\end{pages}
\Pages

\end{document}

答案1

我已经忘记了re...软件包,但您的问题似乎与行号有关。以下 MWE(您的和我最初的尝试的合并)确实将脚注放在了指定的同一页上。

% reledparprob.tex  SE 594556

\documentclass{article}
\usepackage[a5paper]{geometry}

\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,russian]{babel}

%\usepackage{reledmac} PW changed this for
\usepackage[series={A,B,C},noend,noeledsec]{reledmac} % this on OP's original MWE
\usepackage{reledpar}

\begin{document}
\linenumincrement{1000}
%\numberlinefalse   % PW commented this out
\begin{pages}
   \begin{Leftside}
      \beginnumbering
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \footnoteA{some footnote} \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart ............ \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart ............ \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart ............ \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart ............ \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \endnumbering
   \end{Leftside}
   \begin{Rightside}
      \beginnumbering
    \linenumincrement{1000}
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart ............ \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart ............ \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart ............ \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \pstart ............ \pend
      \pstart tons of text \pend
      \pstart tons of text \pend
      \endnumbering
   \end{Rightside}

\end{pages}
\Pages

\end{document}

在此处输入图片描述

也许当前的维护者 Maieul Rouquette ( maieul AT maieul DOT net) 可以提供帮助。

相关内容