References format in beamer, LaTeX

In summary, the speaker is having trouble with citing references in beamer and wants to change the author listing to a number. They provide relevant code for bibliography formatting and mention using a .bib file. They also mention using BibTeX and ask for the BibTeX commands in the LaTeX file.
  • #1
binbagsss
1,326
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: 164
Physics news on Phys.org
  • #2
If you are using a .bib file, you must be using BibTeX. What are the BibTeX commands in the LaTeX file (in particular \blibliographystyle)?
 
  • Informative
Likes berkeman

Similar threads

Replies
1
Views
8K
Replies
8
Views
11K
Replies
1
Views
3K
Replies
11
Views
5K
Replies
1
Views
2K
Replies
4
Views
2K
Replies
5
Views
4K
Replies
7
Views
11K
Replies
1
Views
5K
Back
Top