diff options
Diffstat (limited to 'arabluatex_trans.lua')
-rw-r--r-- | arabluatex_trans.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arabluatex_trans.lua b/arabluatex_trans.lua index d532021..1651418 100644 --- a/arabluatex_trans.lua +++ b/arabluatex_trans.lua | |||
@@ -255,7 +255,7 @@ tanwintrdmg = { | |||
255 | -- | 255 | -- |
256 | -- {a="uN", b="\\arbup{un}"}, (now included in the last line of this table) | 256 | -- {a="uN", b="\\arbup{un}"}, (now included in the last line of this table) |
257 | {a="%-?(\"?At)%-?([ui])N", b="\\arbup{%1%2n}"}, | 257 | {a="%-?(\"?At)%-?([ui])N", b="\\arbup{%1%2n}"}, |
258 | -- *** | 258 | -- needed by \arbcolor: |
259 | {a="%-?(aN)(O[%S]-%_AO)", b="ạ\\arbup{n}"}, | 259 | {a="%-?(aN)(O[%S]-%_AO)", b="ạ\\arbup{n}"}, |
260 | {a="%-?(aN)(O[%S]-YO)", b="ạ\\arbup{n}"}, | 260 | {a="%-?(aN)(O[%S]-YO)", b="ạ\\arbup{n}"}, |
261 | {a="(O[%S]-TO)%-?(\"?aN)", b="\\arbup{an}"}, | 261 | {a="(O[%S]-TO)%-?(\"?aN)", b="\\arbup{an}"}, |
@@ -592,7 +592,7 @@ tanwintrloc = { | |||
592 | {a="%-?iNI", b="in"}, | 592 | {a="%-?iNI", b="in"}, |
593 | {a="%-?(\"?At)%-?([ui])N", b="%1%2n"}, | 593 | {a="%-?(\"?At)%-?([ui])N", b="%1%2n"}, |
594 | {a="%-?([ui])N", b="%1n"}, | 594 | {a="%-?([ui])N", b="%1n"}, |
595 | -- *** | 595 | -- needed by \arbcolor: |
596 | {a="%-?(aN)(O[%S]-%_AO)", b="an"}, | 596 | {a="%-?(aN)(O[%S]-%_AO)", b="an"}, |
597 | {a="%-?(aN)(O[%S]-YO)", b="an"}, | 597 | {a="%-?(aN)(O[%S]-YO)", b="an"}, |
598 | {a="(O[%S]-TO)%-?(\"?aN)", b="an"}, | 598 | {a="(O[%S]-TO)%-?(\"?aN)", b="an"}, |