comments
This commit is contained in:
parent
0ad0772c68
commit
b257b67de0
1 changed files with 7 additions and 3 deletions
|
@ -36,10 +36,11 @@
|
||||||
\setbeamercolor{frametitle}{bg=black!92}
|
\setbeamercolor{frametitle}{bg=black!92}
|
||||||
\setbeamercolor*{palette primary}{use=structure,fg=structure.fg}
|
\setbeamercolor*{palette primary}{use=structure,fg=structure.fg}
|
||||||
\else
|
\else
|
||||||
|
% Augmente l'épaisseur de la barre de progression sur les diapos
|
||||||
\setlength{\metropolis@progressinheadfoot@linewidth}{0.8pt}
|
\setlength{\metropolis@progressinheadfoot@linewidth}{0.8pt}
|
||||||
\fi
|
\fi
|
||||||
|
|
||||||
% Footer
|
% Bas de page
|
||||||
\setbeamertemplate{frame footer}{
|
\setbeamertemplate{frame footer}{
|
||||||
\insertsection \hfill\hspace{-4em} \insertshorttitle
|
\insertsection \hfill\hspace{-4em} \insertshorttitle
|
||||||
}
|
}
|
||||||
|
@ -61,5 +62,8 @@
|
||||||
\patchcmd{\beamer@section}{{\the\c@section}{\secname}}{{\the\c@section}{#1}}{}{}
|
\patchcmd{\beamer@section}{{\the\c@section}{\secname}}{{\the\c@section}{#1}}{}{}
|
||||||
\makeatother
|
\makeatother
|
||||||
|
|
||||||
\RequirePackage{multicol} % liste sur plusieurs colonnes
|
% Liste sur plusieurs colonnes
|
||||||
\RequirePackage[figurename=]{caption} % nom des images
|
\RequirePackage{multicol}
|
||||||
|
|
||||||
|
% Pas de préfix pour les figures
|
||||||
|
\RequirePackage[figurename=]{caption}
|
||||||
|
|
Loading…
Reference in a new issue