diff options
author | Robert Alessi <alessi@robertalessi.net> | 2016-03-14 15:50:45 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2016-03-14 15:50:45 +0100 |
commit | 01d0809f81a7cf1f21d2774e447174959b9373cf (patch) | |
tree | f19b5b607fb76ecd0870139a67293dcbacbba741 /arabluatex_trans.lua | |
parent | 3a323f1740ab27c06354124b389e1e94d7e2c81b (diff) | |
download | arabluatex-01d0809f81a7cf1f21d2774e447174959b9373cf.tar.gz |
some corrections in the tables as |BaN|; still writing the documentation
Diffstat (limited to 'arabluatex_trans.lua')
-rw-r--r-- | arabluatex_trans.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arabluatex_trans.lua b/arabluatex_trans.lua index 23ea635..0e68d02 100644 --- a/arabluatex_trans.lua +++ b/arabluatex_trans.lua | |||
@@ -199,6 +199,7 @@ singletrdmg = { | |||
199 | {a="y", b="y"}, | 199 | {a="y", b="y"}, |
200 | {a="T", b="t"}, | 200 | {a="T", b="t"}, |
201 | {a="\"", b=""}, | 201 | {a="\"", b=""}, |
202 | {a="B", b=""} | ||
202 | } | 203 | } |
203 | 204 | ||
204 | longvtrdmg = { | 205 | longvtrdmg = { |
@@ -390,6 +391,7 @@ singletrloc = { | |||
390 | {a="y", b="y"}, | 391 | {a="y", b="y"}, |
391 | {a="T", b="t"}, | 392 | {a="T", b="t"}, |
392 | {a="\"", b=""}, | 393 | {a="\"", b=""}, |
394 | {a="B", b=""} | ||
393 | } | 395 | } |
394 | 396 | ||
395 | longvtrloc = { | 397 | longvtrloc = { |