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?
- JW
* 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
-- Gildas
On Sep 26, 2011, at 11:00, Gildas Hamel gweltaz@ucsc.edu wrote:
- 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
Correction: I use biblatex-chicago, not straight biblatex.