aboutsummaryrefslogtreecommitdiff
path: root/arabluatex_voc.lua
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2016-05-18 20:20:46 +0200
committerRobert Alessi <alessi@robertalessi.net>2016-05-18 20:20:46 +0200
commitf84ee7e82d37dac9180f352f29c68bac5c0c742a (patch)
treeb7d60a5de4b77c3f0679b8fb2fdf441c38a97dcf /arabluatex_voc.lua
parent9de240830b64aa93f0d2b66382a48c754afbd639 (diff)
downloadarabluatex-f84ee7e82d37dac9180f352f29c68bac5c0c742a.tar.gz
first implementation of \arbup viz. superscript tanwīn in |dmg| mode
Diffstat (limited to 'arabluatex_voc.lua')
-rw-r--r--arabluatex_voc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua
index 4f5399f..878f351 100644
--- a/arabluatex_voc.lua
+++ b/arabluatex_voc.lua
@@ -267,7 +267,7 @@ tanwin = {
267 {a="(T)(aN)", b="%1ً"}, 267 {a="(T)(aN)", b="%1ً"},
268 {a="(ء)(aN)", b="%1ً"}, 268 {a="(ء)(aN)", b="%1ً"},
269 {a="([^TA])(aN)", b="%1ًا"}, 269 {a="([^TA])(aN)", b="%1ًا"},
270 {a="(iN)", b="ٍ"} 270 {a="(iNI?)", b="ٍ"}
271} 271}
272 272
273tanwineasy = { -- 'easy' requires some lines to be taken out: 273tanwineasy = { -- 'easy' requires some lines to be taken out:
@@ -300,7 +300,7 @@ tanwineasy = { -- 'easy' requires some lines to be taken out:
300 {a="(T)(aN)", b="%1ً"}, 300 {a="(T)(aN)", b="%1ً"},
301 {a="(ء)(aN)", b="%1ً"}, 301 {a="(ء)(aN)", b="%1ً"},
302 {a="([^TA])(aN)", b="%1ًا"}, 302 {a="([^TA])(aN)", b="%1ًا"},
303 {a="(iN)", b="ٍ"} 303 {a="(iNI?)", b="ٍ"}
304} 304}
305 305
306trigraphs = { -- trigraphs or more 306trigraphs = { -- trigraphs or more