diff options
-rw-r--r-- | arabluatex.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arabluatex.lua b/arabluatex.lua index 4db23a2..f5854f4 100644 --- a/arabluatex.lua +++ b/arabluatex.lua | |||
@@ -833,7 +833,9 @@ function al_closestream() | |||
833 | if string.find(t, "\\begin%s?{document}.-\\arb%s?[%[%{]") or | 833 | if string.find(t, "\\begin%s?{document}.-\\arb%s?[%[%{]") or |
834 | string.find(t, "\\begin%s?{document}.-\\[Uu]c%s?%b{}") | 834 | string.find(t, "\\begin%s?{document}.-\\[Uu]c%s?%b{}") |
835 | then | 835 | then |
836 | 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}}]]) | 836 | tex.print([[\unexpanded{\PackageWarningNoLine{arabluatex}{There are still 'arabtex' strings |
837 | to be converted. Please open ]] .. tex.jobname .. utffilesuffix .. ".tex" .. | ||
838 | [[ and compile it one more time}}]]) | ||
837 | else end | 839 | else end |
838 | t = t.."\n\\end{document}" | 840 | t = t.."\n\\end{document}" |
839 | io.write(t) | 841 | io.write(t) |