ajout boxes

This commit is contained in:
2020-11-24 14:44:16 +01:00
parent 57b1a5e293
commit d2ac214af0
3 changed files with 82 additions and 0 deletions

View File

@@ -11,3 +11,28 @@ Filtres et recommandations pour CL
# voir: http://lesfichesabebert.fr/latex/Fran%C3%A7ais.html
babel-main: french
```
## Filtres
### `boxes.lua`
Ajoute des boxes aux documents latex, en utilisant [awesomebox](https://ctan.org/pkg/awesomebox).
Boxes disponibles:
* note;
* tip;
* warning;
* caution;
* important;
* info (alias pour "note");
Usage:
```
::: { .tip }
Ceci est un truc (des trucs et astuces)
:::
```