Is it possible to insert some text before the bibliography? I have browsed through the web and couldn't find any solution. This is a minimal example of what I want.
Code: Select all
\documentclass{report}
\begin{document}
\begin{thebibliography}{9}
I want to insert some text here.
\bibitem{1stRef} My first reference.
\end{thebibliography}
\end{document}