Historique des modifications [retour]
cliquez ici pour masquer/afficher la révision 6

11 Jan '22, 18:18

samcarter's gravatar image

samcarter
8.6k2817

\documentclass{beamer} \usetheme[progressbar=frametitle]{metropolis} \setbeamertemplate{frame numbering}[fraction] \useoutertheme{metropolis} \useinnertheme{metropolis} %\usefonttheme{Berlin} \usecolortheme{orchid} \setbeamercolor{background canvas}{bg=white} \setbeamertemplate{section in toc}[sections numbered] \setbeamertemplate{subsection in toc}[subsections numbered] \defbeamertemplate{subsubsection in toc}{subsubsections numbered} {\leavevmode\leftskip=3em% \rlap{\hskip-3em\inserttocsectionnumber.\inserttocsubsectionnumber.\inserttocsubsubsectionnumber}% \inserttocsubsubsection\par} \setbeamertemplate{subsubsection in toc}[subsubsections numbered] \makeatletter \setbeamertemplate{section page}{% \centering \begin{minipage}{22em} \raggedright \usebeamercolor[fg]{section title} \usebeamerfont{section title} \thesection~\insertsectionhead\\[-1ex] \usebeamertemplate*{progress bar in section page} \par \ifx\insertsubsectionhead\@empty\else% \usebeamercolor[fg]{subsection title}% \usebeamerfont{subsection title}% \insertsubsectionhead \fi \end{minipage} \par \vspace{\baselineskip} } \makeatother \begin{document} \begin{frame}{Titre} \tableofcontents \end{frame} \section{Rappels} \subsection{Fondements} \begin{frame}{Titre} Bla bla. \end{frame} \subsubsection{Hypoth\`eses} \begin{frame}{Titre} Bla bla. \end{frame} \subsubsection{Causes} \begin{frame}{Titre} Bla bla. \end{frame} \subsection{Implications} \begin{frame}{Titre} Bla bla. \end{frame} \subsection{Critiques} \begin{frame}{Titre} Bla bla. \end{frame} \section{Th\'eorie} \subsection{Plan} \begin{frame}{Titre} Bla bla. \end{frame} \subsection{\'Equilibre} \begin{frame}{Titre} Bla bla. \end{frame} \end{document}\end{document} ![alt text][1] [1]: https://texnique.fr/osqa/upfiles/Screenshot_2022-01-11_at_18.17.35.png
cliquez ici pour masquer/afficher la révision 5

11 Jan '22, 18:17

samcarter's gravatar image

samcarter
8.6k2817

Normalement le theme `Metropolis` utilise `plain` et `noframenumbering` pour les slides où apparaissent les titres des sections. Vous pouvez supprimer ceci : \documentclass{beamer} \usetheme[progressbar=frametitle]{metropolis} \setbeamertemplate{frame numbering}[fraction] %\useoutertheme{metropolis} %\useinnertheme{metropolis} \useoutertheme{metropolis} \useinnertheme{metropolis} %\usefonttheme{Berlin} \usecolortheme{orchid} \setbeamercolor{background canvas}{bg=white} \setbeamertemplate{section in toc}[sections numbered] \setbeamertemplate{subsection in toc}[subsections numbered] \defbeamertemplate{subsubsection in toc}{subsubsections numbered} {\leavevmode\leftskip=3em% \rlap{\hskip-3em\inserttocsectionnumber.\inserttocsubsectionnumber.\inserttocsubsubsectionnumber}% \inserttocsubsubsection\par} \setbeamertemplate{subsubsection in toc}[subsubsections numbered] \makeatletter \AtBeginSection{ \ifbeamer@inframe \sectionpage \else \frame[ % plain, c, % noframenumbering ]{\sectionpage} \setbeamertemplate{section page}{% \centering \begin{minipage}{22em} \raggedright \usebeamercolor[fg]{section title} \usebeamerfont{section title} \thesection~\insertsectionhead\\[-1ex] \usebeamertemplate*{progress bar in section page} \par \ifx\insertsubsectionhead\@empty\else% \usebeamercolor[fg]{subsection title}% \usebeamerfont{subsection title}% \insertsubsectionhead \fi \end{minipage} \par \vspace{\baselineskip} } \makeatother \begin{document} \begin{frame}{Titre} \tableofcontents \end{frame} \section{Rappels} \subsection{Fondements} \begin{frame}{Titre} Bla bla. \end{frame} \subsubsection{Hypoth\`eses} \begin{frame}{Titre} Bla bla. \end{frame} \subsubsection{Causes} \begin{frame}{Titre} Bla bla. \end{frame} \subsection{Implications} \begin{frame}{Titre} Bla bla. \end{frame} \subsection{Critiques} \begin{frame}{Titre} Bla bla. \end{frame} \section{Th\'eorie} \subsection{Plan} \begin{frame}{Titre} Bla bla. \end{frame} \subsection{\'Equilibre} \begin{frame}{Titre} Bla bla. \end{frame} \end{document} ![alt text][1] [1]: https://texnique.fr/osqa/upfiles/Screenshot_2022-01-11_at_10.41.28_m6X5Nym.png\end{document}
cliquez ici pour masquer/afficher la révision 4

11 Jan '22, 10:44

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 3

11 Jan '22, 10:41

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 2

11 Jan '22, 10:41

samcarter's gravatar image

samcarter
8.6k2817

cliquez ici pour masquer/afficher la révision 1

11 Jan '22, 10:40

samcarter's gravatar image

samcarter
8.6k2817

C'est votre première visite ici ? Consultez la FAQ !

×