You are on page 1of 1

\documentclass{beamer}

\usetheme{AnnArbor}
\usecolortheme{crane}
\title[Beamer]{How to make “outline” frame in Beamer?}
\author[AKB]{Dr. Amit Kumar Barnwal}
\logo{\includegraphics[width=1.5cm, height=1cm]{logo_MMMUT}}
\date{16/11/2022}
\setbeamertemplate{background canvas}[vertical
shading][bottom=yellow!10,top=red!20]
\begin{document}
\begin{frame}[plain]
\titlepage
\begin{center}
\includegraphics[width=2.88cm,height=2.20cm]{logo_MMMUT}\\
Refresher Course\\on\\Mathematics and its applications
\end{center}
\end{frame}
% Outline frame
\begin{frame}{Outline}
\tableofcontents
\end{frame}
\section{Problem statement}
\begin{frame}
fjhfjghfdjl
\end{frame}
\section{Existing results}
\subsection{Method 1}
\subsection{Method 2}
\subsection{Method 3}
\section{Comparative study}
\begin{frame}
content...
\end{frame}
\section*{References}
\begin{frame}
% to enforce entries in the table of contents
\end{frame}
\end{document}

You might also like