aboutsummaryrefslogtreecommitdiff
path: root/arabluatex.lua
diff options
context:
space:
mode:
Diffstat (limited to 'arabluatex.lua')
-rw-r--r--arabluatex.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/arabluatex.lua b/arabluatex.lua
index 564e08d..7c49693 100644
--- a/arabluatex.lua
+++ b/arabluatex.lua
@@ -526,6 +526,7 @@ end
526 526
527function processfullvoc(str, rules, scheme) 527function processfullvoc(str, rules, scheme)
528 str = "\\arb{".. str.."}" 528 str = "\\arb{".. str.."}"
529 str = processarbnull(str, scheme)
529 str = takeoutcapetc(str) 530 str = takeoutcapetc(str)
530 str = protectarb(str) 531 str = protectarb(str)
531 str = breakcmd(str) 532 str = breakcmd(str)