Skip to content

Instantly share code, notes, and snippets.

@sukruozan
Created February 5, 2023 10:20
Show Gist options
  • Save sukruozan/d99cbfd27fe1a86c6026a05fcce6f0aa to your computer and use it in GitHub Desktop.
Save sukruozan/d99cbfd27fe1a86c6026a05fcce6f0aa to your computer and use it in GitHub Desktop.
When preparing a presentation in Latex using the Beamer document class, standard usage replaces page numbers with their own icons in the reference page. To display classic numbered references instead, if we want, we can see that the problem is solved by writing the relevant slide in the following way. I have shown the added line to the standard …
\begin{frame}[allowframebreaks]{Bibliography}
\setbeamertemplate{bibliography item}[text]
\bibliographystyle{IEEEbib}
\bibliography{Bibliography}
\end{frame}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment