BibTeX, biblatex and biber ⇒ add text to bibliography
add text to bibliography
Bibliography
Some text...
[1] bibliography item 1
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
add text to bibliography
there's no need to use a particular package; all you have to do is to redefine the thebibliography environment. If you tell us which document class are you using, we can show you how to do that.
Re: add text to bibliography
Re: add text to bibliography
Re: add text to bibliography
add text to bibliography
I stumbled over this topic since I want to do exactly the same: Adding text between the title, and the first bibitem. I couldn't get out the information from the link that was posted here. Can someone please help me how I do that?
I use the AMSbook class. The document is split in three parts, where each one has it's own Bibliography. Here is a sketch on how I have done this for now:
Code: Select all
\part{...}
.
.
\begin{thebibliography}
\part{...}
.
.
\begin{thebibliography}
\bibname
command.Would be glad if someone could help me with this!

EDIT: I also use the Hyperref package, and want that the bibliographies appear the right way, and are clickable, in the table of content. (As it is now this works.)
add text to bibliography
natbib.sty
a command:
Code: Select all
\let\bibpreamble\@empty
\def\bibpreamble{Some text here}
do exactly what you want?