Skip to content
Snippets Groups Projects
slides.tex 526 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
}

\title{Compiling code and using MPI}
\author{\url{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}