diff options
author | Karl Berry <karl@freefriends.org> | 2017-07-28 21:45:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-07-28 21:45:59 +0000 |
commit | 2c1ae690daa23ee2b3bdd1e2f66686670cff6caa (patch) | |
tree | f786f5d3371327a1bca523ebac8bc6167b5b5d59 /Master/texmf-dist/source | |
parent | b3bc2e60a36b6c3e0a6f7277689cca614aae0528 (diff) |
arabluatex (28jul17)
git-svn-id: svn://tug.org/texlive/trunk@44908 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/lualatex/arabluatex/arabluatex.dtx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/lualatex/arabluatex/arabluatex.dtx b/Master/texmf-dist/source/lualatex/arabluatex/arabluatex.dtx index 3cd91982679..04175d63632 100644 --- a/Master/texmf-dist/source/lualatex/arabluatex/arabluatex.dtx +++ b/Master/texmf-dist/source/lualatex/arabluatex/arabluatex.dtx @@ -27,7 +27,7 @@ %<package-info>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package-info>\ProvidesPackage{arabluatex} %<*package-info> - [2017/07/05 v1.9 An ArabTeX-like interface for LuaLaTeX] + [2017/07/28 v1.9.1 An ArabTeX-like interface for LuaLaTeX] %</package-info> % %<*driver> @@ -155,7 +155,7 @@ \defaultfontfeatures{RawFeature={+liga}} \setmainfont{Old Standard}[SmallCapsFont={Latin Modern Roman Caps}, RawFeature={+mark;+ccmp;+ss05;+ss06}] -\usepackage{arabluatex}[2017/07/05] +\usepackage{arabluatex}[2017/07/28] \usepackage[nopar]{quran} \usepackage{varioref} \usepackage{hyperxmp} @@ -3254,7 +3254,7 @@ wa-ya.sIru ta.hta 'l-jild-i % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{arabluatex}% -[2017/07/05 v1.9 An ArabTeX-like interface for LuaLaTeX] +[2017/07/28 v1.9.1 An ArabTeX-like interface for LuaLaTeX] \RequirePackage{ifluatex} % \end{macrocode} % \package{arabluatex} requires \LuaLaTeX\ of course. Issue a warning @@ -3721,9 +3721,9 @@ wa-ya.sIru ta.hta 'l-jild-i % argument left-to-right. % \begin{macrocode} \DeclareDocumentCommand{\LRfootnote}{m}{\bgroup\pardir - TLT\LR{\footnote{#1}}\egroup} + TLT\textdir TLT\footnote{#1}\egroup} \DeclareDocumentCommand{\RLfootnote}{m}{\bgroup\pardir - TRT\LR{\footnote{#1}}\egroup} + TRT\textdir TRT\footnote{#1}\egroup} % \end{macrocode} % \end{macro} % \end{macro} |