# Pandoc Champs-Libres Filtres et recommandations pour CL ## Metadatas ```yaml # Inclut babel-french # le paquet ajoute des espaces insécables, les filtres lua "format semi-column", # "format-column" et " # 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) ::: ```