-
Notifications
You must be signed in to change notification settings - Fork 0
/
beamerouterthemebonbon.sty
26 lines (23 loc) · 1.16 KB
/
beamerouterthemebonbon.sty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{beamerouterthemebonbon}[2017/07/30 Bonbon outer theme]
% Used to change the font size.
\RequirePackage{anyfontsize}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Outer template styles. %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setbeamertemplate{navigation symbols}{}
% \setbeamertemplate{footline}[text line]{%
% \ifnum\insertframenumber>1\relax
% \parbox{\linewidth}{\fontsize{4pt}{1pt}\selectfont\vspace{-5em}\usebeamercolor{normal text}\hfill\colorbox{lightash}{\insertshortauthor~$\cdot$~{\insertinstitute}\par}}
% \fi
% }
\setbeamertemplate{footline}[text line]{%
\ifnum\insertframenumber>1\relax
\parbox{\linewidth}{\fontsize{4pt}{1pt}\selectfont\vspace{-5em}\usebeamercolor{normal text}\hfill\insertshortauthor~$\cdot$~{\insertinstitute}\par}
\fi
}
% \setbeamertemplate{footline}[text line]{%
% \ifnum\insertframenumber>1\relax
% \parbox{\linewidth}{\fontsize{4pt}{1pt}\selectfont\vspace{-5em}\usebeamercolor{normal text}\hfill\colorbox{lightash}{\insertshortauthor\par}}
% \fi
% }