aboutsummaryrefslogtreecommitdiff
path: root/arabluatex.lua
diff options
context:
space:
mode:
Diffstat (limited to 'arabluatex.lua')
-rw-r--r--arabluatex.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/arabluatex.lua b/arabluatex.lua
index 9e58ede..23ed8a6 100644
--- a/arabluatex.lua
+++ b/arabluatex.lua
@@ -921,7 +921,7 @@ function processtrans(str, mode, rules, scheme)
921 tofile = str 921 tofile = str
922 tooutfile(tofile) 922 tooutfile(tofile)
923 elseif export_utf == "arabverse" then 923 elseif export_utf == "arabverse" then
924 tofile = "\\txarb{"..str.."}" 924 tofile = str
925 tooutfile(tofile) 925 tooutfile(tofile)
926 else 926 else
927 return str 927 return str