aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_novoc.lua
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2018-06-24 14:28:17 +0200
committerRobert Alessi <alessi@robertalessi.net>2018-06-24 14:28:17 +0200
commit0b00f31b9fa532d59570d8b102dac98ef1ce4338 (patch)
tree8beca5a9a2d349fb9c157e3c6c975d2893cba657 /arabluatex_novoc.lua
parentd22e1775cf9b7613141aedd9b6f9d717fe593c98 (diff)
downloadarabluatex-0b00f31b9fa532d59570d8b102dac98ef1ce4338.tar.gz
additional rules for putting back on ʾalif al-waṣl with \arbnull{}
Diffstat (limited to 'arabluatex_novoc.lua')
-rw-r--r--arabluatex_novoc.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/arabluatex_novoc.lua b/arabluatex_novoc.lua
index cc29371..95a19ef 100644
--- a/arabluatex_novoc.lua
+++ b/arabluatex_novoc.lua
@@ -66,6 +66,8 @@ tanwinnv = {
66 {a="([اآ])(ء)%-?(aN)", b="%1%2"}, --new 66 {a="([اآ])(ء)%-?(aN)", b="%1%2"}, --new
67 {a="([^TA])%-?(aN)", b="%1ا"}, 67 {a="([^TA])%-?(aN)", b="%1ا"},
68 {a="%-?(iNI?)", b=""}, 68 {a="%-?(iNI?)", b=""},
69 -- ʾalif al-waṣl: put it back on with \arbnull
70 {a="(O[%S]-)([%'a]l%-)(O)(\"?[uai])", b="%4"},
69 -- initial straight double quote gives a connective ʾalif. This has 71 -- initial straight double quote gives a connective ʾalif. This has
70 -- nothing to do with the tanwīn, but I put it here for time being. 72 -- nothing to do with the tanwīn, but I put it here for time being.
71 {a="^\"", b="ٱ"}, 73 {a="^\"", b="ٱ"},