脚注可以作为正文的一部分按需打印吗?

脚注可以作为正文的一部分按需打印吗?

解决帕诺特包裹。

...

是否有命令可以将脚注打印为正文的一部分?我似乎记得一种使用尾注的方法,其中累积的注释将显示在文本中放置命令的位置。但是,我的文档大量使用了脚注和尾注,这样这个伎俩就不可能得逞了。

为了澄清起见,这就是我设想的它的工作方式......

\documentclass{memoir}

\begin{document}

In this paragraph, I wish to make footnotes.\footnote{Just like this.}
Then I wish to invoke a command to print them right there, as if they were
part of the main text, rather than at the bottom like usual.\endnote{I
also need to keep endnotes normal for a page of citations.}

\printFootnotesRightHere

The command must print the footnotes where it is called, and then clear
whatever register contained them, so that a fresh set of footnotes can be
entered.\footnote{Like this new one.}

\printFootnotesRightHere

So even on a single page, there could be several sets of footnotes,
inserted as normal text, just as if they were their own paragraphs or
lists.

\end{document}

相关内容