I would like to include some reader-visible notes in the foo.bib bibliography for an article written using Scribble's LaTeX / PDF backend. How do I do that? I might require some lower-level LaTeX hacking.
A closer look at the bibliography in the screenshot: It seems a space (or newline?) is missing between "1990." and "Publisher: Hermès".
The bib-entry looks like this:
@bib-entry[
#:key "Abd90"
#:author "Habib Abdulrab"
#:title "De Common Lisp à la programmation objet"
#:location "Paris"
#:date "1990"
#:note "Publisher: Hermès"
]
