documentation et découverte babel french

This commit is contained in:
2020-11-04 22:47:09 +01:00
parent 85dba3b1d0
commit 57b1a5e293
3 changed files with 15 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
-- Add a latex insecable space before ";" for words ending with ";"
-- **not necessary** if french babel is loaded
function Str(elem)
if elem.text:sub(-1) == ";" then
return pandoc.RawInline("latex", elem.text:gsub(";", "~;"))