redefine style of numbering in ToC
This commit is contained in:
parent
faf6ae393e
commit
090be8c9e3
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user