Skip to content

Instantly share code, notes, and snippets.

@colematt
Created August 8, 2023 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colematt/eb123dc342b9290643ee43676835b492 to your computer and use it in GitHub Desktop.
Save colematt/eb123dc342b9290643ee43676835b492 to your computer and use it in GitHub Desktop.
[Creating Beamer Bibliographies] #latex #beamer
\documentclass{beamer}
\begin{document}
\begin{frame}
\begin{thebibliography}{9}
\setbeamertemplate{bibliography item}[online]
\bibitem{A} ItemA
\setbeamertemplate{bibliography item}[book]
\bibitem{B} ItemB
\setbeamertemplate{bibliography item}[article]
\bibitem{C} ItemC
\setbeamertemplate{bibliography item}[triangle]
\bibitem{D} ItemD
\setbeamertemplate{bibliography item}[text]
\bibitem{E} ItemE
\end{thebibliography}
\end{frame}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment