- #1
NeoDevin
- 334
- 2
[SOLVED] Latex Bibliography
Whenever I create a bibliography in latex using
It puts the title `References' above it. Does anyone know how to make it omit the title?
Thanks
Whenever I create a bibliography in latex using
Code:
\bibliographystyle{plain}
\begin{thebibliography}{1}
\bibitem{Reference 1}Details about Reference 1
\bibitem{Reference 2}Details about Reference 2
\end{thebibliography}
It puts the title `References' above it. Does anyone know how to make it omit the title?
Thanks