回忆录中的开关\paragraphfootnotes
有一个奇怪的、至少是不寻常的功能:每当脚注开始新的一行时,它都会缩进。段落功能的想法是让一个段落包含一页的所有脚注。可以关闭此功能吗?
是否可以让段落脚注延伸到下一页?
这是一个最小示例。脚注 10 位于块内并缩进。当然,有些情况下这是您想要的,但通常不是。
\documentclass{memoir}
\paragraphfootnotes
\usepackage{lipsum}
\begin{document}
\lipsum[1]\footnote{} test\footnote{test test test testtesttesttest test testtest}
test\footnote{test test test testtesttesttest test testtest}test\footnote{test test test
testtesttesttest test testtest} test\footnote{test test test testtesttesttest test
testtest}test\footnote{test test test testtesttesttest test testtest} test\footnote{test
}test\footnote{test}test\footnote{test }test\footnote{test}test\footnote{test
}test\footnote{test}test\footnote{test }test\footnote{test}test\footnote{test }test\footnote{test}
\end{document}