summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-21 23:30:21 +0000
committerKarl Berry <karl@freefriends.org>2017-02-21 23:30:21 +0000
commitf864e5a185e8909b156eea67942cf33fac35ee5d (patch)
tree9551ab55c73d7dde040d6d5428eb3be222e70ad5 /Master
parentbd0878a11f55aa4abfdb834e6ac886bb59bc9980 (diff)
bidi (21feb17)
git-svn-id: svn://tug.org/texlive/trunk@43289 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/xelatex/bidi/README4
-rw-r--r--Master/texmf-dist/doc/xelatex/bidi/bidi.pdfbin3242321 -> 3242665 bytes
-rw-r--r--Master/texmf-dist/source/xelatex/bidi/bidi.dtx16
-rw-r--r--Master/texmf-dist/tex/xelatex/bidi/bidi.sty4
-rw-r--r--Master/texmf-dist/tex/xelatex/bidi/bidituftesidenote.sty2
5 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/xelatex/bidi/README b/Master/texmf-dist/doc/xelatex/bidi/README
index 9890871aa06..32ba22e6c1d 100644
--- a/Master/texmf-dist/doc/xelatex/bidi/README
+++ b/Master/texmf-dist/doc/xelatex/bidi/README
@@ -1,6 +1,6 @@
___________________
The bidi package
-v20.9
+v30
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/02/05
+Current version release date: 2017/02/21
___________________
Vafa Khalighi
diff --git a/Master/texmf-dist/doc/xelatex/bidi/bidi.pdf b/Master/texmf-dist/doc/xelatex/bidi/bidi.pdf
index 2e7531bb947..010827da93e 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 796a2d29030..afe1ac29ce4 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
-v20.9
+v30
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/02/05
+Current version release date: 2017/02/21
___________________
Vafa Khalighi
@@ -321,7 +321,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 20.9}}
+%\large Documentation for \textcolor{blue!65!black}{version 30}}
% \author{Vafa Khalighi\\
% \url{persian-tex@tug.org}}
%\setcounter{page}{0}
@@ -332,7 +332,7 @@ by Vafa Khalighi.
%\textcolor{blue!65!black}{\Huge The \textsf{bidi} \textit{Package}}
%
%\Large
-%Documentation for \textcolor{blue!65!black}{version 20.9}}
+%Documentation for \textcolor{blue!65!black}{version 30}}
%
%\vskip 0pt plus 3fill
%\textit{\large to my Master, \textbf{Ferdowsi The Great}}
@@ -383,7 +383,7 @@ by Vafa Khalighi.
%*
%* Copyright (c) 2009--2017 Vafa Khalighi
%*
-%* 2017/02/05, v20.9
+%* 2017/02/21, v30
%*
%* License: LaTeX Project Public License, version
%* 1.3c or higher (your choice)
@@ -2980,8 +2980,8 @@ by Vafa Khalighi.
% \subsection{\textsf{bidi.sty}}
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\def\bididate{2017/02/05}
-\def\bidiversion{v20.9}
+\def\bididate{2017/02/21}
+\def\bidiversion{v30}
\ProvidesPackage{bidi}[\bididate\space \bidiversion\space
Bidirectional typesetting in plain TeX and LaTeX]
\edef\@bidi@info{****************************************************^^J%
@@ -5933,7 +5933,7 @@ bidi implementation of tufte sidenote]
\@for\@temp@bibkey:=#2\do{\let\@temp@last@bibkey\@temp@bibkey}%
\LTRsidenote[][#1]{%
% Loop through all the bibentries, separating them with semicolons and spaces
- \normalsize\normalfont\@biditufteLTRsidenote@citation@font%
+ \normalsize\normalfont\@bidituftesidenote@LTRcitation@font%
\setcounter{@bidituftesidenote@num@bibkeys}{0}%
\@for\@temp@bibkeyx:=#2\do{%
\ifthenelse{\equal{\@temp@last@bibkey}{\@temp@bibkeyx}}%
diff --git a/Master/texmf-dist/tex/xelatex/bidi/bidi.sty b/Master/texmf-dist/tex/xelatex/bidi/bidi.sty
index d58520b9955..ca17c4f9290 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/02/05}
-\def\bidiversion{v20.9}
+\def\bididate{2017/02/21}
+\def\bidiversion{v30}
\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/bidituftesidenote.sty b/Master/texmf-dist/tex/xelatex/bidi/bidituftesidenote.sty
index af165df3be2..0689f97120a 100644
--- a/Master/texmf-dist/tex/xelatex/bidi/bidituftesidenote.sty
+++ b/Master/texmf-dist/tex/xelatex/bidi/bidituftesidenote.sty
@@ -267,7 +267,7 @@ bidi implementation of tufte sidenote]
\@for\@temp@bibkey:=#2\do{\let\@temp@last@bibkey\@temp@bibkey}%
\LTRsidenote[][#1]{%
% Loop through all the bibentries, separating them with semicolons and spaces
- \normalsize\normalfont\@biditufteLTRsidenote@citation@font%
+ \normalsize\normalfont\@bidituftesidenote@LTRcitation@font%
\setcounter{@bidituftesidenote@num@bibkeys}{0}%
\@for\@temp@bibkeyx:=#2\do{%
\ifthenelse{\equal{\@temp@last@bibkey}{\@temp@bibkeyx}}%