aboutsummaryrefslogtreecommitdiff
path: root/arabluatex.lua
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2018-08-25 17:48:07 +0200
committerRobert Alessi <alessi@robertalessi.net>2018-08-25 17:48:07 +0200
commitd6fa410da467eb6c030e89341840e8d16c151d80 (patch)
treee565b901ff33fcb0d153b80f2a2a80396ea47934 /arabluatex.lua
parent9c348b0f9021afebbbdf67351f68d3d1d60697ab (diff)
downloadarabluatex-d6fa410da467eb6c030e89341840e8d16c151d80.tar.gz
done documenting the new features
Diffstat (limited to 'arabluatex.lua')
-rw-r--r--arabluatex.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/arabluatex.lua b/arabluatex.lua
index f717cb4..8fc04d6 100644
--- a/arabluatex.lua
+++ b/arabluatex.lua
@@ -821,7 +821,7 @@ function al_closestream()
821 if string.find(t, "\\begin%s?{document}.-\\arb%s?[%[%{]") or 821 if string.find(t, "\\begin%s?{document}.-\\arb%s?[%[%{]") or
822 string.find(t, "\\begin%s?{document}.-\\[Uu]c%s?%b{}") 822 string.find(t, "\\begin%s?{document}.-\\[Uu]c%s?%b{}")
823 then 823 then
824 tex.print([[\unexpanded{\PackageWarningNoLine{arabluatex}{There are still 'arabtex' strings to be converted. Open ]]..tex.jobname..utffilesuffix..".tex"..[[ and compile it one more time}}]]) 824 tex.print([[\unexpanded{\PackageWarningNoLine{arabluatex}{There are still 'arabtex' strings to be converted. Please open ]]..tex.jobname..utffilesuffix..".tex"..[[ and compile it one more time}}]])
825 else end 825 else end
826 t = t.."\n\\end{document}" 826 t = t.."\n\\end{document}"
827 io.write(t) 827 io.write(t)