BibTeX, biblatex and biberBiBTeX and Beamer

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Guillaume Filteau
Posts: 5
Joined: Fri Oct 31, 2008 9:05 am

BiBTeX and Beamer

Post by Guillaume Filteau »

Hello,

Is there a way to make BiBTeX and Beamer work together?

I tried to make my BiBTeX code work in Beamer without luck.

Here is my non-beamer code:

Code: Select all

\documentclass[man]{apa}
\usepackage{apacite}
\usepackage[english]{babel}
\begin{document}
    Cite this: \cite{Piaget1969Psychology}
    \bibliography{Guillaume}
\end{document}
And the code for beamer:

Code: Select all

\documentclass{beamer}
\usepackage{apacite}
\usepackage[english]{babel}
\begin{document}
    \begin{frame}
    Cite this: \cite{Piaget1969Psychology}
    \end{frame}
    \begin{frame}[allowframebreaks]{References}
        \bibliography{Guillaume}
    \end{frame} 
\end{document}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

BiBTeX and Beamer

Post by gmedina »

Hi,
Guillaume Filteau wrote:Is there a way to make BiBTeX and Beamer work together?..
As far as I know, no. At least not as directly as you expect. One possibility is described in the beamer user guide (Section 10.6 Adding a Bibliography).
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply