diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-29 23:42:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-29 23:42:54 +0000 |
commit | 24ce9d9f17273c4a1269f24cbb2a44c43eb397d1 (patch) | |
tree | a1b899edd75f5890429dc39a6a51dd425ec596a5 /Master/texmf-dist/tex/latex/bidi | |
parent | 10fc6c0ec6e0691ba4d017ae0ca44d04a379fbfb (diff) |
bidi (29sep11)
git-svn-id: svn://tug.org/texlive/trunk@24145 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, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/bidi/bidi.sty b/Master/texmf-dist/tex/latex/bidi/bidi.sty index f9e5cdf00bb..028131bbd27 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{2011/10/01} -\def\bidiversion{v1.3.3} +\def\bididate{2011/12/01} +\def\bidiversion{v1.3.4} \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 c1f01bb55c8..bcea0502569 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{2011/10/01} +\def\bididate{2011/12/01} \def\bidiversion{v0.1} \catcode`@=11 \newlinechar`\^^J diff --git a/Master/texmf-dist/tex/latex/bidi/xetex-bidi.def b/Master/texmf-dist/tex/latex/bidi/xetex-bidi.def index 12cf896b8ec..e2fc168d530 100644 --- a/Master/texmf-dist/tex/latex/bidi/xetex-bidi.def +++ b/Master/texmf-dist/tex/latex/bidi/xetex-bidi.def @@ -126,8 +126,12 @@ \parindent\listparindent \advance\linewidth -\rightmargin \advance\linewidth -\leftmargin - \advance\@totalleftmargin \leftmargin - \if@RTL\parshape \@ne 0pt \linewidth\else\parshape \@ne \@totalleftmargin \linewidth\fi + \if@RTL + \advance\@totalleftmargin \rightmargin + \else + \advance\@totalleftmargin \leftmargin + \fi + \parshape \@ne \@totalleftmargin \linewidth \ignorespaces} \newenvironment{LTRitems}[1][\labelsep] {\par\@RTLfalse |