I'm using the
{thebibliography}
environment to create a list of all cited book. One thing I noticed is that whenever I create a new section and cite a book, there will be the section number in the bibliography at the end of the cited book. For example:
Code: Select all
\subsection{section5}\label{sec:section5} % has number 2.5.1
some text here \cite{book1}...
\begin{thebibliography}{x}
\bibitem{book1} author, title, year.
\end{thebibliography}
how can I disable this?
thanks!
inspire