define a command to patch \beamer@sectionintoc command

to set a new height separating item in toc list
This commit is contained in:
Jeff Lance 2016-08-13 17:18:48 +02:00
parent 2b25bb5a85
commit 85cdca3a5f

View File

@ -60,6 +60,13 @@
}
% ToC
% change l'espace vertical entre les sections
\patchcmd{\beamer@sectionintoc}
{\vfill}
{\setlength{\itemsep}{10pt}\vskip\itemsep}
{}
{}
% change le symbole pour lister
\defbeamertemplate{subsection in toc}{bullets}{%
\leavevmode
\parbox[t]{1em}{\textbullet\hfill}%
@ -75,19 +82,6 @@
\setbeamertemplate{section in toc}[sections numbered roman]
\setbeamertemplate{subsection in toc}[bullets]
% sections
% \setbeamertemplate{section}{
% \def\cType{\Roman}
% \cType{section}.%
% \inserttocsection\par
% }
% \renewcommand{\thesection}{
% \def\cType{\Roman}
% \cType{section}.
% }
% \renewcommand{\thesubsection}{\arabic{subsection})}
% mdframed
\pgfdeclarehorizontalshading{partiebkg}{100bp}{
color(0bp)=(white!40);color(100bp)=(black!0)