Skip to content

Instantly share code, notes, and snippets.

@Zhenlin-Xu
Created June 18, 2022 11:24
Show Gist options
  • Save Zhenlin-Xu/7a8eea5065f91f1e5ddc00ce684d662b to your computer and use it in GitHub Desktop.
Save Zhenlin-Xu/7a8eea5065f91f1e5ddc00ce684d662b to your computer and use it in GitHub Desktop.
Minimal Beamer Code
\documentclass{beamer}
\usetheme{Madrid}
\title{A quick \LaTeX \space notebook}
\subtitle{For papers and beamers}
\author{Gavin XU}
\institute{Delft University of Technology}
\date{\today}
\begin{document}
\maketitle
\begin{frame}
Come on!
\end{frame}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment