diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-28 00:44:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-28 00:44:08 +0000 |
commit | ed70b99725d5fe977a74585de2d89d8f89381382 (patch) | |
tree | cc04e443858e52bbea9e9c4e417bd6b1f21a7776 /Master/texmf-dist/tex/latex/bidi/bidi.sty | |
parent | 1db3067f398ba5bcbbb16575dc8779dc597db2c1 (diff) |
bidi (8jul12)
git-svn-id: svn://tug.org/texlive/trunk@27207 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bidi/bidi.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/bidi/bidi.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/bidi/bidi.sty b/Master/texmf-dist/tex/latex/bidi/bidi.sty index 69c1cf1621d..dcf71fb5458 100644 --- a/Master/texmf-dist/tex/latex/bidi/bidi.sty +++ b/Master/texmf-dist/tex/latex/bidi/bidi.sty @@ -13,8 +13,8 @@ %% %% \NeedsTeXFormat{LaTeX2e} -\def\bididate{2012/06/05} -\def\bidiversion{v11.157} +\def\bididate{2012/07/25} +\def\bidiversion{v11.161} \ProvidesPackage{bidi}[\bididate\space \bidiversion\space Bidirectional typesetting in plain TeX and LaTeX] \edef\bidiinfo{% @@ -55,9 +55,9 @@ Location on CTAN: /macros/latex/contrib/bidi} \fi% } \let\n@xt=\ -\def\LRE{\protect\pLRE}% +\bidi@newrobustcmd*{\LRE}{\protect\pLRE}% \def\pLRE{\protect\afterassignment\moreLRE \let\n@xt= } -\def\RLE{\protect\pRLE} +\bidi@newrobustcmd*{\RLE}{\protect\pRLE} \def\pRLE{\protect\afterassignment\moreRLE \let\n@xt= } \def\bracetext{\ifcat\n@xt{\else\ifcat\n@xt}\fi \errmessage{Missing left brace has been substituted}\fi \bgroup} @@ -73,7 +73,7 @@ Location on CTAN: /macros/latex/contrib/bidi} \input{loadingorder-bidi.def} \ProcessOptions %% -%% Copyright © 2009–2012 Vafa Khalighi <vkhalighi@me.com> +%% Copyright © 2009–2012 Vafa Khalighi <vafakhlg@gmail.com> %% %% It may be distributed and/or modified under the LaTeX Project Public License, %% version 1.3c or higher (your choice). The latest version of |