diff options
Diffstat (limited to 'Master/texmf-dist/source/lualatex')
3 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/lualatex/arabluatex/README.tex b/Master/texmf-dist/source/lualatex/arabluatex/README.tex index 51a5f3460e7..24da0c71b8f 100644 --- a/Master/texmf-dist/source/lualatex/arabluatex/README.tex +++ b/Master/texmf-dist/source/lualatex/arabluatex/README.tex @@ -89,7 +89,7 @@ to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. \item To finish the installation you have to move the following files into a directory where LaTeX can find them. See the FAQ on \verb|tex.ac.uk| at - \url{http://www.tex.ac.uk/faq/FAQ-inst-wlcf.html} for more on this: + \url{https://texfaq.org/FAQ-inst-wlcf} for more on this: \begin{itemize} \item \verb|arabluatex.sty| \item \verb|arabluatex-patch.sty| diff --git a/Master/texmf-dist/source/lualatex/arabluatex/arabluatex.dtx b/Master/texmf-dist/source/lualatex/arabluatex/arabluatex.dtx index 44d443c1f4f..8fadee2d105 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> - [2018/08/27 v1.13 An ArabTeX-like interface for LuaLaTeX] + [2018/08/29 v1.14 An ArabTeX-like interface for LuaLaTeX] %</package-info> % %<*driver> @@ -158,7 +158,7 @@ \usepackage{newunicodechar} \newunicodechar{ǧ}{ǧ} % Old Standard does not include ǧ/Ǧ \newunicodechar{Ǧ}{Ǧ} % -\usepackage{arabluatex}[2018/08/27] +\usepackage{arabluatex}[2018/08/29] \usepackage[nopar]{quran} \usepackage[noindex]{nameauth} \usepackage{varioref} @@ -260,7 +260,7 @@ %</driver> % \fi % -% \CheckSum{896} +% \CheckSum{899} % % \CharacterTable % {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 @@ -4192,6 +4192,7 @@ wa-ya.sIru ta.hta 'l-jild-i \usepackage{arabluatex} % note that 'export' has been removed \renewcommand{\txarb}[1]{#1} \renewcommand{\txtrans}[1]{\emph{#1}} + \renewcommand{\arbup}[1]{\textsuperscript{#1}} % now that \prname{} has been replaced with \prname*{} it should % be safe to say: \renewcommand{\prname}[2]{#2} @@ -4239,7 +4240,7 @@ wa-ya.sIru ta.hta 'l-jild-i % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{arabluatex}% -[2018/08/27 v1.13 An ArabTeX-like interface for LuaLaTeX] +[2018/08/29 v1.14 An ArabTeX-like interface for LuaLaTeX] \RequirePackage{ifluatex} % \end{macrocode} % \package{arabluatex} requires \hologo{LuaLaTeX} of course. Issue a @@ -4261,10 +4262,11 @@ wa-ya.sIru ta.hta 'l-jild-i \DeclareOptionX{novoc}{\def\al@mode{novoc}} \DeclareOptionX{trans}{\def\al@mode{trans}} \define@boolkey{arabluatex.sty}[@pkg@]{export}[true]{% + \if@pkg@export% \AtBeginDocument{\luadirect{al_openstream()}% \MkArbBreak{@al@ob,@al@cb,@al@cb@sp}} \AtEndDocument{\luadirect{al_closestream()}} -} + \else\fi} \ExecuteOptionsX{voc} \ProcessOptionsX\relax \def\al@mode@voc{voc} diff --git a/Master/texmf-dist/source/lualatex/arabluatex/arabluatex.ins b/Master/texmf-dist/source/lualatex/arabluatex/arabluatex.ins index 0ab399b31ac..7a3582b0a8f 100644 --- a/Master/texmf-dist/source/lualatex/arabluatex/arabluatex.ins +++ b/Master/texmf-dist/source/lualatex/arabluatex/arabluatex.ins @@ -82,7 +82,7 @@ This release of 'arabluatex' consists of the following source files: \Msg{*} \Msg{* To finish the installation you have to move the following} \Msg{* files into a directory where LaTeX canfind them. See the} -\Msg{* FAQ at http://www.tex.ac.uk/faq/FAQ-inst-wlcf.html for} +\Msg{* FAQ at https://texfaq.org/FAQ-inst-wlcf for} \Msg{* more on this} \Msg{*} \Msg{* \space\space arabluatex.sty} |