When I try to cite references from my bibliography, they get a 'warning' of being undefined when I print the PDF the citations are there but only with the name of the bibitem and not the number.
\documentclass[12pt]{article}
\textheight 650pt
\textwidth 6in
\voffset -1cm
\hoffset -0.75cm
\input epsf
\def\figin{\epsfcheck\figin}\def\figins{\epsfcheck\figins}
\def\epsfcheck{\ifx\epsfbox\UnDeFiNeD
\message{(NO epsf.tex, FIGURES WILL BE IGNORED)}
\gdef\figin##1{\vskip2in}\gdef\figins##1{\hskip.5in}% blank space instead
\else\message{(FIGURES WILL BE INCLUDED)}%
\gdef\figin##1{##1}\gdef\figins##1{##1}\fi}
\def\figinsert{}
\def\ifig#1#2#3{\xdef#1{fig.~\the\figno}
\writedef{#1\leftbracket fig.\noexpand~\the\figno}%
\figinsert\figin{\centerline{#3}}\medskip\centerline{\vbox{\baselineskip12pt
\advance\hsize by -1truein\center\footnotesize{ Fig.~\the\figno.} #2}}
\bigskip\endinsert\global\advance\figno by1}
\def\footnotefont{}\def\endinsert{}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[nottoc]{tocbibind}
\usepackage{csquotes}
\usepackage[backend=biber]{biblatex}
\usepackage{amsmath}
\usepackage{slashed}
\usepackage{graphicx}
\usepackage{caption}
\begin{document}
Nambu and Jona-Lasinio's paper was motivated by an analogy between fermions and quasi-particle excitations in Superconductivity. The theory of
Superconductivity was written down by Bardeen, Cooper and Schrieffer (BCS) \cite{BCS} and then by Bogoliubov, \cite{Bogoliubov}.
\begin{thebibliography}{9}
\bibitem{BCS}
J. Bardeen, L. N. Cooper, and J. R. Schrieffer.
\textit{Theory of Superconductivity}.
Physical Review 106,162 (1957)
\bibitem{Bogoliubov}
N.N.Bogoliubov, V. V. Tolmachev and D. V. Shirkov.
\textit{A New Method in the Theory of Superconductivity}.
Aacademy of Sciences of U.S.S.R., Moscow, (1958)
\end{thebibliography}
\end{document}
\input epsfin 2016? Thegraphicspackage was issued in 1994 andgraphicxin 1995. – egreg Apr 20 '16 at 10:49biblatexif you type in the bibliography by hand? – egreg Apr 20 '16 at 10:51