diff options
-rw-r--r-- | arabluatex.dtx | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/arabluatex.dtx b/arabluatex.dtx index 2d6eb13..3829b48 100644 --- a/arabluatex.dtx +++ b/arabluatex.dtx | |||
@@ -27,7 +27,7 @@ | |||
27 | %<package-info>\NeedsTeXFormat{LaTeX2e}[1999/12/01] | 27 | %<package-info>\NeedsTeXFormat{LaTeX2e}[1999/12/01] |
28 | %<package-info>\ProvidesPackage{arabluatex} | 28 | %<package-info>\ProvidesPackage{arabluatex} |
29 | %<*package-info> | 29 | %<*package-info> |
30 | [2016/09/14 v1.4.3 This is ArabTeX for LuaLaTeX] | 30 | [2016/09/28 v1.4.4 This is ArabTeX for LuaLaTeX] |
31 | %</package-info> | 31 | %</package-info> |
32 | % | 32 | % |
33 | %<*driver> | 33 | %<*driver> |
@@ -145,7 +145,7 @@ | |||
145 | \defaultfontfeatures{RawFeature={+liga}} | 145 | \defaultfontfeatures{RawFeature={+liga}} |
146 | \setmainfont{Old Standard}[SmallCapsFont={Latin Modern Roman Caps}, | 146 | \setmainfont{Old Standard}[SmallCapsFont={Latin Modern Roman Caps}, |
147 | RawFeature={+mark;+ccmp;+ss05;+ss06}] | 147 | RawFeature={+mark;+ccmp;+ss05;+ss06}] |
148 | \usepackage{arabluatex}[2016/09/14] | 148 | \usepackage{arabluatex}[2016/09/28] |
149 | \usepackage{varioref} | 149 | \usepackage{varioref} |
150 | \usepackage{hypdoc} | 150 | \usepackage{hypdoc} |
151 | \hypersetup{unicode=true, colorlinks, allcolors=blue, | 151 | \hypersetup{unicode=true, colorlinks, allcolors=blue, |
@@ -198,7 +198,7 @@ | |||
198 | %</driver> | 198 | %</driver> |
199 | % \fi | 199 | % \fi |
200 | % | 200 | % |
201 | % \CheckSum{0} | 201 | % \CheckSum{379} |
202 | % | 202 | % |
203 | % \CharacterTable | 203 | % \CharacterTable |
204 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z | 204 | % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z |
@@ -2396,7 +2396,7 @@ wa-ya.sIru ta.hta 'l-jild-i | |||
2396 | % \begin{macrocode} | 2396 | % \begin{macrocode} |
2397 | \NeedsTeXFormat{LaTeX2e} | 2397 | \NeedsTeXFormat{LaTeX2e} |
2398 | \ProvidesPackage{arabluatex}% | 2398 | \ProvidesPackage{arabluatex}% |
2399 | [2016/09/14 v1.4.3 ArabTeX-like interface for LuaLaTeX] | 2399 | [2016/09/28 v1.4.4 ArabTeX-like interface for LuaLaTeX] |
2400 | \RequirePackage{ifluatex} | 2400 | \RequirePackage{ifluatex} |
2401 | % \end{macrocode} | 2401 | % \end{macrocode} |
2402 | % \package{arabluatex} requires \LuaLaTeX\ of course. Issue a warning | 2402 | % \package{arabluatex} requires \LuaLaTeX\ of course. Issue a warning |
@@ -2522,8 +2522,10 @@ wa-ya.sIru ta.hta 'l-jild-i | |||
2522 | % \cs{SetArbEasy*} takes it away. Default complex rules can be set | 2522 | % \cs{SetArbEasy*} takes it away. Default complex rules can be set |
2523 | % back at any point of the document with \cs{SetArbDflt}. | 2523 | % back at any point of the document with \cs{SetArbDflt}. |
2524 | % \begin{macrocode} | 2524 | % \begin{macrocode} |
2525 | \def\al@arb@rules{dflt} \NewDocumentCommand{\SetArbEasy}{s}{% | 2525 | \def\al@arb@rules{dflt} |
2526 | \IfBooleanTF{#1} {\def\al@arb@rules{easynosukun}} | 2526 | \NewDocumentCommand{\SetArbEasy}{s}{% |
2527 | \IfBooleanTF{#1} | ||
2528 | {\def\al@arb@rules{easynosukun}} | ||
2527 | {\def\al@arb@rules{easy}}} | 2529 | {\def\al@arb@rules{easy}}} |
2528 | \NewDocumentCommand{\SetArbDflt}{}{\def\al@arb@rules{dflt}} | 2530 | \NewDocumentCommand{\SetArbDflt}{}{\def\al@arb@rules{dflt}} |
2529 | % \end{macrocode} | 2531 | % \end{macrocode} |