Skip to content

Instantly share code, notes, and snippets.

@slashinfty
Last active June 29, 2020 14:55
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 slashinfty/a9bfde916971ee0aefa5f7e4677fa35b to your computer and use it in GitHub Desktop.
Save slashinfty/a9bfde916971ee0aefa5f7e4677fa35b to your computer and use it in GitHub Desktop.
\documentclass[t]{beamer}
\usepackage[utf8]{inputenc}
\usecolortheme{seahorse}
\usetheme{Rochester}
\usefonttheme{structuresmallcapsserif}
\beamertemplatenavigationsymbolsempty
\begin{document}
\begin{frame}
\frametitle{Monday\,-\,\today}
\begin{columns}
\column{0.5\textwidth}
\begin{block}{Geometry GT}
Excellent! Hey, this
\end{block}
\column{0.5\textwidth}
\begin{alertblock}{Advanced Algebra}
worked! Awesome!
Told you it works!
\end{alertblock}
\end{columns}
\end{frame}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment