% #########################################
% This file provides a template to use beamer-theme
% for Information Processing Group (IPG) presentations
% author: Stefano Rosati
% email: stefano.rosati@epfl.ch
% École Polytechnique Fédérale de Lausanne, EPFL
% August 2012
% #########################################
\documentclass{beamer}
\usepackage{textpos}
\usepackage{graphicx}
%
%
\usetheme{IPG_style}
%
\author[.@epfl.ch]{ Author Name \\
\'Ecole Polytechnique F\'ed\'erale de Lausanne, Switzerland}
%
\title[Short Title]{Long Title}
%
\begin{document}
%
\setbeamercolor{itemize item}{fg=red}
\frame{\titlepage}
%
\begin{frame}{Outline}
\tableofcontents
\end{frame}
%
\end{document}