diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/xelatex/bidi/bidi.sty | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/xelatex/bidi/bidi.tex | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/xelatex/bidi/listings-xetex-bidi.def | 14 |
3 files changed, 15 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/xelatex/bidi/bidi.sty b/Master/texmf-dist/tex/xelatex/bidi/bidi.sty index d2bb21d29fd..1ccd2022ad5 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{2018/08/12} -\def\bidi@version{33.1} +\def\bididate{2018/09/15} +\def\bidi@version{33.2} \ProvidesPackage{bidi}[\bididate\space v\bidi@version\space Bidirectional typesetting in plain TeX and LaTeX] \edef\@bidi@info{****************************************************^^J% @@ -60,7 +60,7 @@ Bidirectional typesetting in plain TeX and LaTeX] * ^^J% * Issue tracker: https://sourceforge.net/p/persian-tex-dist/tickets^^J% * ^^J% -* Support: http://persian-tex.com^^J% +* Support: persian-tex@tug.org^^J% * ^^J% ****************************************************} \typeout{\@bidi@info} @@ -120,7 +120,7 @@ Bidirectional typesetting in plain TeX and LaTeX] } \newcommand*{\@bidi@pdfcustomproperties}{% This is the bidi package, Version \bidi@version, - Released August 12, 2018. + Released September 15, 2018. } \@RTLmainfalse \AtBeginDocument{% diff --git a/Master/texmf-dist/tex/xelatex/bidi/bidi.tex b/Master/texmf-dist/tex/xelatex/bidi/bidi.tex index be362a7c50d..edf0c3120e0 100644 --- a/Master/texmf-dist/tex/xelatex/bidi/bidi.tex +++ b/Master/texmf-dist/tex/xelatex/bidi/bidi.tex @@ -34,9 +34,9 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} %% -\def\bididate{2018/08/12} +\def\bididate{2018/09/15} \catcode`@=11 -\def\bidi@version{33.1} +\def\bidi@version{33.2} \let \protect \relax \newlinechar`\^^J \edef\@bidi@info{****************************************************^^J% @@ -60,7 +60,7 @@ * ^^J% * Issue tracker: https://sourceforge.net/p/persian-tex-dist/tickets^^J% * ^^J% -* Support: http://persian-tex.com^^J% +* Support: persian-tex@tug.org^^J% * ^^J% ****************************************************} \message{\@bidi@info} @@ -135,7 +135,7 @@ } \def\@bidi@pdfcustomproperties{% This is the bidi package, Version \bidi@version, - Released August 12, 2018. + Released September 15, 2018. } \def\bidi@pdfm@mark{% \special{pdf:% diff --git a/Master/texmf-dist/tex/xelatex/bidi/listings-xetex-bidi.def b/Master/texmf-dist/tex/xelatex/bidi/listings-xetex-bidi.def index 00c08be8d71..286fb9bc1f9 100644 --- a/Master/texmf-dist/tex/xelatex/bidi/listings-xetex-bidi.def +++ b/Master/texmf-dist/tex/xelatex/bidi/listings-xetex-bidi.def @@ -34,19 +34,19 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} %% -\ProvidesFile{listings-xetex-bidi.def}[2017/01/14 v1.4 bidi adaptations for listings package for XeTeX engine] +\ProvidesFile{listings-xetex-bidi.def}[2018/09/15 v1.5 bidi adaptations for listings package for XeTeX engine] \lst@Key{captiondirection}{textdirection}{% \lstKV@SwitchCases{#1}% - {textdirection&\\% - RTL&\chardef\bidi@lst@caption@direction\@ne\\% - LTR&\chardef\bidi@lst@caption@direction\z@% + {textdirection:\\% + RTL:\chardef\bidi@lst@caption@direction\@ne\\% + LTR:\chardef\bidi@lst@caption@direction\z@% }{\PackageError{Listings}{direction #1 unknown}\@ehc}} \lst@Key{captionscript}{textscript}{% \lstKV@SwitchCases{#1}% - {textscript&\\% - latin&\chardef\bidi@lst@caption@script\@ne\\% - nonlatin&\chardef\bidi@lst@caption@script\z@% + {textscript:\\% + latin:\chardef\bidi@lst@caption@script\@ne\\% + nonlatin:\chardef\bidi@lst@caption@script\z@% }{\PackageError{Listings}{direction #1 unknown}\@ehc}} \newcommand*{\bidi@lst@ensure@caption@direction}[2]{% |