\frametitle can now add a "subsubtitle" to the top right

This commit is contained in:
Lukas Pietzschmann
2023-02-02 13:25:20 +01:00
parent c929fff328
commit 98789598c4
3 changed files with 19 additions and 4 deletions

View File

@@ -132,6 +132,15 @@
\scalebox{0.7}{#1}
}
\let\oldft\frametitle
\renewcommand\frametitle[2][\empty]{
\if{#1}\empty%
\oldft{#2}%
\else%
\oldft{#2\hfill\normalfont\large\color{awesomegray}\raisebox{0.3ex}{#1}}%
\fi
}
\BeforeBeginEnvironment{tabular}{
\renewcommand{\arraystretch}{1.1}
\rowcolors{2}{awesomelightgray}{white}