LaTeX References format in beamer, LaTeX

AI Thread Summary
The discussion centers around formatting citations in a Beamer presentation using LaTeX, specifically the desire to display references as numbers rather than author names. The user has provided their code setup, which includes the use of the abntex2cite package for bibliography management. The current output shows author names instead of numeric citations. A key point raised is the need to check the BibTeX commands in the LaTeX file, particularly the \bibliographystyle command, to ensure proper formatting. The user is seeking guidance on how to adjust their code to achieve the desired numeric citation style.
binbagsss
Messages
1,291
Reaction score
12
When I am citing references in beamer they are coming out as listing the author, I just want it to give a number instead. This is the code I am using, and, this is how my references and the citation are currently displaying. Many thanks in advance !

Relevant code in the document for bibliography formatting:

%--------------------------------------------%

\documentclass[handout,t]{beamer}

\setbeamertemplate{bibliography item}{\insertbiblabel}

\usepackage[alf]{abntex2cite}
\usepackage[portuges]{babel}

\usepackage[utf8]{inputenc}
\begin{frame}
\bibliography{document}
\end{frame}I am using a .bib sep file for the bibliogrpahy and it is inserted as:

@book{durst2008fluid,
title={Fluid mechanics: an introduction to the theory of fluid flows},
author={Durst, Franz},
year={2008},
publisher={Springer Science \& Business Media}
}

durst2.png
[1]: https://i.stack.imgur.com/1QP9c.png
[2]: https://i.stack.imgur.com/8ERfV.png
 

Attachments

  • durst.png
    durst.png
    7 KB · Views: 188
Physics news on Phys.org
If you are using a .bib file, you must be using BibTeX. What are the BibTeX commands in the LaTeX file (in particular \blibliographystyle)?
 

Similar threads

Replies
1
Views
8K
Replies
8
Views
12K
Replies
1
Views
4K
Replies
1
Views
3K
Replies
4
Views
3K
Replies
5
Views
5K
Replies
1
Views
6K
Back
Top