is it possible to generate the bibliography using \begin{thebibliography} without the text "References" inserted.
thanks

NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{article}
\renewcommand\refname{}
\begin{document}
\begin{thebibliography}{9}
\bibitem{one} Bibitem one.
\bibitem{two} Bibitem two.
\end{thebibliography}
\end{document}
Code: Select all
5 References
[1]............
[2]...........
Code: Select all
4.6 References
[1]............
[2]...........
Then why didn't you mention that from the begining? What document class are you using?yostane wrote: ...my objective is to insert the references as a subsection, so I want to have something like this...
Code: Select all
\documentclass[graybox,envcountchap,sectre\tinyfs]{svmono}
NEW: TikZ book now 40% off at Amazon.com for a short time.