aboutsummaryrefslogtreecommitdiff
path: root/arabluatex.lua
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2018-10-01 12:39:42 +0200
committerRobert Alessi <alessi@robertalessi.net>2018-10-01 12:39:42 +0200
commit71471d41f59ab197bd5004ab5f177e4d853da84e (patch)
treebfe9a1f39a83c2389877a114a5911ab7112f67f1 /arabluatex.lua
parent36a53a9f5909ffa49ac8a20c0819ee643b0a61c1 (diff)
downloadarabluatex-71471d41f59ab197bd5004ab5f177e4d853da84e.tar.gz
splitted a long line in arabluatex.lua
Diffstat (limited to 'arabluatex.lua')
-rw-r--r--arabluatex.lua4
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)