en -> fr
This commit is contained in:
parent
4aea5a2cce
commit
83c4ef616c
1 changed files with 3 additions and 3 deletions
|
@ -32,12 +32,12 @@
|
||||||
block=fill
|
block=fill
|
||||||
]{metropolis}
|
]{metropolis}
|
||||||
|
|
||||||
% Rename ToC
|
% Renomme la table des matières
|
||||||
\AtBeginDocument{
|
\AtBeginDocument{
|
||||||
\renewcommand{\contentsname}{Plan}
|
\renewcommand{\contentsname}{Plan}
|
||||||
}
|
}
|
||||||
|
|
||||||
% Styled ToC on new section
|
% Table des matières comme frame de nouvelle partie
|
||||||
\ifoption@sec
|
\ifoption@sec
|
||||||
\AtBeginSection[]{
|
\AtBeginSection[]{
|
||||||
\begin{frame}[plain, noframenumbering]{\contentsname}
|
\begin{frame}[plain, noframenumbering]{\contentsname}
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
}
|
}
|
||||||
\fi
|
\fi
|
||||||
|
|
||||||
% Styled ToC on new subsection
|
% Table des matières comme frame de nouvelle sous-partie
|
||||||
\ifoption@subsec
|
\ifoption@subsec
|
||||||
\AtBeginSubsection[]{
|
\AtBeginSubsection[]{
|
||||||
\begin{frame}[plain, noframenumbering]{\contentsname}
|
\begin{frame}[plain, noframenumbering]{\contentsname}
|
||||||
|
|
Loading…
Reference in a new issue