\documentclass[10pt]{beamer} \usepackage{appendixnumberbeamer} \usepackage{booktabs} \usepackage[scale=2]{ccicons} \usepackage{pgfplots} \usepgfplotslibrary{dateplot} \usepackage{xspace} %\usepackage{graphicx} \usepackage{scalerel} % == General Beamer Settings == \usetheme{metropolis} % == Presentation Settings == \def\thumbsup{\scalerel*{\includegraphics{res/up.png}}{O}} \def\thumbsdown{\scalerel*{\includegraphics{res/down.png}}{O}} \subject{Upper Bounds} \title[Upper Bounds]{Treewidth computations I. Upper bounds} \subtitle{Hans L. Bodlaender, Arie M.C.A Koster} \author{Armin Friedl} \date{\today} \begin{document} \maketitle \begin{frame}{Table of contents} \setbeamertemplate{section in toc}[sections numbered] \tableofcontents[hideallsubsections] \end{frame} \section{Motivation} \input{inputs/motivation} \section{Elimination Ordering Methods} \input{inputs/elimination} \begin{frame}{Table of contents} \setbeamertemplate{section in toc}[sections numbered] \setbeamertemplate{subsection in toc}[square] \tableofcontents[sections={2}] \end{frame} \subsection{Idea} \subsection{Test1} \subsection{Test2} \section{Separator Methods} \section{Results} \begin{frame}[allowframebreaks]{References} \nocite{bodlaender2010} \bibliography{upperbounds} \bibliographystyle{abbrv} \end{frame} \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: