aboutsummaryrefslogtreecommitdiff
path: root/arabluatex.lua
diff options
context:
space:
mode:
Diffstat (limited to 'arabluatex.lua')
-rw-r--r--arabluatex.lua1
1 files changed, 1 insertions, 0 deletions
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()
870 [[ and compile it one more time}}]]) 870 [[ and compile it one more time}}]])
871 -- 871 --
872 else end 872 else end
873 t = gsub(t, cmd * spce * cmdargs, "%1%3")
873 t = t.."\n\\end{document}" 874 t = t.."\n\\end{document}"
874 io.write(t) 875 io.write(t)
875 o:write(t) 876 o:write(t)