BibTeX, biblatex and biberOdd Bibliography output

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
jumblejumble34
Posts: 1
Joined: Mon Aug 05, 2013 9:43 pm

Odd Bibliography output

Post by jumblejumble34 »

I am a Windows 7 user using TeXworks. I have created a references.bib file and am making a Beamer presentation with Presentation.tex.

My bibliography output for my presentation is shown in the picture attachment. For some reason, a page icon is showing instead of the numbers of the references next to the bibliography entries even though these numbers show up when cited throughout the presentation. Also, I would like the bibliography entries to show up on one line, not separate lines for author, title, and journal. Below is my code for Presentation.tex:

Code: Select all

\documentclass[9pt,xcolor=table]{beamer}
\usetheme{Darmstadt}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{graphics}
\usepackage{color}

\usepackage[table]{xcolor}
\definecolor{tableShade}{HTML}{F1F5FA}   %iTunes
\definecolor{tableShade2}{HTML}{ECF3FE} %Finder

\title{TITLE}

\begin{document}

%%%PRESENTATION CONTENTS, including citations

\begin{frame}[allowframebreaks] 
\frametitle{References} 
\bibliographystyle{plain}
\bibliography{references}
\end{frame}

\end{document}

%% END CODE
Please let me know if you know what I'm doing wrong. Thank you!
Attachments
bibproblems.png
bibproblems.png (22.62 KiB) Viewed 3198 times
Last edited by Stefan Kottwitz on Tue Aug 06, 2013 9:40 am, edited 1 time in total.

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Odd Bibliography output

Post by localghost »

Read the relevant part of the beamer user guide. Then you will know why this icon appears. And perhaps you will also find some tips on how to change that.


Best regards and welcome to the board
Thorsten
Post Reply