Created
July 28, 2017 09:46
-
-
Save zaltoprofen/af043de4c72e8f60cf229762b0e0c2c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\setbeamertemplate{headline}{% | |
\leavevmode% | |
\hbox{% | |
\begin{beamercolorbox}[wd=\paperwidth,ht=2.5ex,dp=1.125ex]{palette quaternary}% | |
\ifx\insertsection\empty\else% | |
\hspace{1em}\insertsection \ifx\insertsubsection\empty\else% | |
\hspace{0.5em}> \insertsubsection% | |
\ifx\insertsubsubsection\empty\else\hspace{0.5em}> \insertsubsubsection\fi% | |
\fi% | |
\fi% | |
\end{beamercolorbox}% | |
}% | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment