redefine style of numbering in ToC

This commit is contained in:
Jeff Lance 2016-08-12 02:37:08 +02:00
parent faf6ae393e
commit 090be8c9e3

View File

@ -52,11 +52,29 @@
\setbeamertemplate{itemize item}[triangle] \setbeamertemplate{itemize item}[triangle]
\setbeamertemplate{itemize subitem}[circle] \setbeamertemplate{itemize subitem}[circle]
% navigation
\setbeamertemplate{navigation symbols}{% \setbeamertemplate{navigation symbols}{%
\insertframenavigationsymbol \insertframenavigationsymbol
\insertsectionnavigationsymbol \insertsectionnavigationsymbol
} }
% ToC
\defbeamertemplate{subsection in toc}{bullets}{%
\leavevmode
\parbox[t]{1em}{\textbullet\hfill}%
\parbox[t]{\dimexpr\textwidth-1em\relax}{\inserttocsubsection}\par
}
\defbeamertemplate{section in toc}{sections numbered roman}{%
\leavevmode%
{\bfseries
\MakeUppercase{\romannumeral\inserttocsectionnumber}.\ %
\inserttocsection\par
}
}
\setbeamertemplate{section in toc}[sections numbered roman]
\setbeamertemplate{subsection in toc}[bullets]
% sections % sections
% \setbeamertemplate{section}{ % \setbeamertemplate{section}{
% \def\cType{\Roman} % \def\cType{\Roman}