腳註可以按需列印作為正文的一部分嗎?

腳註可以按需列印作為正文的一部分嗎?

解決了帕諾特斯包裹。

是否有用於將腳註列印為正文的一部分的命令?我似乎記得一種使用尾註的方法,其中累積的註釋將顯示在文本中放置命令的位置。然而,我的文件廣泛使用了註腳和尾註,所以這個技巧是不可能的。

澄清一下,這就是我設想的工作方式...

\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}

相關內容