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!
reftex-default-bibliographyvariable it you use the same bibliography for all your documnets... – Seamus Jul 22 '11 at 10:14bibtexof the.texfile, right? I did it. I need this for a particular project with separatebibfile. – Dror Jul 22 '11 at 11:42