diff options
Diffstat (limited to 'Master/texmf-dist/tex/lualatex')
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="جّ"}, |