From d55abd06d1ec6bae1293d465e8878dbfdc8e8410 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Fri, 17 Aug 2018 10:06:03 +0200 Subject: removed unnecessary \txarb from exported \bayt --- arabluatex.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arabluatex.lua') diff --git a/arabluatex.lua b/arabluatex.lua index 3bb9211..67c6cec 100644 --- a/arabluatex.lua +++ b/arabluatex.lua @@ -805,7 +805,7 @@ function processvoc(str, rules, scheme) tofile = "\\txarb{"..str.."}" tooutfile(tofile) elseif export_utf == "arabverse" then - tofile = "\\txarb{"..str.."}" + tofile = str tooutfile(tofile) return str else @@ -836,7 +836,7 @@ function processfullvoc(str, rules, scheme) tofile = "\\txarb{"..str.."}" tooutfile(tofile) elseif export_utf == "arabverse" then - tofile = "\\txarb{"..str.."}" + tofile = str tooutfile(tofile) return str else @@ -865,7 +865,7 @@ function processnovoc(str, rules, scheme) tofile = "\\txarb{"..str.."}" tooutfile(tofile) elseif export_utf == "arabverse" then - tofile = "\\txarb{"..str.."}" + tofile = str tooutfile(tofile) return str else -- cgit v1.2.3