Skip to content
Snippets Groups Projects
slides.tex 633 B
Newer Older
Ewan Roche's avatar
Ewan Roche committed
\documentclass[20pt, xcolor={usenames,dvipsnames}]{beamer}

\usepackage{alltt}

\usepackage{color}
\usepackage{graphicx}

Ewan Roche's avatar
Ewan Roche committed
\hypersetup{
  pdftitle={Compiling code and using MPI},
  pdfauthor={http://scitas.epfl.ch},
  colorlinks=true,
  urlcolor=blue
}

Ewan Roche's avatar
Ewan Roche committed
\beamertemplatenavigationsymbolsempty

Ewan Roche's avatar
Ewan Roche committed
\setbeamercolor{title}{fg=black}
\setbeamercolor{author}{fg=darkgray}

Ewan Roche's avatar
Ewan Roche committed
\title{Compiling code and using MPI}
Ewan Roche's avatar
Ewan Roche committed
\author{\tt scitas.epfl.ch}
Ewan Roche's avatar
Ewan Roche committed
\date{} 

\defbeamertemplate{itemize item}{hollow circle}{$\circ$}
\setbeamertemplate{itemize item}[hollow circle]
\setbeamercolor{itemize item}{fg=gray}
Ewan Roche's avatar
Ewan Roche committed

\begin{document}
\input{document}
\end{document}