UniGe beamer template
Author
Edoardo D'Angelo
Last Updated
8 months ago
License
Creative Commons CC BY 4.0
Abstract
An unofficial beamer template for the University of Genova
\documentclass[10pt,xcolor={table,dvipsnames},t]{beamer}
\usetheme{UniGe}
\usepackage{amsmath}
\usepackage{csquotes}
\MakeOuterQuote{"}
\beamertemplatenavigationsymbolsempty
\newcommand{\theauthor}{Pinco Pallino}
\usepackage{appendixnumberbeamer}
\title{UniGe beamer template}
\author{\theauthor}
\institute[]{Università di Genova}
\date[date]{\today \\
A very beautiful conference}
\begin{document}
\frame{\titlepage}
\section{Introduction}
\section{Collaborators}
\begin{frame}{Collaborators}
\begin{center}
\begin{figure}
\includegraphics[scale=0.22]{sample-image.jpg}
\end{figure}
\end{center}
\end{frame}
\section{Outline}
\begin{frame}{Outline}
\textbf{Goal:} A long list
\begin{itemize}
\pause\item What is this list?
\pause\item Introduction
\pause\item Derivation of results
\pause\item Incomprehensible amazing stuff that nobody gets
\pause\item Blue sky
\pause\item Conclusions
\end{itemize}
\pause
Talk based on:
\begin{columns}
\column{0.3\linewidth}
\begin{itemize}\footnotesize
\item Super-cool paper [arXiv:XXXX.XXXXX]
\item An even cooler paper with myself and my incredible collaborators [arXiv:XXXX.XXXX]
\end{itemize}
\column{0.3\linewidth}
\footnotesize
\begin{itemize}
\item Another super-cool paper [arXiv:XXXX.XXXXX]
\item The last one [arXiv:XXXX.XXXXX]
\end{itemize}
\end{columns}
\end{frame}
%
\section{Results}
\begin{frame}{Results}
\textbf{An incredible formula}
\[
e^{i\pi}+1 =0
\]
\end{frame}
\appendix
\begin{frame}{Appendix}
A frame with back-up results that nobody will ask but one never knows
\[
f(x) - f(x_0) = \int_{x_0}^x \frac{\dd f(t)}{\dd t} \dd t
\]
\end{frame}
\end{document}