Footer: only slide number
This commit is contained in:
parent
2f4d546b20
commit
e17dab21e4
1 changed files with 15 additions and 5 deletions
20
slides.tex
20
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}}
|
||||
|
|
Loading…
Reference in a new issue