diff --git a/cours/cours_beamer.cls b/cours/cours_beamer.cls index 93feaf7..4e58848 100644 --- a/cours/cours_beamer.cls +++ b/cours/cours_beamer.cls @@ -52,11 +52,29 @@ \setbeamertemplate{itemize item}[triangle] \setbeamertemplate{itemize subitem}[circle] +% navigation \setbeamertemplate{navigation symbols}{% \insertframenavigationsymbol \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 % \setbeamertemplate{section}{ % \def\cType{\Roman}