aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_voc.lua
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2016-09-11 12:05:21 +0200
committerRobert Alessi <alessi@robertalessi.net>2016-09-11 12:05:21 +0200
commit8fa26ebbb6128c5cc33a3aa2b75496baa3a831e6 (patch)
tree87fdceeeff188ad443b999b805a5e1353bd9c44f /arabluatex_voc.lua
parent9ff719b4faa59c375244c6c9d974af8f8f4999e4 (diff)
downloadarabluatex-8fa26ebbb6128c5cc33a3aa2b75496baa3a831e6.tar.gz
square and angle brackets in Arabic environments are now supported
Diffstat (limited to 'arabluatex_voc.lua')
-rw-r--r--arabluatex_voc.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua
index e28cd7e..9916f8d 100644
--- a/arabluatex_voc.lua
+++ b/arabluatex_voc.lua
@@ -671,6 +671,14 @@ punctuation = {
671 {a="%)", b="-@("}, 671 {a="%)", b="-@("},
672 {a="%+%@%(", b=")"}, 672 {a="%+%@%(", b=")"},
673 {a="%-%@%(", b="("}, 673 {a="%-%@%(", b="("},
674 {a="%<", b="+@<"},
675 {a="%>", b="-@<"},
676 {a="%+%@%<", b=">"},
677 {a="%-%@%<", b="<"},
678 {a="%[", b="+@["},
679 {a="%]", b="-@["},
680 {a="%+%@%[", b="]"},
681 {a="%-%@%[", b="["},
674 {a="%.", b="."}, 682 {a="%.", b="."},
675 {a="([^0-9])%,", b="%1،"}, 683 {a="([^0-9])%,", b="%1،"},
676 {a="%?", b="؟"}, 684 {a="%?", b="؟"},