texlive[43289] Master/texmf-dist: bidi (21feb17)

commits+karl at tug.org commits+karl at tug.org
Wed Feb 22 00:30:22 CET 2017


Revision: 43289
          http://tug.org/svn/texlive?view=revision&revision=43289
Author:   karl
Date:     2017-02-22 00:30:21 +0100 (Wed, 22 Feb 2017)
Log Message:
-----------
bidi (21feb17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/xelatex/bidi/README
    trunk/Master/texmf-dist/doc/xelatex/bidi/bidi.pdf
    trunk/Master/texmf-dist/source/xelatex/bidi/bidi.dtx
    trunk/Master/texmf-dist/tex/xelatex/bidi/bidi.sty
    trunk/Master/texmf-dist/tex/xelatex/bidi/bidituftesidenote.sty

Modified: trunk/Master/texmf-dist/doc/xelatex/bidi/README
===================================================================
--- trunk/Master/texmf-dist/doc/xelatex/bidi/README	2017-02-21 23:29:55 UTC (rev 43288)
+++ trunk/Master/texmf-dist/doc/xelatex/bidi/README	2017-02-21 23:30:21 UTC (rev 43289)
@@ -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 @@
 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

Modified: trunk/Master/texmf-dist/doc/xelatex/bidi/bidi.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/xelatex/bidi/bidi.dtx
===================================================================
--- trunk/Master/texmf-dist/source/xelatex/bidi/bidi.dtx	2017-02-21 23:29:55 UTC (rev 43288)
+++ trunk/Master/texmf-dist/source/xelatex/bidi/bidi.dtx	2017-02-21 23:30:21 UTC (rev 43289)
@@ -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 @@
 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 @@
 %\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 at tug.org}}
 %\setcounter{page}{0}
@@ -332,7 +332,7 @@
 %\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 @@
 %* 
 %* 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 @@
 % \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 at info{****************************************************^^J%
@@ -5933,7 +5933,7 @@
   \@for\@temp at bibkey:=#2\do{\let\@temp at last@bibkey\@temp at bibkey}%
   \LTRsidenote[][#1]{%
     % Loop through all the bibentries, separating them with semicolons and spaces
-    \normalsize\normalfont\@biditufteLTRsidenote at citation@font%
+    \normalsize\normalfont\@bidituftesidenote at LTRcitation@font%
     \setcounter{@bidituftesidenote at num@bibkeys}{0}%
     \@for\@temp at bibkeyx:=#2\do{%
       \ifthenelse{\equal{\@temp at last@bibkey}{\@temp at bibkeyx}}%

Modified: trunk/Master/texmf-dist/tex/xelatex/bidi/bidi.sty
===================================================================
--- trunk/Master/texmf-dist/tex/xelatex/bidi/bidi.sty	2017-02-21 23:29:55 UTC (rev 43288)
+++ trunk/Master/texmf-dist/tex/xelatex/bidi/bidi.sty	2017-02-21 23:30:21 UTC (rev 43289)
@@ -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 at info{****************************************************^^J%

Modified: trunk/Master/texmf-dist/tex/xelatex/bidi/bidituftesidenote.sty
===================================================================
--- trunk/Master/texmf-dist/tex/xelatex/bidi/bidituftesidenote.sty	2017-02-21 23:29:55 UTC (rev 43288)
+++ trunk/Master/texmf-dist/tex/xelatex/bidi/bidituftesidenote.sty	2017-02-21 23:30:21 UTC (rev 43289)
@@ -267,7 +267,7 @@
   \@for\@temp at bibkey:=#2\do{\let\@temp at last@bibkey\@temp at bibkey}%
   \LTRsidenote[][#1]{%
     % Loop through all the bibentries, separating them with semicolons and spaces
-    \normalsize\normalfont\@biditufteLTRsidenote at citation@font%
+    \normalsize\normalfont\@bidituftesidenote at LTRcitation@font%
     \setcounter{@bidituftesidenote at num@bibkeys}{0}%
     \@for\@temp at bibkeyx:=#2\do{%
       \ifthenelse{\equal{\@temp at last@bibkey}{\@temp at bibkeyx}}%



More information about the tex-live-commits mailing list