Add bibliography to presentation template
This commit is contained in:
parent
0f0ddc2c11
commit
ec405ec8a8
1 changed files with 21 additions and 10 deletions
|
@ -1,17 +1,28 @@
|
||||||
\documentclass[aspectratio=169]{beamer}
|
\documentclass[aspectratio=169]{beamer}
|
||||||
|
|
||||||
\author[A. U. Thor, Foo Bar]{A. U. Thor\\and\\Foo Bar}
|
\usepackage{graphicx}
|
||||||
\title{Fooing a bar}
|
\usepackage[backend=biber,style=alphabetic]{biblatex}
|
||||||
|
\addbibresource{$HOME/me/bibliotheca.bib}
|
||||||
|
|
||||||
\usetheme{Luebeck}
|
\usetheme{Luebeck}
|
||||||
\usecolortheme{beaver}
|
\usecolortheme{beaver}
|
||||||
|
|
||||||
|
\author[A. U. Thor, Foo Bar]{A. U. Thor\\and\\Foo Bar}
|
||||||
|
\title{Fooing a bar}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\begin{frame}
|
\begin{frame}
|
||||||
\maketitle
|
\maketitle
|
||||||
\end{frame}
|
\end{frame}
|
||||||
\begin{frame}
|
|
||||||
\frametitle{This is a cool title}
|
\begin{frame}
|
||||||
\framesubtitle{Not as cool, but still cool, this is a subtitle}
|
\frametitle{This is a cool title}
|
||||||
Hello World!
|
\framesubtitle{Not as cool, but still cool, this is a subtitle}
|
||||||
\end{frame}
|
Lisp can be used to foo a bar \cite{sicp}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}
|
||||||
|
\frametitle{Bibliography}
|
||||||
|
\printbibliography
|
||||||
|
\end{frame}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Loading…
Reference in a new issue