我想使用 用“|”标记分隔段落内脚注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}