Können Fußnoten bei Bedarf als Teil des Haupttextes gedruckt werden?

Können Fußnoten bei Bedarf als Teil des Haupttextes gedruckt werden?

Gelöst mitparnotesPaket.

...

Gibt es einen Befehl zum Drucken von Fußnoten als Teil des Haupttextes? Ich meine, mich an eine Möglichkeit zu erinnern, dies mit Endnoten zu tun, bei der die gesammelten Notizen an der Stelle im Text angezeigt werden, an der der Befehl platziert wurde. Mein Dokument verwendet jedoch in großem Umfangsowohl Fußnoten als auch Endnoten, also wird dieser Trick nicht möglich sein.

Um das klarzustellen: So stelle ich mir die Funktionsweise vor …

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

verwandte Informationen