aboutsummaryrefslogtreecommitdiff
path: root/arabluatex.lua
diff options
context:
space:
mode:
Diffstat (limited to 'arabluatex.lua')
-rw-r--r--arabluatex.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/arabluatex.lua b/arabluatex.lua
index f5854f4..34f59e9 100644
--- a/arabluatex.lua
+++ b/arabluatex.lua
@@ -832,10 +832,18 @@ 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<<<<<<< HEAD
836 then
837 tex.print([[\unexpanded{\PackageWarningNoLine{arabluatex}{
838 There are still 'arabtex' strings to be converted.
839 Please open ]] .. tex.jobname .. utffilesuffix .. ".tex" ..
840 [[ and compile it one more time}}]])
841=======
835 then 842 then
836 tex.print([[\unexpanded{\PackageWarningNoLine{arabluatex}{There are still 'arabtex' strings 843 tex.print([[\unexpanded{\PackageWarningNoLine{arabluatex}{There are still 'arabtex' strings
837 to be converted. Please open ]] .. tex.jobname .. utffilesuffix .. ".tex" .. 844 to be converted. Please open ]] .. tex.jobname .. utffilesuffix .. ".tex" ..
838 [[ and compile it one more time}}]]) 845 [[ and compile it one more time}}]])
846>>>>>>> 71471d41f59ab197bd5004ab5f177e4d853da84e
839 else end 847 else end
840 t = t.."\n\\end{document}" 848 t = t.."\n\\end{document}"
841 io.write(t) 849 io.write(t)