summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/xelatex/bidi/README4
-rw-r--r--Master/texmf-dist/doc/xelatex/bidi/bidi.pdfbin3327987 -> 3328187 bytes
-rw-r--r--Master/texmf-dist/source/xelatex/bidi/bidi.dtx22
-rw-r--r--Master/texmf-dist/tex/xelatex/bidi/bidi.sty4
-rw-r--r--Master/texmf-dist/tex/xelatex/bidi/biditools.sty8
5 files changed, 19 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/xelatex/bidi/README b/Master/texmf-dist/doc/xelatex/bidi/README
index b415b242675..8c614b00890 100644
--- a/Master/texmf-dist/doc/xelatex/bidi/README
+++ b/Master/texmf-dist/doc/xelatex/bidi/README
@@ -1,6 +1,6 @@
___________________
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.
@@ -17,7 +17,7 @@ In doing so, please always explain your issue well enough, always include
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
diff --git a/Master/texmf-dist/doc/xelatex/bidi/bidi.pdf b/Master/texmf-dist/doc/xelatex/bidi/bidi.pdf
index 30a09935f4a..77a67c32ce7 100644
--- a/Master/texmf-dist/doc/xelatex/bidi/bidi.pdf
+++ b/Master/texmf-dist/doc/xelatex/bidi/bidi.pdf
Binary files differ
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
}%
}
diff --git a/Master/texmf-dist/tex/xelatex/bidi/bidi.sty b/Master/texmf-dist/tex/xelatex/bidi/bidi.sty
index 08e8ab34e31..53985d7febe 100644
--- a/Master/texmf-dist/tex/xelatex/bidi/bidi.sty
+++ b/Master/texmf-dist/tex/xelatex/bidi/bidi.sty
@@ -35,8 +35,8 @@
%% Right brace \} Tilde \~}
%%
\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%
diff --git a/Master/texmf-dist/tex/xelatex/bidi/biditools.sty b/Master/texmf-dist/tex/xelatex/bidi/biditools.sty
index 04247c28d40..11b856043ad 100644
--- a/Master/texmf-dist/tex/xelatex/bidi/biditools.sty
+++ b/Master/texmf-dist/tex/xelatex/bidi/biditools.sty
@@ -35,7 +35,7 @@
%% Right brace \} Tilde \~}
%%
\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%
@@ -1488,14 +1488,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
}%
}