Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

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?

share|improve this question
did you run run biber (or bibtex) and then run latex again? – David Carlisle Nov 19 '12 at 0:07
I'm using \cite{<key>} and I'm running texworks where there is pdflatex+makeindex+bitex – Mazzy Nov 19 '12 at 0:08
1  
Try \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
1  
Delete all auxiliary files and compile three times again. Do you see a bibliography now? – lockstep Nov 19 '12 at 0:17
1  
A full and compilable MWE will help a lot in this case. – hpesoj626 Nov 19 '12 at 0:24
show 9 more comments

closed as too localized by lockstep, Kurt, Harish Kumar, percusse, Martin Schröder Nov 19 '12 at 7:51

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.