[OS X TeX] Beamer Bibliograph problem

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


Thank you for your comments( below). Here is the revision based on your suggestions. The corrected version has the same error.  I am also attaching the bib file (unifiedtest) with the single cited source.

\documentclass{beamer}
%\documentclass{article}
\usepackage[babel]{csquotes}
\usepackage[backend=bibtex,style=alphabetic]{biblatex}
\addbibresource{unifiedtest.bib}
%settings
\mode<presentation>{%set beamer mode
    \usetheme{Warsaw}
}
%document
\begin{document}
%------------------------------------------------------------------------------------------
\begin{frame}
 In frame citation:   \cite{cairns06}
\end{frame}
%------------------------------------------------------------------------------------------
\begin{frame}
    \printbibliography
\end{frame}
%------------------------------------------------------------------------------------------

\end{document}


On Oct 23, 2017, at 11:22 AM, Herbert Schulz <herbs at wideopenwest.com> wrote:

> On Oct 23, 2017, at 10:12 AM, Samuel Harry Cox, Jr. <samcox at gsu.edu> wrote:
>
> The following example has an error in the bibliography list when compiled with TeXShop.  The citation [CBD06] appears correctly in the first frame, but in the frame for the bibliography list it prints a symbol instead of [CBD06]. The same happens if I change the style to numeric.
> The analogous code for article document class rather than beamer works as expected.  I do not know what to do. Any ideas?
>
> 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} ...

Howdy,

No need to copy so many times.

Could you let use have a `unified.bib' file with, at least, that reference for testing purposes. Did you actually process using biber rather than bibtex as required, by default, biblatex? Also, you don't use \bibliography{unified} with biblatex but rather \addbibresource{unified.bib} (also note the extension as part of the argument).

Good Luck,

Herb Schulz
(herbs at wideopenwest dot com)




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/macostex-archives/attachments/20171023/a451e365/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: unifiedtest.bib
Type: application/octet-stream
Size: 3794 bytes
Desc: unifiedtest.bib
URL: <http://tug.org/pipermail/macostex-archives/attachments/20171023/a451e365/attachment-0001.obj>
-------------- 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