From 626066f1343ede64c1bf95b79c5b4973b94eb356 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Thu, 11 Oct 2018 12:54:46 +0200 Subject: included indnum() into ayah() --- arabluatex.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arabluatex.lua') diff --git a/arabluatex.lua b/arabluatex.lua index 58bc584..09c1acb 100644 --- a/arabluatex.lua +++ b/arabluatex.lua @@ -1162,8 +1162,7 @@ end function ayah(str) if tonumber(str) ~= nil and str.len(str) < 4 then if tex.textdir == "TRT" then --- str = "\\arb[novoc]{"..str.."^^^^06dd}" - str = str.."^^^^06dd" + str = indnum(str).."^^^^06dd" elseif tex.textdir == "TLT" then str = "\\arb[trans]{("..str..")}" end -- cgit v1.2.3