Referencesin.tex
\documentclass[11pt]{article}
\usepackage{cite}
\begin{document}
\title{References in}
\author{You}
\date{Today}
\maketitle
To be or not to be ~\cite{Shake1600}.
\bibliography{biblio}{}
\bibliographystyle{plain}
\end{document}