From 089cc02bdb5beaadba496072c31fd6974d440cbd Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 22 Aug 2024 23:17:52 +0200 Subject: [PATCH] add bullet to subsection --- README.md | 2 +- projektor.sty | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a2a986..9196dc6 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,4 @@ Commandes disponibles : | Diapositive | Titre de la partie 1 | Titre de la sous-partie 2 | | :----------------------------------: | :----------------------------------: | :----------------------------------: | -| ![](https://i.imgur.com/bAdX4mG.png) | ![](https://i.imgur.com/Qx0RT4Q.png) | ![](https://i.imgur.com/bL6BQo3.png) | +| ![](https://i.imgur.com/u3m3Pdf.png) | ![](https://i.imgur.com/vz1EmNm.png) | ![](https://i.imgur.com/nW19k7j.png) | diff --git a/projektor.sty b/projektor.sty index 7bcc019..c5a9694 100644 --- a/projektor.sty +++ b/projektor.sty @@ -103,8 +103,9 @@ \setbeamerfont{page number in head/foot}{size=\tiny} \setbeamercolor{footline}{fg=gray} -% Enumerate au lieu d'itemize +% Enumerate au lieu d'itemize, et itemize les sous sections \setbeamertemplate{section in toc}[sections numbered] +\setbeamertemplate{subsection in toc}{\quad$\bullet$\enspace\inserttocsubsection\par} % Police \RequirePackage{microtype}