diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-09 16:33:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-09 16:33:55 +0000 |
commit | a29c55aa7b233e8eba45a3959c851e9898c0ce93 (patch) | |
tree | e63b034856c111dc635bec27749bbae4de99c3a2 /Master/texmf-dist/tex/latex/bidi/biditools.sty | |
parent | ca6438c53266207afc490d67c130e337b0816cb7 (diff) |
bidi (9apr13)
git-svn-id: svn://tug.org/texlive/trunk@29790 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bidi/biditools.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/bidi/biditools.sty | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/bidi/biditools.sty b/Master/texmf-dist/tex/latex/bidi/biditools.sty index 06db98b33c3..c71df92b67d 100644 --- a/Master/texmf-dist/tex/latex/bidi/biditools.sty +++ b/Master/texmf-dist/tex/latex/bidi/biditools.sty @@ -13,7 +13,7 @@ %% %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{biditools}[2012/05/01 v0.1 Programming tools for bidi package] +\ProvidesPackage{biditools}[2013/04/16 v0.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% @@ -105,6 +105,7 @@ \expandafter\@secondoftwo \fi} \newcommand{\if@bidi@csprimitive}[1]{% + \begingroup\expandafter\expandafter\expandafter\endgroup% \expandafter\ifprimitive\csname#1\endcsname% \expandafter\@firstoftwo \else |