I haven't found my question in the forum so I ask it here :
How can I write some text in a thebibliography environment, before the first \bibitem ?
What I want is to divide my bibliography in two parts, and I would like the solution to be not too complicated (avoiding bibteX if possible).
Here is my code :
Code: Select all
\begin{thebibliography}{50}
References I've used : %1
\bibitem{Harr-Pliska} J. Michael Harrison and Stanley R. Pliska, \emph{Martingales and stochastic integrals in the theory of continuous trading}, Stochastic processes and their applications, 1981, volume~11, pages~215--260.
Other references : %2
\bibitem{Bachelier} Louis Bachelier, \emph{Th\'eorie de la sp\'eculation}, Annales scientifiques de l'Ecole Normale Supérieure, Sér. 3, 17 (1900), p. 21--86.
\end{thebibliography}
With TeXnicCenter it compiles, but if the line 1 is present, I lose the numbering ([number]) and the listing (it's all in a single paragraph).
Note that if I remove the line 1, it works perfectly (the line 2 doesn't cause trouble).