diff options
author | Karl Berry <karl@freefriends.org> | 2017-05-07 21:23:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-05-07 21:23:42 +0000 |
commit | 80aab86864048794f69abc07d99277e8156c13c0 (patch) | |
tree | b7b6ee5be0ebae1e45f2a6fa40c313c9640af475 /Master/texmf-dist/tex | |
parent | 85ea58c6f68c256473da6d0848bb57a3c972e57b (diff) |
arabluatex (7may17)
git-svn-id: svn://tug.org/texlive/trunk@44241 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
3 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/lualatex/arabluatex/arabluatex.sty b/Master/texmf-dist/tex/lualatex/arabluatex/arabluatex.sty index f9ef9529f0f..d364aa9461b 100644 --- a/Master/texmf-dist/tex/lualatex/arabluatex/arabluatex.sty +++ b/Master/texmf-dist/tex/lualatex/arabluatex/arabluatex.sty @@ -41,7 +41,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{arabluatex}% -[2017/04/27 v1.8.3 An ArabTeX-like interface for LuaLaTeX] +[2017/05/06 v1.8.4 An ArabTeX-like interface for LuaLaTeX] \RequirePackage{ifluatex} \ifluatex\else \PackageError{arabluatex}{lualatex needed}{% diff --git a/Master/texmf-dist/tex/lualatex/arabluatex/arabluatex_fullvoc.lua b/Master/texmf-dist/tex/lualatex/arabluatex/arabluatex_fullvoc.lua index 097aa5deb31..6d63192a10a 100644 --- a/Master/texmf-dist/tex/lualatex/arabluatex/arabluatex_fullvoc.lua +++ b/Master/texmf-dist/tex/lualatex/arabluatex/arabluatex_fullvoc.lua @@ -510,7 +510,7 @@ digraphsfvidgham = { {a="ئئ", b="ئّ"}, {a="bb", b="بّ"}, {a="BB", b="ـّ"}, - {a="(%_)([thd])([thd])", b="%1%2|%3"}, + {a="([%_%^%.])([tghdsz])([tghdsz])", b="%1%2|%3"}, {a="tt", b="تّ"}, {a="%_t%_t", b="ثّ"}, {a="jj", b="جّ"}, @@ -618,7 +618,7 @@ digraphsfv = { {a="ئئ", b="ئّ"}, {a="bb", b="بّ"}, {a="BB", b="ـّ"}, - {a="(%_)([thd])([thd])", b="%1%2|%3"}, + {a="([%_%^%.])([tghdsz])([tghdsz])", b="%1%2|%3"}, {a="tt", b="تّ"}, {a="%_t%_t", b="ثّ"}, {a="jj", b="جّ"}, @@ -726,7 +726,7 @@ digraphsfveasy = { -- see the differences under 'easy' marker below {a="ئئ", b="ئّ"}, {a="bb", b="بّ"}, {a="BB", b="ـّ"}, - {a="(%_)([thd])([thd])", b="%1%2|%3"}, + {a="([%_%^%.])([tghdsz])([tghdsz])", b="%1%2|%3"}, {a="tt", b="تّ"}, {a="%_t%_t", b="ثّ"}, {a="jj", b="جّ"}, diff --git a/Master/texmf-dist/tex/lualatex/arabluatex/arabluatex_voc.lua b/Master/texmf-dist/tex/lualatex/arabluatex/arabluatex_voc.lua index 106bf9908b0..073b23f3c76 100644 --- a/Master/texmf-dist/tex/lualatex/arabluatex/arabluatex_voc.lua +++ b/Master/texmf-dist/tex/lualatex/arabluatex/arabluatex_voc.lua @@ -639,7 +639,7 @@ digraphs = { {a="ئئ", b="ئّ"}, {a="bb", b="بّ"}, {a="BB", b="ـّ"}, - {a="(%_)([thd])([thd])", b="%1%2|%3"}, + {a="([%_%^%.])([tghdsz])([tghdsz])", b="%1%2|%3"}, {a="tt", b="تّ"}, {a="%_t%_t", b="ثّ"}, {a="jj", b="جّ"}, |