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 7c49693..3b552b6 100644
--- a/arabluatex.lua
+++ b/arabluatex.lua
@@ -547,6 +547,7 @@ end
547 547
548function processnovoc(str, rules, scheme) 548function processnovoc(str, rules, scheme)
549 str = "\\arb{".. str.."}" 549 str = "\\arb{".. str.."}"
550 str = processarbnull(str, scheme)
550 str = takeoutcapetc(str) 551 str = takeoutcapetc(str)
551 str = protectarb(str) 552 str = protectarb(str)
552 str = breakcmd(str) 553 str = breakcmd(str)