Last active
July 24, 2019 10:12
-
-
Save sawa2d2/e8488de937428251c569547a5fd42aaa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \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