diff options
author | Robert Alessi <alessi@robertalessi.net> | 2018-10-01 14:25:19 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2018-10-01 14:30:25 +0200 |
commit | 1d44a53c55314c698d74fa3fb8403d6ca7f81029 (patch) | |
tree | bb1b2a94e3a2215c815d45cbcfcd25c88965de50 | |
parent | 36a53a9f5909ffa49ac8a20c0819ee643b0a61c1 (diff) | |
download | arabluatex-1d44a53c55314c698d74fa3fb8403d6ca7f81029.tar.gz |
splitted again this long line in arabluatex.lua
-rw-r--r-- | arabluatex.lua | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arabluatex.lua b/arabluatex.lua index 4db23a2..ab92174 100644 --- a/arabluatex.lua +++ b/arabluatex.lua | |||
@@ -832,8 +832,11 @@ function al_closestream() | |||
832 | end) | 832 | end) |
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}{ |
837 | There are still 'arabtex' strings to be converted. | ||
838 | Please open ]] .. tex.jobname .. utffilesuffix .. ".tex" .. | ||
839 | [[ and compile it one more time}}]]) | ||
837 | else end | 840 | else end |
838 | t = t.."\n\\end{document}" | 841 | t = t.."\n\\end{document}" |
839 | io.write(t) | 842 | io.write(t) |