From 17e0b49d4a7e28efdffe4f209afdff3f5c580475 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Tue, 15 Nov 2016 11:42:54 +0100 Subject: the Arabic comma did not work after \abraces{} --- arabluatex_voc.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua index 6819952..5dbc59f 100644 --- a/arabluatex_voc.lua +++ b/arabluatex_voc.lua @@ -680,7 +680,11 @@ punctuation = { {a="%+%@%[", b="]"}, {a="%-%@%[", b="["}, {a="%.", b="."}, - {a="([^0-9])%,", b="%1،"}, + -- replaced with the next two rules to make the Arabic comma work + -- after \abraces{} +-- {a="([^0-9])%,", b="%1،"}, + {a="%,", b="،"}, + {a="([%d])%،", b="%1,"}, {a="%?", b="؟"}, {a="%;", b="؛"}, } -- cgit v1.2.3