From 89ead677219d8f84a668f460c959c208b2981ce1 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 29 May 2023 19:23:16 +0200 Subject: [PATCH] add examples --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e82a406..b10e25f 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,22 @@ Dans le fichier `.tex` : \usepackage[option]{projektor} ``` -Options disponible : +Options disponibles : - `code` : utilisation de `minted` - `fr` : utilisation de `babel` - `dark` : thème sombre + +## Exemples + +### Normal + +| Titre | Nom de Section | +| :----------------------------------: | :----------------------------------: | +| ![](https://i.imgur.com/KQDp3qT.png) | ![](https://i.imgur.com/eDNf1nu.png) | + +### Sombre + +| Titre | Nom de Section | +| :----------------------------------: | :----------------------------------: | +| ![](https://i.imgur.com/URg5eUM.png) | ![](https://i.imgur.com/pYpoLF8.png) |