[OS X TeX] Bibliography problem with beamer

Samuel Harry Cox, Jr. samcox at gsu.edu
Mon Oct 23 16:56:17 CEST 2017


This example an error in the bibliography list.  It correctly shows the citation [CBD06] in the first frame, but in the frame for the bibliography list it print a symbol instead of [CBD06]. The same if I change the style to numeric. I use TeXShop. Here is the latex and after my output.

I need some help, please.  Oh, the analogous code for article document class rather than beamer works as expected.

Sam

\documentclass{beamer}
%\documentclass{article}
\usepackage[babel]{csquotes}
\usepackage[style=alphabetic]{biblatex}
%settings 
\mode<presentation>{%set beamer mode
    \usetheme{Warsaw}
}

\bibliography{unified}
%document
\begin{document}
%------------------------------------------------------------------------------------------
\begin{frame}
 In frame citation:   \cite{cairns06}
\end{frame}
%------------------------------------------------------------------------------------------
\begin{frame}
    \printbibliography
\end{frame}
%------------------------------------------------------------------------------------------
\end{document}

-------------- next part --------------
A non-text attachment was scrubbed...
Name: test3.pdf
Type: application/pdf
Size: 35248 bytes
Desc: test3.pdf
URL: <http://tug.org/pipermail/macostex-archives/attachments/20171023/ed2352f3/attachment-0001.pdf>
-------------- next part --------------
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: https://www.esm.psu.edu/~gray/tex/
List Archives: http://dir.gmane.org/gmane.comp.tex.macosx
                https://email.esm.psu.edu/pipermail/macosx-tex/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex


More information about the macostex-archives mailing list