使用 bigfoot 包在段落脚注之间添加符号 '|'

使用 bigfoot 包在段落脚注之间添加符号 '|'

我想使用 用“|”标记分隔段落内脚注bigfoot。我该怎么做?

谢谢

\documentclass[a4paper, twoside, 11pt]{article}

\usepackage{bigfoot}

\DeclareNewFootnote[plain]{A}
\DeclareNewFootnote[para]{B}

\begin{document}
Lorem ipsum dolor sit amet\footnoteB{First note}, consectetuer adipiscing elit\footnoteB{Second note}.
\end{document}

相关内容