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 | |
parent | 10fc6c0ec6e0691ba4d017ae0ca44d04a379fbfb (diff) |
bidi (29sep11)
git-svn-id: svn://tug.org/texlive/trunk@24145 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/bidi/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/bidi/bidi.pdf | bin | 152740 -> 152783 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/bidi/bidi.dtx | 22 | ||||
-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 |
6 files changed, 24 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/bidi/README b/Master/texmf-dist/doc/latex/bidi/README index b552fa3303c..9853d4365d4 100644 --- a/Master/texmf-dist/doc/latex/bidi/README +++ b/Master/texmf-dist/doc/latex/bidi/README @@ -1,11 +1,11 @@ ___________________ The bidi package -v1.3.3 +v1.3.4 This package provides a convenient interface for typesetting bidirectional texts in Plain TeX and LaTeX. -This version fixes all the bugs that were present in v1.3.2. +This version fixes all the bugs that were present in v1.3.3. ___________________ VAFA KHALIGHI diff --git a/Master/texmf-dist/doc/latex/bidi/bidi.pdf b/Master/texmf-dist/doc/latex/bidi/bidi.pdf Binary files differindex ad504a72919..dff6bba5158 100644 --- a/Master/texmf-dist/doc/latex/bidi/bidi.pdf +++ b/Master/texmf-dist/doc/latex/bidi/bidi.pdf diff --git a/Master/texmf-dist/source/latex/bidi/bidi.dtx b/Master/texmf-dist/source/latex/bidi/bidi.dtx index 4423c33942c..d57ca5c10b8 100644 --- a/Master/texmf-dist/source/latex/bidi/bidi.dtx +++ b/Master/texmf-dist/source/latex/bidi/bidi.dtx @@ -5,12 +5,12 @@ %<*readme> ___________________ The bidi package -v1.3.3 +v1.3.4 This package provides a convenient interface for typesetting bidirectional texts in Plain TeX and LaTeX. -This version fixes all the bugs that were present in v1.3.2. +This version fixes all the bugs that were present in v1.3.3. ___________________ VAFA KHALIGHI @@ -232,7 +232,7 @@ by VAFA KHALIGHI. % Support for bidirectional typesetting in plain \TeX{} and \LaTeXe} % \author{VAFA KHALIGHI\\ % \url{vafaklg@gmail.com}} -% \date{\today\qquad Version 1.3.3} +% \date{\today\qquad Version 1.3.4} % \maketitle % \tableofcontents %\section*{Introduction} @@ -247,7 +247,7 @@ by VAFA KHALIGHI. %in plain TeX and LaTeX. The package includes adaptations for use %with many other commonly-used packages. %Copyright (c) 2009-2011 VAFA KHALIGHI -%v1.3.3, 2011/10/01 +%v1.3.4, 2011/12/01 %License: LaTeX Project Public License, version 1.3c or higher (your choice) %Location on CTAN: /macros/latex/contrib/bidi %\end{lstlisting} @@ -2520,8 +2520,8 @@ by VAFA KHALIGHI. % \subsection{\textsf{bidi.sty}} % \begin{macrocode} \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{% @@ -2601,7 +2601,7 @@ Location on CTAN: /macros/latex/contrib/bidi} %\fi % \subsection{\textsf{bidi.tex}} % \begin{macrocode} -\def\bididate{2011/10/01} +\def\bididate{2011/12/01} \def\bidiversion{v0.1} \catcode`@=11 \newlinechar`\^^J @@ -15009,8 +15009,12 @@ bidi implementation of tufte title] \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 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 |