From 268a71079a633ff5f3c336a5ca7fc08208400a3e Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 31 Aug 2017 22:46:07 +0200 Subject: [PATCH] Change subsections numbering style in ToC. --- Akatsuki/beamerinnerthemeAkatsuki.sty | 30 +++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/Akatsuki/beamerinnerthemeAkatsuki.sty b/Akatsuki/beamerinnerthemeAkatsuki.sty index 0f95abb..4ad46e7 100644 --- a/Akatsuki/beamerinnerthemeAkatsuki.sty +++ b/Akatsuki/beamerinnerthemeAkatsuki.sty @@ -1,6 +1,11 @@ \mode -% Background of frames +% +% +% Frames backgrounds +% +% + \setbeamertemplate{background}{ \begin{tikzpicture} \useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight); @@ -13,7 +18,14 @@ \end{tikzpicture} } -% Title page of frames + + +% +% +% Title page frame +% +% + \defbeamertemplate*{title page}{Akatsuki}[1][] { \vskip6cm% @@ -31,6 +43,16 @@ \vfill } -% Items in frames + + +% +% +% Item symbol in frames +% +% + +% All frames \setbeamertemplate{items}[bullets] -\setbeamertemplate{sections/subsections in toc}[bullets] + +% in ToC +\setbeamertemplate{subsection in toc}[subsections numbered arabic]