diff options
author | Robert Alessi <alessi@robertalessi.net> | 2017-06-29 14:52:24 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2017-06-29 14:52:24 +0200 |
commit | de9264232529b1cec536d92fd37850cdcd3dce69 (patch) | |
tree | ba3bca3e903362bc1c61e98ab02d275e4c8ee9d3 | |
parent | 489d2acfe9027ba19c894326f524bab4bd0bb368 (diff) | |
download | arabluatex-de9264232529b1cec536d92fd37850cdcd3dce69.tar.gz |
li + art. + initial lām is to be transliterated as in 'li-l-lisāni' in dmg mode. start updating the documentation
-rw-r--r-- | arabluatex.dtx | 7 | ||||
-rw-r--r-- | arabluatex_trans.lua | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/arabluatex.dtx b/arabluatex.dtx index 17dbe1f..a80d8cb 100644 --- a/arabluatex.dtx +++ b/arabluatex.dtx | |||
@@ -894,9 +894,10 @@ vowels (see §~3). | |||
894 | % \textsc{Rem.}~\emph{c.} The letter \arb[novoc]{y} with two points | 894 | % \textsc{Rem.}~\emph{c.} The letter \arb[novoc]{y} with two points |
895 | % below, \arb{al-yA'u 'l-mu_tannATu min ta.hti-hA}, may also be | 895 | % below, \arb{al-yA'u 'l-mu_tannATu min ta.hti-hA}, may also be |
896 | % written without diacritical points as \arb[novoc]{Y}. When it is | 896 | % written without diacritical points as \arb[novoc]{Y}. When it is |
897 | % used as a long vowel, it is encoded |iY| because a | 897 | % used as a long vowel, it is encoded |iY|, which recalls the |
898 | % \arb[trans]{kasraT} has to be placed below the preceding letter in | 898 | % \arb[trans]{kasraT} placed below the preceding letter in vocalized |
899 | % vocalized Arabic: \arb[fullvoc]{liY} \arb{qay"|'uN. ^say'uN} | 899 | % Arabic, like so: |liY| \arb{liY} \arb[trans]{liY}, |yam^siY| |
900 | % \arb{yam^siY} \arb[trans]{yam^siY}. | ||
900 | % \end{quoting} | 901 | % \end{quoting} |
901 | % | 902 | % |
902 | % \subsubsection{Short vowels} | 903 | % \subsubsection{Short vowels} |
diff --git a/arabluatex_trans.lua b/arabluatex_trans.lua index 412018d..404ae22 100644 --- a/arabluatex_trans.lua +++ b/arabluatex_trans.lua | |||
@@ -258,7 +258,7 @@ trigraphstrdmg = { -- trigraphs or more | |||
258 | {a="'l%-(%^n)", b="'l-%1"}, -- ^n is lunar | 258 | {a="'l%-(%^n)", b="'l-%1"}, -- ^n is lunar |
259 | {a="'l%-([%_%^%.]?[tdrzsnc])", b="'%1-%1"}, | 259 | {a="'l%-([%_%^%.]?[tdrzsnc])", b="'%1-%1"}, |
260 | -- li-/la- + art. + lām | 260 | -- li-/la- + art. + lām |
261 | {a="l([ai])%-l%-(l)", b="l%1-%2%2"}, | 261 | {a="l([ai])%-l%-(l)", b="l%1-%2-%2"}, |
262 | -- assim. art. with waṣla + solar consonant | 262 | -- assim. art. with waṣla + solar consonant |
263 | -- ('c' and '^n' are additional characters) | 263 | -- ('c' and '^n' are additional characters) |
264 | {a="'(%^n)%-", b="'l-"}, -- ^n is lunar | 264 | {a="'(%^n)%-", b="'l-"}, -- ^n is lunar |