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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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