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 3222 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

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
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