diff options
Diffstat (limited to 'arabluatex.lua')
-rw-r--r-- | arabluatex.lua | 2 |
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) |