Skip to content

Instantly share code, notes, and snippets.

@zaltoprofen
Created July 28, 2017 09:46
Show Gist options
  • Save zaltoprofen/af043de4c72e8f60cf229762b0e0c2c1 to your computer and use it in GitHub Desktop.
Save zaltoprofen/af043de4c72e8f60cf229762b0e0c2c1 to your computer and use it in GitHub Desktop.
\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