Skip to content

Instantly share code, notes, and snippets.

@alexpacini
Created October 12, 2012 16:00
Show Gist options
  • Save alexpacini/3879938 to your computer and use it in GitHub Desktop.
Save alexpacini/3879938 to your computer and use it in GitHub Desktop.
Beamer dissertation template
\documentclass{beamer}
\usetheme{Warsaw}
\setbeamertemplate{navigation symbols}{}
\usepackage[utf8]{inputenc}
\institute[]{\sc YOUR INSTITUTE \vspace{5pt} \\ Institute \\ Place}
\usepackage[italian]{babel}
%\usepackage[english]{babel}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{mathrsfs}
\usepackage{microtype}
\title{Here your title}
\subtitle[]{}
\author[Your Name \hspace{0.1\textwidth} \insertframenumber\,/\,\inserttotalframenumber]{ Your Name \\ \texttt{email}
\\ \vspace{10pt} \small{Supervisor: Name \\Co-Supervisor: Name}
}
\date{XX/XX/XXXX}
\begin{document}
\begin{frame}[plain]
\maketitle
\end{frame}
\begin{frame}
\frametitle{Overview}
\begin{itemize}
\item An item
\item Another item
\end{itemize}
\end{frame}
\begin{frame}[plain]
\begin{center}
\Huge Thank you for the attention!
\vfill
\Large Your Name
\end{center}
\end{frame}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment