I want to add text in to the Bibliography right after the header and before the first bibitem, so that it is structured as in the following:
References and further reading
This and that can be found in [1]. The other stuff is particularly well explained in [2] and [3]. ...
[1] ... [2] ...
(As you can see, I also want to have the header saying "References and further reading", instead of "Bibliography, but this I already managed to do that by renewing the \bibname command.)
A similar question was discussed and answered here: Headings inside the Bibliography list. The simplest solution was to add the text with the \item command, such as:
\item[]\hspace{-\labelwidth}\hspace{-\labelsep}Here is the text. While this does work for headers, it does not for one or several paragraphs of text, since the layout is messed up.
Can anyone tell me how I can do this? Would be glad if there was a simple solution, but am happy for any help, thanks! :)
Some more information on my document:
I use the AMSbook class. The document consists of three parts, where each one has it's own bibliography, created with the thebibliography environment. I do use the \hyperref package, and want all Bibliographies to be properly displayed (clickable) in the table of content, which works fine as it is now.
EDIT - Comments on the answers of Gonzalo Medina and Guido:
Both these approaches work, thanks! I have chosen to use Guido's approach, since it is simpler as long as one has no problem with using the natbib package. Anyway, both methods produce equally good results and fit directly to my needs, thanks! :)


\defbibnotecommand. Are you using biblatex? If so I will write up this explanation. – Seamus Sep 10 '12 at 13:01