diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-27 22:20:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-27 22:20:06 +0000 |
commit | e05eb05519cff9def907a8814719ceb03b443de3 (patch) | |
tree | 3605020db1e936d9fe32eeebace0cea71f787f19 /Master/texmf-dist/tex/latex/bidi | |
parent | 331beee303e79e5c179dea5ec129ca0a70a13e0a (diff) |
bidi (27apr13)
git-svn-id: svn://tug.org/texlive/trunk@30139 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bidi')
-rw-r--r-- | Master/texmf-dist/tex/latex/bidi/bidi.sty | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/bidi/bidi.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/bidi/xetex-bidi.def | 8 |
3 files changed, 4 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/bidi/bidi.sty b/Master/texmf-dist/tex/latex/bidi/bidi.sty index eba1bded9e3..4a488c5ab05 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{2013/04/26} -\def\bidiversion{v13.000} +\def\bididate{2013/04/27} +\def\bidiversion{v13.1} \ProvidesPackage{bidi}[\bididate\space \bidiversion\space Bidirectional typesetting in plain TeX and LaTeX] \edef\bidiinfo{% diff --git a/Master/texmf-dist/tex/latex/bidi/bidi.tex b/Master/texmf-dist/tex/latex/bidi/bidi.tex index 34df876618a..0d604a7c889 100644 --- a/Master/texmf-dist/tex/latex/bidi/bidi.tex +++ b/Master/texmf-dist/tex/latex/bidi/bidi.tex @@ -12,7 +12,7 @@ %% License information appended. %% %% -\def\bididate{2013/04/26} +\def\bididate{2013/04/27} \def\bidiversion{v0.2} \catcode`@=11 \let \protect \relax diff --git a/Master/texmf-dist/tex/latex/bidi/xetex-bidi.def b/Master/texmf-dist/tex/latex/bidi/xetex-bidi.def index 8c2a3764868..53a6df78925 100644 --- a/Master/texmf-dist/tex/latex/bidi/xetex-bidi.def +++ b/Master/texmf-dist/tex/latex/bidi/xetex-bidi.def @@ -12,7 +12,7 @@ %% License information appended. %% %% -\ProvidesFile{xetex-bidi.def}[2013/04/12 v1.1.0 bidi adaptations for XeTeX engine] +\ProvidesFile{xetex-bidi.def}[2013/04/27 v1.1.1 bidi adaptations for XeTeX engine] \newcommand{\TeXXeTOn}{\TeXXeTstate=1 } \newcommand{\TeXXeTOff}{\TeXXeTstate=0 } \TeXXeTOn @@ -361,12 +361,6 @@ $\@@underline{\hbox{#1}}\m@th$\relax\fi\fi} \def\bm@r{\if@RTL\unhbox\@tempboxa\hss\else\hss\unhbox\@tempboxa\fi} \def\bm@t{\unhbox\@tempboxa\hss} \def\bm@b{\hss\unhbox\@tempboxa} -\long\def\@imakebox[#1][#2]#3{% - \leavevmode% - \@begin@tempboxa\hbox{#3}% - \setlength\@tempdima{#1}% support calc - \hb@xt@\@tempdima{\csname bm@#2\endcsname}% - \@end@tempboxa} \def\@dottedtocline#1#2#3#4#5{% \ifnum #1>\c@tocdepth \else \vskip \z@ \@plus.2\p@ |