General ⇒ bibliography in a footnote?
bibliography in a footnote?
I'm a beginner in latex world, I use texshop and bibdesk with macOSX
I do not have problem to do my bibliography and I have it at the end of in my document without trouble
but I was wondering if it's possible to have the bibliography as a footnote each time a reference is cited in the text...
it would give smthg like:
(pdf document)
bla bla bla bla bla [X] bla bla bla
bla bla bla bla
bla bla bla bla{XX}
bla bla bla
-------------------- (end of the page)
[X} referenceX as in bibliography.bib
[XX] referenceXX as in bibliography.bib
does anybody know if it's possible?
I heard about jurabib, footbib, but I couldn't find a right answer...
any suggestion is more than welcome!!!
thank's
Steph
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
bibliography in a footnote?
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: bibliography in a footnote?
"the output routine of LaTeX changed since the current version of 'footbib'. The 'footbib' patches this routines, it may produces unexpected results. Send a mail to Eric.Domenjoud@loria.fr to get a new version"
so that's what I have just done
let's see what's happening next...
thank's again I will let u know if I receive some news
Re: bibliography in a footnote?
I just wanted to let u know that as expected I had to use a new package of footbib (kindly sent by Eric D.) and I have to execute : bibtex<mydocument>.fb to make it works....
the thing is that..I dunno how to do it:
first I'm not sure about this doc.fb file, when I execute latex with mydocument file I have a lot of files generated like mydocument.bbl, mydocument.blg, mydocument.log, mydocument.fb.aux so I dunno if mydocument.fb.aux is the same than mydocument.fb (the document I'm supposed to use with the bibtex command)
second, even trying to bibtex<mydocument>.fb.aux I just cant: when I open this file the command typset is not available..so I just can open it but I cant do anything else...(I work with Texshop with macOSX)
so if someone has an idea how to do it....I would appreciate a lot!
thank's
steph
Re: bibliography in a footnote?
here the solution:
http://email.esm.psu.edu/pipermail/maco ... 18402.html

(thank's to Eric D.!!!)