Skip to content

Instantly share code, notes, and snippets.

@kozross
Created January 28, 2015 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kozross/7766b58a1aac319eba3d to your computer and use it in GitHub Desktop.
Save kozross/7766b58a1aac319eba3d to your computer and use it in GitHub Desktop.
\documentclass[onlymath]{beamer}
\mode<presentation>
{
\usetheme{Antibes}
\usecolortheme{beaver}
\setbeamercovered{transparent}
\setbeamercolor{block body}{bg=gray!10!white}
\setbeamercolor{structure}{fg=darkred}
\usenavigationsymbolstemplate{}
}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage{algorithm, float}
\usepackage[noend]{algpseudocode}
\usepackage{comment}
\usepackage{listings}
\usepackage{pxfonts}
\lstset{
basicstyle=\tiny
}
\renewcommand{\thealgorithm}{}
\title
{Evolutionary game theory}
\subtitle
{Inspiration, theory, applications}
\author
{Koz Ross}
\institute
{University of Auckland}
\date
{\today}
\begin{document}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment