vote up 1 vote down star

By default, using \cite in the Beamer class of LaTeX places the actual citation information at the end of the presentation on a separate slide containing the bibliography. How does one get the citation information, instead, on the same slide as the citation (the expected, courteous practice for most presentations)?

flag

2 Answers

vote up 2 vote down check

If you use the biblatex package, you can insert a complete bibliographic entry with the \fullcite command.

Unfortunately biblatex is not yet installed by default in TeX Live/MiKTeX because the author wants it to be completely stable before it sees widespread use. However, it's already very very useable (I've been using it for a couple of years) and I wouldn't hesitate recommending to install and use it.

link|flag
I'll give this a look. Thanks, Will. – gotgenes Oct 2 at 19:55
vote up 2 vote down

I have used the bibentry style for this (part of natbib), which just allows you to write \bibentry{key} which directly expands to the full bibliographic entry.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.