From 0465f18d72e31f169a9836ce51238be1789114f7 Mon Sep 17 00:00:00 2001 From: Lukas Pietzschmann Date: Fri, 12 Apr 2024 09:45:22 +0200 Subject: [PATCH] No trailing dot in title numbering --- beamerthemeawesome.sty | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/beamerthemeawesome.sty b/beamerthemeawesome.sty index 628a0f9..95bd3f3 100644 --- a/beamerthemeawesome.sty +++ b/beamerthemeawesome.sty @@ -300,15 +300,15 @@ \setbeamertemplate{frametitle}{% \vspace{1em}\ifawesome@nonumbersinframetitle\ifbool{wideframe}{\hspace{-\awesome@sidebarwidth}}{}\else\hspace{-\awesome@sidebarwidth}\begin{beamercolorbox}[wd=\awesome@sidebarwidth]{frametitle}% \ifx\insertsection\empty\else% - \color{accent}\thesection.% + \color{accent}\thesection% \ifx\insertsubsection\empty% \ifnum\framespersection>1% - \color{black!25!white}\scalebox{.7}{\theframesinsection}% + .\color{black!25!white}\scalebox{.7}{\theframesinsection}% \fi% \else% - \thesubsection.\color{black!25!white}% + .\thesubsection% \ifnum\framespersubsection>1% - \scalebox{.7}{\theframesinsubsection}% + .\color{black!25!white}\scalebox{.7}{\theframesinsubsection}% \fi% \fi% \fi