I am trying to make simple bibliography list. So, for example, I have in text a reference point [1] which needs to appear in the bibliography list automatically.
In the document, I used the following code with \usepackage{hyperref} inserted:
\cite{1}
\begin{thebibliography}{1}
\bibitem{1}
Michel Goossens, Frank Mittelbach, and Alexander Samarin.
\textit{The \LaTeX\ Companion}.
Addison-Wesley, Reading, Massachusetts, 1993.
\end{thebibliography}
So far, I experienced a few problems:
- the Bibliography does not appear in Index.
- the Bibliography page does not appear as a chapter

