Beamer Template

\documentclass{beamer}
\usetheme{metropolis}
\metroset{block=fill}
\usepackage{amsfonts,amsmath,amssymb,amsthm}
\usepackage{pgfplots}
\usepackage{braket,bm}
\usepackage{quantikz,tikz}

\title{Title}
\author{Name}
\institute{University}
\date{Month, Year}

\begin{document}

\begin{frame}
\titlepage
\end{frame}

\begin{frame}{Outline}
\tableofcontents
\end{frame}

\AtBeginSection[]
{
\begin{frame}{Outline}
\tableofcontents[currentsection]
\end{frame}
}

\section{Section 1}

\begin{frame}{Chapter 1}
\begin{block}{Block Title}
Block contents
\end{block}
\end{frame}

\section{Section 2}

\begin{frame}{Chapter 2}

\end{frame}

\end{document}

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *