As notas de rodapé podem ser impressas sob demanda como parte do texto principal?

As notas de rodapé podem ser impressas sob demanda como parte do texto principal?

Resolvido comnotaspacote.

...

Existe um comando para imprimir notas de rodapé como parte do texto principal? Parece que me lembro de uma maneira de fazer isso com notas finais, onde as notas acumuladas apareceriam no texto no ponto onde o comando foi colocado. No entanto, o meu documento faz uso extensivo denotas de rodapé e notas finais, então esse truque não será possível.

Para esclarecer, é assim que imagino que funcione ...

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

informação relacionada