Page LayoutForce footnotes to appear in bibliography?

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
pgoyal
Posts: 1
Joined: Tue Apr 12, 2011 2:36 pm

Force footnotes to appear in bibliography?

Post by pgoyal »

I have written a scientific paper containing footnotes which appear (as normal) at the bottom of each page. Is there some way to automatically force the footnotes to appear in the bibliography, interleaved with the citations? Or must this be done by hand?

I have looked at the footnote packages ("footnote", "footmisc"), but cannot see this functionality. I have also considered turning the footnotes into endnotes (via the "endnote" package), but this won't satisfy the journal editors.

I am using a latex template from the online publisher MDPI, which seems to be a simple modification of the standard "article" template.

Many thanks in advance for your help!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Martigan
Posts: 2
Joined: Tue May 17, 2011 12:13 pm

Re: Force footnotes to appear in bibliography?

Post by Martigan »

By using biblatex and creating the right entries, you can do the footcite command, a citation as a footnote, which will appear in your bibliography.
Post Reply