define a command to patch \beamer@sectionintoc command
to set a new height separating item in toc list
This commit is contained in:
parent
2b25bb5a85
commit
85cdca3a5f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user