LaTeX References format in beamer, LaTeX

Click For Summary
SUMMARY

The discussion focuses on formatting references in Beamer presentations using LaTeX, specifically the need to display citations as numbers instead of author names. The user is utilizing the abntex2cite package with a .bib file for bibliography management. The code provided includes the document class declaration and bibliography template settings. To achieve numbered citations, the user must ensure the correct BibTeX style is applied using the \bibliographystyle command.

PREREQUISITES
  • Familiarity with LaTeX document preparation system
  • Understanding of Beamer class for presentations
  • Knowledge of BibTeX for bibliography management
  • Experience with citation styles and formatting in LaTeX
NEXT STEPS
  • Research the \bibliographystyle command in LaTeX to select appropriate citation styles
  • Explore the abntex2cite package documentation for advanced citation formatting options
  • Learn how to configure .bib files for effective bibliography management
  • Investigate alternative bibliography packages like natbib or biblatex for different citation styles
USEFUL FOR

Researchers, academic presenters, and anyone using LaTeX for creating Beamer presentations who need to format citations and references correctly.

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: 201
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 ·
Replies
1
Views
8K
  • · Replies 8 ·
Replies
8
Views
12K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 11 ·
Replies
11
Views
6K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 5 ·
Replies
5
Views
6K
  • · Replies 7 ·
Replies
7
Views
14K
  • · Replies 1 ·
Replies
1
Views
6K