aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_voc.lua
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2016-11-30 17:32:18 +0100
committerRobert Alessi <alessi@robertalessi.net>2016-12-01 10:44:10 +0100
commit07ec135217f9cf9c2cf4117ec5a6d65b8e1a4236 (patch)
tree506d8553ff6e77964f9341f2898f59be185d5c9f /arabluatex_voc.lua
parentce7f9bd4560092f3dfcd1716443bbbfafe1dae6c (diff)
downloadarabluatex-07ec135217f9cf9c2cf4117ec5a6d65b8e1a4236.tar.gz
new option \SetArbDflt* for applying the assimilation rules for these are not applied by default anymore
Diffstat (limited to 'arabluatex_voc.lua')
-rw-r--r--arabluatex_voc.lua9
1 files changed, 5 insertions, 4 deletions
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua
index 8f71e52..ddd8fda 100644
--- a/arabluatex_voc.lua
+++ b/arabluatex_voc.lua
@@ -467,7 +467,10 @@ trigraphs = { -- trigraphs or more
467 -- words ending in -āT with silent wāw/yāʾ 467 -- words ending in -āT with silent wāw/yāʾ
468 {a="(_a)UA", b="%1وا"}, 468 {a="(_a)UA", b="%1وا"},
469 {a="(_a)U", b="%1و"}, 469 {a="(_a)U", b="%1و"},
470 {a="(_a)I", b="%1ي"}, 470 {a="(_a)I", b="%1ي"}
471}
472
473idgham = {
471 -- assimilations 474 -- assimilations
472 {a="(n)(%s)([rlmnwy])", b="%1%2%3%3"} 475 {a="(n)(%s)([rlmnwy])", b="%1%2%3%3"}
473} 476}
@@ -529,9 +532,7 @@ trigraphseasy = { -- differences marked below with 'easy'
529 -- words ending in -āT with silent wāw/yāʾ 532 -- words ending in -āT with silent wāw/yāʾ
530 {a="(_a)UA", b="%1وا"}, 533 {a="(_a)UA", b="%1وا"},
531 {a="(_a)U", b="%1و"}, 534 {a="(_a)U", b="%1و"},
532 {a="(_a)I", b="%1ي"}, 535 {a="(_a)I", b="%1ي"}
533 -- assimilations
534--easy {a="(n)(%s)([rlmnwy])", b="%1%2%3%3"}
535} 536}
536 537
537digraphs = { 538digraphs = {