From bf6055c05178e7146ab842e9471b2c3d5a4afd15 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sat, 16 Feb 2019 09:51:46 +0100 Subject: export to utf: remove added space between commands and arguments --- arabluatex.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/arabluatex.lua b/arabluatex.lua index 37e941e..435519c 100644 --- a/arabluatex.lua +++ b/arabluatex.lua @@ -870,6 +870,7 @@ function al_closestream() [[ and compile it one more time}}]]) -- else end + t = gsub(t, cmd * spce * cmdargs, "%1%3") t = t.."\n\\end{document}" io.write(t) o:write(t) -- cgit v1.2.3