Skip to content

Instantly share code, notes, and snippets.

@sawa2d2
Last active July 24, 2019 10:12
Show Gist options
  • Select an option

  • Save sawa2d2/e8488de937428251c569547a5fd42aaa to your computer and use it in GitHub Desktop.

Select an option

Save sawa2d2/e8488de937428251c569547a5fd42aaa to your computer and use it in GitHub Desktop.
\documentclass{beamer}
\usetheme{Antibes}
\title{TITLE}
\subtitle{SUBTITLE}
\author{AUTHOR}
\date[]{May 1, 2019}
\institute{Foobar University}
\begin{document}
\maketitle
\begin{frame}{SLIDE-1-TITLE}
foo
\end{frame}
\begin{frame}{SLIDE-2-TITLE}
bar
\end{frame}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment