BibTeX, biblatex and biberReferences in Presentation

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
ys_g
Posts: 3
Joined: Tue May 14, 2013 9:45 pm

References in Presentation

Post by ys_g »

Hi,

my preamble in my beamer presentation is this.

Code: Select all

\usepackage[english]{babel}
\definecolor{blau}{rgb}{0,0.1,0.5}
\usetheme{Darmstadt}
\usecolortheme[named=blau]{structure}
\setbeamercovered{transparent}
\usepackage{listings}
\usepackage{color}
\usepackage{nomencl}
\usepackage{url}
\usepackage[latin9]{inputenc}
\setbeamercovered{dynamic}
\usepackage{graphicx}
\setbeamertemplate{footline}[frame number]
I use the following code for splitting my references into two slides, but it is not shown in my pdf-slides:

Code: Select all

\begin{frame}[allowframebreaks]
\tiny
\bibliographystyle{abbrvnat}
\bibliography{References.bib}
\end{frame}
Has someone an idea why it doesn't work?
Thank you!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

References in Presentation

Post by Johannes_B »

Well, there could be many reasons, you did not post a Infominimal working example (MWE). If we have a MWE to test, it is always easier for us to help you.

In your case, you never told LaTeX to \printbibliography.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply