tech:creer_une_presentation_type_slides
Table des matières
Créer une présentation type slides
Voir aussi :
- Liste d'outils : https://gist.github.com/johnloy/27dd124ad40e210e91c70dd1c24ac8c8
Présentation type slides
Marp
Voir :
Exemple : https://forge.apps.education.fr/eyssette/marp-slides/
En ligne :
Install
npm i @marp-team/marp-cli
Usage
marp -w -p -I .
marp plan.md --pptx --pptx-editable
Config
.marprc.yml
#allowLocalFiles: true options: looseYAML: false markdown: breaks: false author: Auteur #pdf: true theme: default #style: | # section { # background-color: #ccc; # } #paginate: true # https://git.nicco.io/cupcakearmy/marp-template/src/commit/ae39d54269bb868d151b45f70be40ad0b7cf0e3b/theme.css theme: ./theme.css
Diapos
--- title: Titre description: Description #author: Auteur keywords: kw1,kw2 #url: https://marp.app/ #image: https://marp.app/og-image.jpg --- # Titre diapo 1 * Point 1 * Point 2 * Point 3 --- # Titre diapo 2 --- # Titre diapo 3
Themes
theming
Our core engine has 3 built-in themes called default, gaia, and uncover.
https://github.com/marp-team/marp-core/tree/main/themes/
https://rnd195.github.io/marp-community-themes/ beam <!-- _class: title --> needs to be specified for the first slide border uncover (pas terrible) academic (marche pas sur demo.marpeditor.com) graph_paper rose-pine rose-pine-moon gaia class: - invert # - lead <!-- _class: invert --> <!-- _class: tinytext -->
Autres
Présentation Web
tech/creer_une_presentation_type_slides.txt · Dernière modification : de Jean-Baptiste
