diff options
Diffstat (limited to 'arabluatex.lua')
-rw-r--r-- | arabluatex.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arabluatex.lua b/arabluatex.lua index 58bc584..09c1acb 100644 --- a/arabluatex.lua +++ b/arabluatex.lua | |||
@@ -1162,8 +1162,7 @@ end | |||
1162 | function ayah(str) | 1162 | function ayah(str) |
1163 | if tonumber(str) ~= nil and str.len(str) < 4 then | 1163 | if tonumber(str) ~= nil and str.len(str) < 4 then |
1164 | if tex.textdir == "TRT" then | 1164 | if tex.textdir == "TRT" then |
1165 | -- str = "\\arb[novoc]{"..str.."^^^^06dd}" | 1165 | str = indnum(str).."^^^^06dd" |
1166 | str = str.."^^^^06dd" | ||
1167 | elseif tex.textdir == "TLT" then | 1166 | elseif tex.textdir == "TLT" then |
1168 | str = "\\arb[trans]{("..str..")}" | 1167 | str = "\\arb[trans]{("..str..")}" |
1169 | end | 1168 | end |