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 294e75f..564e08d 100644
--- a/arabluatex.lua
+++ b/arabluatex.lua
@@ -507,6 +507,7 @@ end
507 507
508function processvoc(str, rules, scheme) 508function processvoc(str, rules, scheme)
509 str = "\\arb{".. str.."}" 509 str = "\\arb{".. str.."}"
510 str = processarbnull(str, scheme)
510 str = takeoutcapetc(str) 511 str = takeoutcapetc(str)
511 str = protectarb(str) 512 str = protectarb(str)
512 str = breakcmd(str) 513 str = breakcmd(str)