From e17dab21e4af2a6dbab6dde1edcacd3ebebd22bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Mon, 14 Oct 2019 16:53:16 +0200 Subject: [PATCH] Footer: only slide number --- slides.tex | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/slides.tex b/slides.tex index 2561aef..5523f51 100644 --- a/slides.tex +++ b/slides.tex @@ -36,10 +36,6 @@ \ifthenelse{\theframenumber = 0} {} {\insertframenumber/\inserttotalframenumber}} -\newcommand{\sectionline}{ - \ifthenelse{\thesection = 0} - {} - {\Roman{section}~-- \insertsection}} \newcommand{\cmark}{\color{OliveGreen}\ding{52}} \newcommand{\xmark}{\color{BrickRed}\ding{56}} @@ -59,6 +55,20 @@ sensitive=false, } +\setbeamertemplate{footline} +{ + \leavevmode% + \hbox{% + \hskip0.9\paperwidth + %\begin{beamercolorbox}[wd=.4\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}% + % \usebeamerfont{author in head/foot}\insertshortauthor + %\end{beamercolorbox}% + \begin{beamercolorbox}[center, wd=.1\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}% + \slidecountline{} + \end{beamercolorbox}}% + \vskip0pt% +} + \newcolumntype{b}{X} \newcolumntype{s}{>{\hsize=.43\hsize}X} @@ -67,7 +77,7 @@ {\lstinline[language=C, keepspaces=true, basicstyle=\ttfamily]} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\title[\sectionline] {Reliable and Fast DWARF-based Stack Unwinding} +\title[] {Reliable and Fast DWARF-based Stack Unwinding} \author[\slidecountline]{\textbf{Théophile Bastian}\\ \textbf{Stephen Kell} \\ \textbf{Francesco Zappa Nardelli}}