From 6c70347e621f120bda282ac25784360877a27179 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Thu, 11 Oct 2018 00:51:56 +0200 Subject: ayah(): removed nested TRT into TRT which was superfluous --- arabluatex.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arabluatex.lua') diff --git a/arabluatex.lua b/arabluatex.lua index 862b8ae..58bc584 100644 --- a/arabluatex.lua +++ b/arabluatex.lua @@ -1162,7 +1162,8 @@ 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 = "\\arb[novoc]{"..str.."^^^^06dd}" + str = str.."^^^^06dd" elseif tex.textdir == "TLT" then str = "\\arb[trans]{("..str..")}" end -- cgit v1.2.3