I'm trying to create my bibliography but unfortunately for a unknowned reason I can't see it.
First of all I call in the preamble
\usepackage[english,italian]{babel}
\usepackage[babel]{csquotes}
\usepackage[style=numeric]{biblatex}
after
\bibliography{bib}
where bib is the file I have created and it is located in the same path of the main file. After I call \cite{} in my document. After I call
\cleardoublepage
%\phantomsection
\addcontentsline{toc}{chapter}{\bibname}
\printbibliography
I compile using TeXworks and MikTeX and I don't get any error but I don't see the bibliography. Why?
\usepackage[style=numeric,backend=bibtex]{biblatex}(if only for the moment) and run your TeXworks routine three times. – lockstep Nov 19 '12 at 0:14