.profile/templates/presentation.tex

29 lines
594 B
TeX
Raw Normal View History

2019-11-27 16:47:40 +00:00
\documentclass[aspectratio=169]{beamer}
2019-11-27 15:18:56 +00:00
\usepackage{graphicx}
\usepackage[backend=biber,style=alphabetic]{biblatex}
\addbibresource{$HOME/me/bibliotheca.bib}
2019-11-27 16:47:40 +00:00
\usetheme{Luebeck}
\usecolortheme{beaver}
2019-11-27 15:18:56 +00:00
\author[A. U. Thor, Foo Bar]{A. U. Thor\\and\\Foo Bar}
\title{Fooing a bar}
2019-11-27 15:18:56 +00:00
\begin{document}
\begin{frame}
\maketitle
\end{frame}
\begin{frame}
\frametitle{This is a cool title}
\framesubtitle{Not as cool, but still cool, this is a subtitle}
Lisp can be used to foo a bar \cite{sicp}
\end{frame}
\begin{frame}
\frametitle{Bibliography}
\printbibliography
\end{frame}
2019-11-27 15:18:56 +00:00
\end{document}