diff options
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/xelatex/bidi/bidi.dtx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/xelatex/bidi/bidi.dtx b/Master/texmf-dist/source/xelatex/bidi/bidi.dtx index ce86adc6834..077f1aefb1f 100644 --- a/Master/texmf-dist/source/xelatex/bidi/bidi.dtx +++ b/Master/texmf-dist/source/xelatex/bidi/bidi.dtx @@ -5,7 +5,7 @@ %<*readme> ___________________ The bidi package -v31.4 +v31.5 This package provides a convenient interface for typesetting bidirectional texts in Plain TeX and LaTeX, using XeTeX engine. @@ -25,7 +25,7 @@ a minimal working example showing the issue, and always choose the appropriate label for your query (i.e. if you are reporting any bugs, choose `Bug' label). -Current version release date: 2017/09/26 +Current version release date: 2017/10/11 ___________________ Vafa Khalighi @@ -323,7 +323,7 @@ by Vafa Khalighi. %\changes{v13.9}{2013/09/23}{Added implementaion of the package.} % \title{\textcolor{blue!65!black}{\Huge The \textsf{bidi} \textit{Package}}\\ %\LARGE Bidirectional typesetting in plain \TeX{} and \LaTeX, using \XeTeX{} engine\\[5pt] -%\large Documentation for \textcolor{blue!65!black}{version 31.4}} +%\large Documentation for \textcolor{blue!65!black}{version 31.5}} % \author{Vafa Khalighi\\ % \url{persian-tex@tug.org}} %\setcounter{page}{0} @@ -334,7 +334,7 @@ by Vafa Khalighi. %\textcolor{blue!65!black}{\Huge The \textsf{bidi} \textit{Package}} % %\Large -%Documentation for \textcolor{blue!65!black}{version 31.4}} +%Documentation for \textcolor{blue!65!black}{version 31.5}} % %\vskip 0pt plus 3fill %\textit{\large to my Master, \textbf{Ferdowsi The Great}} @@ -385,7 +385,7 @@ by Vafa Khalighi. %* %* Copyright (c) 2009--2017 Vafa Khalighi %* -%* 2017/09/26, v31.4 +%* 2017/10/11, v31.5 %* %* License: LaTeX Project Public License, version %* 1.3c or higher (your choice) @@ -2763,8 +2763,8 @@ by Vafa Khalighi. % \subsection{\textsf{bidi.sty}} % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\def\bididate{2017/09/26} -\def\bidiversion{v31.4} +\def\bididate{2017/10/11} +\def\bidiversion{v31.5} \ProvidesPackage{bidi}[\bididate\space \bidiversion\space Bidirectional typesetting in plain TeX and LaTeX] \edef\@bidi@info{****************************************************^^J% @@ -3683,7 +3683,7 @@ Bidirectional typesetting in plain TeX and LaTeX] % \subsection{\textsf{biditools.sty}} % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{biditools}[2017/09/26 v1.1 Programming tools for bidi package] +\ProvidesPackage{biditools}[2017/10/11 v1.2 Programming tools for bidi package] \providecommand{\@bidi@saveprimitive}[2]{\begingroup\escapechar`\\\relax \edef\@tempa{\string#1}\edef\@tempb{\meaning#1}% \ifx\@tempa\@tempb \global\let#2#1% @@ -5318,14 +5318,14 @@ ill-advised in the old versions of bidi package.% \@ifpackageloaded{#1}{% \@firstofone }{% - \bidi@patch@AfterPackage{#1}% + \@bidi@patch@AfterPackage{#1}% }% } -\def\bidi@patch@AfterPackage#1{% +\def\@bidi@patch@AfterPackage#1{% \edef\bidi@patch@temp{#1}% \bidi@patch@stepcounter \expandafter\bidi@patch@@AfterPackage - \csname bidi@patch@\bidi@patch@counter\expandafter\endcsname{% + \csname @bidi@patch@\bidi@patch@counter\expandafter\endcsname{% \bidi@patch@temp }% } |