sections: insert uppercase section name on slide + shorthand in nav bar

This commit is contained in:
Séverin Lemaignan 2021-03-31 15:43:47 +01:00
parent 6731a9fb11
commit c6b4e3b8e2
1 changed files with 3 additions and 1 deletions

View File

@ -231,6 +231,8 @@
}
\newcommand{\insertSECTION}{%
\MakeUppercase{\insertsection}
%\expandafter\insertsectionaux\insertsection}
%\newcommand{\insertsectionaux}[3]{\MakeUppercase{#3}
}
\if@doSectionPage\@empty
@ -242,7 +244,7 @@
\setbeamertemplate{background}{}
\setbeamercolor{background canvas}{bg=hriWarmGreyDark}
\begin{frame}[plain]
\vfill\usebeamerfont{section title}\textcolor{white}{\rule{\paperwidth}{1pt}\\\insertsectionHEAD}\vfill
\vfill\usebeamerfont{section title}\textcolor{white}{\rule{\paperwidth}{1pt}\\\insertSECTION}\vfill
\end{frame}
\endgroup
}