Scripts pandoc pour champs-libres. Miroir d'un dépôt CL interne
Go to file
Julien Fastré ec517decdf ajout filtre timesheet 2020-12-07 17:33:52 +01:00
devis improve devis (very old modifications) 2020-10-20 09:44:12 +02:00
fixtures ajout filtre timesheet 2020-12-07 17:33:52 +01:00
README.md ajout filtre timesheet 2020-12-07 17:33:52 +01:00
boxes.lua ajout boxes 2020-11-24 14:44:16 +01:00
format-column.lua documentation et découverte babel french 2020-11-04 22:47:09 +01:00
format-link.lua add useful lua filters 2020-09-18 15:50:44 +02:00
format-quote.lua add useful lua filters 2020-09-18 15:50:44 +02:00
format-semi-column.lua documentation et découverte babel french 2020-11-04 22:47:09 +01:00
include-code.lua add basic include-code.lua script 2020-09-22 22:44:06 +02:00
remove-solutions.lua initial filter for removing solution of exercices 2020-09-20 23:36:27 +02:00
timesheet.lua ajout filtre timesheet 2020-12-07 17:33:52 +01:00

README.md

Pandoc Champs-Libres

Filtres et recommandations pour CL

Metadatas

# 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.

Boxes disponibles:

  • note;
  • tip;
  • warning;
  • caution;
  • important;
  • info (alias pour "note");

Usage:

::: { .tip }
Ceci est un truc (des trucs et astuces)
:::

timesheet.lua

Extrait des timesheets d'un fichier markdown.

Usage:

Markdown associé:


timesheet: /path/to/file.csv

2020-12-15, CL, 1, test

Execution:

pandoc --to markdown --lua-filter timesheet.lua 

Le fichier CSV sera enregistré à la place du fichier /path/to/file.csv