Skip to content

Instantly share code, notes, and snippets.

@sukruozan
Last active November 3, 2017 13:35
Show Gist options
  • Save sukruozan/5b749484877dcea5f5dbe41fc2b83833 to your computer and use it in GitHub Desktop.
Save sukruozan/5b749484877dcea5f5dbe41fc2b83833 to your computer and use it in GitHub Desktop.
How to get numbered references in LaTeX Beamer
\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