diff --git a/bar169.pdf b/bar169.pdf index 5e127c0..801adae 100644 Binary files a/bar169.pdf and b/bar169.pdf differ diff --git a/bar169.tex b/bar169.tex index a207eeb..0509314 100644 --- a/bar169.tex +++ b/bar169.tex @@ -24,5 +24,20 @@ \usetheme{Bar169} \begin{document} + \begingroup + \makeatletter + \setlength{\hoffset}{.5\beamer@sidebarwidth} + \makeatother + + \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} + \endgroup \input{content.tex} \end{document} \ No newline at end of file diff --git a/content.tex b/content.tex index c6ac6dc..2283541 100644 --- a/content.tex +++ b/content.tex @@ -1,14 +1,5 @@ \definecolor{lightblue}{rgb}{0.67,0.87,0.9} -\begin{frame}[plain] - % Print the title page as the first slide - \titlepage -\end{frame} - -\begin{frame}{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} %------------------------------------------------ \section{Motivation \& References} diff --git a/simple.pdf b/simple.pdf index 396a8bd..4a7403a 100644 Binary files a/simple.pdf and b/simple.pdf differ diff --git a/simple.tex b/simple.tex index 8ea6d1a..abd10f7 100644 --- a/simple.tex +++ b/simple.tex @@ -25,5 +25,14 @@ % \useoutertheme{tree} \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{content.tex} \end{document} \ No newline at end of file