mirror of
https://github.com/congyu711/BeamerTheme.git
synced 2025-07-12 08:31:31 +08:00
27 lines
754 B
TeX
27 lines
754 B
TeX
\documentclass{beamer}
|
|
|
|
\author{Yu Cong}
|
|
\title{Reachability and Büchi games}
|
|
\date{\today}
|
|
|
|
% \AtBeginSection[]{
|
|
% \frame{\frametitle{Outline}\tableofcontents[currentsection,
|
|
% subsectionstyle=show/show/shaded]}
|
|
% }
|
|
|
|
\usetheme{Simple}
|
|
% \useoutertheme{tree}
|
|
\DeclareMathOperator{\Reach}{Reach}
|
|
|
|
\begin{document}
|
|
\begin{frame}[plain]
|
|
% Print the title page as the first slide
|
|
\titlepage
|
|
\end{frame}
|
|
|
|
\begin{frame}[plain]{Overview}
|
|
% Throughout your presentation, if you choose to use \section{} and \subsection{} commands, these will automatically be printed on this slide as an overview of your presentation
|
|
\tableofcontents
|
|
\end{frame}
|
|
\input{Büchi Game-content.tex}
|
|
\end{document} |