BeamerTheme/bar169.tex
2024-01-14 16:26:48 +08:00

28 lines
738 B
TeX

\documentclass[aspectratio=169]{beamer}
\usepackage[english]{babel}
\usepackage{fancyhdr} % header footer
\usepackage{graphicx} % figure
\usepackage{booktabs}
\usepackage{xcolor}
\usepackage{bookmark}
\usepackage{hyperref}
\usepackage{graphicx} % Allows including images
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
\usepackage{tikz}
\usepackage[ruled,linesnumbered]{algorithm2e}
\usepackage{adjustbox}
\author{Yu Cong}
\title{Reachability and Büchi games}
\date{\today}
% \AtBeginSection[]{
% \frame{\frametitle{Outline}\tableofcontents[currentsection,
% subsectionstyle=show/show/shaded]}
% }
\usetheme{Bar169}
\begin{document}
\input{content.tex}
\end{document}