From 07ec135217f9cf9c2cf4117ec5a6d65b8e1a4236 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Wed, 30 Nov 2016 17:32:18 +0100 Subject: new option \SetArbDflt* for applying the assimilation rules for these are not applied by default anymore --- arabluatex_voc.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'arabluatex_voc.lua') 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 -- words ending in -āT with silent wāw/yāʾ {a="(_a)UA", b="%1وا"}, {a="(_a)U", b="%1و"}, - {a="(_a)I", b="%1ي"}, + {a="(_a)I", b="%1ي"} +} + +idgham = { -- assimilations {a="(n)(%s)([rlmnwy])", b="%1%2%3%3"} } @@ -529,9 +532,7 @@ trigraphseasy = { -- differences marked below with 'easy' -- words ending in -āT with silent wāw/yāʾ {a="(_a)UA", b="%1وا"}, {a="(_a)U", b="%1و"}, - {a="(_a)I", b="%1ي"}, - -- assimilations ---easy {a="(n)(%s)([rlmnwy])", b="%1%2%3%3"} + {a="(_a)I", b="%1ي"} } digraphs = { -- cgit v1.2.3