\documentclass[a4paper,12pt,oneside]{report}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=3cm]{geometry}
\include{thesis.preamble}
\usepackage{amsmath}
\usepackage[section]{placeins}
\usepackage[numbers]{natbib}
\usepackage{nomencl}
% the following is useful when we have the old nomencl.sty package
\providecommand{\printnomenclature}{\printglossary}
\providecommand{\makenomenclature}{\makeglossary}
\providecommand{\nomenclature}{\newglossaryentry}
\makenomenclature
\usepackage{hyperref}
\doublespacing
\begin{document}
\title{\LARGE {\bf Cluster of human spiral ganglion neurons: A computational model study of ephaptic coupling effects}\\
\vspace*{4mm}
}
\author{Igor Saburov}
\submitdate{\today}
\normallinespacing
\maketitle
\preface
\input{abstract/abstract}
\input{Zusammenfassung/Zusammenfassung}
\input{acknowledgements/acknowledgements}
\input{nomenclature}
\body
\input{introduction/introduction}
\input{Nervous/Anatomy}
\input{HumanEar/Ear}
\input{Models/Compartment}
\input{Cell_Synch/Cell_Synch}
% body of thesis comes here
\input{conclusion/conclusion}
\appendix
% appendices come here
\addcontentsline{toc}{chapter}{Bibliography}
\bibliographystyle{alpha}
\bibliography{bibliography/bibliography}
\end{document}