* Joeri Witteveen (joeriwitteveen@gmail.com) wrote: |> Since I started using biblatex, hitting alt-esc to choose from a list of available citations in my .bib file stopped working. Is there a way to get this handy shortcut to work with biblatex? |>
I haven't had any problem with it. Here is how the relevant part of my preamble looks:
\usepackage[backend=biber,firstinits=true]{biblatex} \addbibresource{history.bib} \addbibresource{exegesis.bib} \addbibresource{archaeology.bib}
--Gildas