Created
June 18, 2022 11:24
-
-
Save Zhenlin-Xu/7a8eea5065f91f1e5ddc00ce684d662b to your computer and use it in GitHub Desktop.
Minimal Beamer Code
This file contains 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{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