reledmac 带 xltabular 的双栏脚注

reledmac 带 xltabular 的双栏脚注

已编辑:有人能帮忙用 xltabular 设置 reledmac 双列脚注吗?我发现 xltabular 环境中脚注的超链接指向了错误的位置。任何帮助都非常感谢。

注意:我之前的 MWE 中有一些不准确的脚注标记,现在我已经更正了。

\documentclass[11pt,twoside,a4paper]{article}
    
\usepackage{lipsum}
\usepackage[nocritical,
    noend,
     series={A}]{reledmac}
\usepackage{setspace}
\def\thempfootnote{{\itshape\@alph\c@mpfootnote}} 
\arrangementX[A]{twocol}
\colalignX{\relax } 
\beforenotesX{2em plus 1.5em minus 1.5em} 
  
\usepackage[verbose=silent]{microtype}

\usepackage{xltabular}
\usepackage{hyperref}
\usepackage{xcolor}
\hypersetup{
    colorlinks,
    linkcolor={blue}
}    

\begin{document}
This is a test sentence\footnoteA{test main footnote}

\addtocounter{footnoteA}{1}
\begin{xltabular}{\textwidth}{lX p{.5\textwidth}}
a & b\footnoteAmark[2]\\
c & d\footnoteAmark[3]\\
\end{xltabular}
\footnoteAtext[2]{first xltabular footnote}
\footnoteAtext[3]{second xltabular footnote}

This is a second test sentence\footnoteA{test second main footnote}

\end{document}

在此处输入图片描述

答案1

reledmac 确实有 bug 在哪里。例外的是,我有时间。

因此,刚刚在 CTAN 上发送的 reledmac 2.39.5 版本解决了这个问题。之前的 2.39.4 版本只解决了部分问题。

相关内容