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 using emacs+AUCTeX+RefTeX and I have a problem with C-c [, namely, it doesn't open a list of matches from my .bib file.

In more details, I have the following in my preamble:

\usepackage[style=alphabetic,sorting=debug]{biblatex}
\bibliography{ref} %ref.bib is my bibtex file

And then, at the end, I have \printbibliography.

I don't even know where to start looking for the solution. Can anyone help me please. Thanks!

share|improve this question
Try closing the file and opening it again. Also try running bibtex on the file. – Seamus Jul 22 '11 at 10:12
You can also set the reftex-default-bibliography variable it you use the same bibliography for all your documnets... – Seamus Jul 22 '11 at 10:14
@Seamus: You mean running bibtex of the .tex file, right? I did it. I need this for a particular project with separate bib file. – Dror Jul 22 '11 at 11:42
Do you get an "no bibliography found" error or does it just not work at all? Are you sure reftex is "on" for that file? – Seamus Jul 22 '11 at 12:00
Also, does the file currently contain any references? Adding one "by hand" and then running bibtex might help... – Seamus Jul 22 '11 at 12:06
show 3 more comments

closed as too localized by lockstep, Caramdir, Martin Scharrer Aug 7 '11 at 21:43

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.