Beamer. Numérotation Beamer : numérotation des parties du plan
Toujours à ma réflexion sur le plan apparaissant dans un diaporama, j'ai trouvé ceci :
\documentclass[french,t]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{kpfonts}
\usepackage{babel}
\usetheme[hideothersubsections]{PaloAlto}
\title{Titre de la présentation}
\subtitle{Sous-titre de la présentation}
\author{Prénom \textsc{Nom}}
\institute{Institut}
\date{Date}
% Table des matières qui apparaît au début de chaque division :
\AtBeginSection{%
\begin{frame}
\frametitle{Plan}
\tableofcontents[sectionstyle=show/shaded,subsectionstyle=hide]
\end{frame}
}
\begin{document}
\begingroup
% Titre centrer dans la page en cas de thème avec barre latérale
\makeatletter
\@ifundefined{beamer@sidebarwidth}{}{\setlength{\hoffset}{-.5\beamer@sidebarwidth}}
\makeatother
\begin{frame}[plain]
\maketitle
\end{frame}
\endgroup
\begin{frame}
\frametitle{Plan}
\tableofcontents
\end{frame}
\section{Section 1}
\subsection{Subsection 1}
\begin{frame}
\frametitle{Titre}
\framesubtitle{Sous-titre}
\end{frame}
\begin{frame}
\frametitle{Titre blabla}
Blablabla
\end{frame}
\subsection{Subsection 2}
\begin{frame}
\frametitle{Titre blibli}
Bliblibli
\end{frame}
\section{Section 2}
\subsection{Subsection 2}
\begin{frame}
\frametitle{Titre blabla}
Blablabla
\end{frame}
\subsection{Subsection 2}
\begin{frame}
\frametitle{Titre blibli}
Bliblibli
\end{frame}
\section{Conclusion}
\begin{frame}
\frametitle{Conclusion}
C'est la fin
\end{frame}
\end{document}
Le problème est que je n'arrive pas à changer la numérotation du plan. J'ai ajouté ceci dans le préambule :
\renewcommand{\thesection}{\Alph{section}}
\renewcommand{\thesubsection}{\arabic{subsection}}
\renewcommand{\thesubsubsection}{\alpha{subsubsection}}
Aucun effet. En clair, j'aimerais un plan du ce type :
A. Section
1. Sous-section
a. Sous-sous-section