LyXReferences in Presentation

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Locked
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 »

Crosspost to another thread on this forum.

Do you really think this is necessary?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
ys_g
Posts: 3
Joined: Tue May 14, 2013 9:45 pm

Re: References in Presentation

Post by ys_g »

I wasn't shure which forum to choose, because both fit.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

References in Presentation

Post by localghost »

Johannes_B wrote:Crosspost to another thread on this forum. […]
Discussion will be continued there. This topic will be removed soon.
Locked