Code: Select all
\documentclass{report}\usepackage{setspace}\doublespacing\begin{document}\chapter{Introduction}A book on hamiltonian circuits is \cite{ref:tutte}.\cleardoublepage\chapter{Graphs}Owens \cite{ref:owens} constructed a non-hamiltonian graph.\renewcommand{\bibname}{References}\def\bibindent{0.5in}\begin{thebibliography}{99\kern\bibindent}\makeatletter\def\@biblabel#1{}\let\old@bibitem\bibitem\def\bibitem#1{\old@bibitem{#1}\leavevmode\kern-\bibindent}\makeatother\bibitem{ref:owens} Owens, P. J. (1981). Non-hamiltonian simple 3-polytopes whose faces are all 5-gons or 7-gons. {\em Discrete Mathematics, 36}, 227-230.\bibitem{ref:tutte} Tutte, W. T. (1946). On hamiltonian circuits. {\em Journal of the London Mathematical Society, 21}, 98-101.\end{thebibliography}\end{document}