From 353fe4a986eca61d65b725ea4fdf76b9b78fbd35 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 20 Sep 2014 22:22:05 +0000 Subject: bidi (20sep14) git-svn-id: svn://tug.org/texlive/trunk@35219 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/xelatex/bidi/bidi.dtx | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'Master/texmf-dist/source/xelatex') diff --git a/Master/texmf-dist/source/xelatex/bidi/bidi.dtx b/Master/texmf-dist/source/xelatex/bidi/bidi.dtx index 9f66bdbbf1c..68c28d4d5e1 100644 --- a/Master/texmf-dist/source/xelatex/bidi/bidi.dtx +++ b/Master/texmf-dist/source/xelatex/bidi/bidi.dtx @@ -5,7 +5,7 @@ %<*readme> ___________________ The bidi package -v15.4 +v15.6 This package provides a convenient interface for typesetting bidirectional texts in Plain TeX and LaTeX, using XeTeX engine. @@ -15,7 +15,7 @@ This version fixes bugs and adds new features; for more details please see the Change History section at the end of the documentation. -Current version release date: 2014/09/14 +Current version release date: 2014/09/20 ___________________ Vafa Khalighi @@ -247,7 +247,7 @@ by Vafa Khalighi. % Bidirectional typesetting in plain \TeX{} and \LaTeX, using \XeTeX{} engine} % \author{Vafa Khalighi\\ % \url{tex.ctan@gmail.com}} -% \date{\today\qquad Version 15.4} +% \date{\today\qquad Version 15.6} %\maketitle % \tableofcontents %\section*{Introduction} @@ -268,7 +268,7 @@ by Vafa Khalighi. %* %* Copyright © 2009–2014 Vafa Khalighi %* -%* 2014/09/14, v15.4 +%* 2014/09/20, v15.6 %* %* License: LaTeX Project Public License, version %* 1.3c or higher (your choice) @@ -1023,7 +1023,7 @@ by Vafa Khalighi. %\iffalse %<*table> %\fi -%% \CheckSum{42018} +%% \CheckSum{42025} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z @@ -2554,8 +2554,8 @@ by Vafa Khalighi. % \subsection{\textsf{bidi.sty}} % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\def\bididate{2014/09/14} -\def\bidiversion{v15.4} +\def\bididate{2014/09/20} +\def\bidiversion{v15.6} \ProvidesPackage{bidi}[\bididate\space \bidiversion\space Bidirectional typesetting in plain TeX and LaTeX] \edef\@bidi@info{****************************************************^^J% @@ -2634,7 +2634,7 @@ Bidirectional typesetting in plain TeX and LaTeX] %\fi % \subsection{\textsf{bidi.tex}} % \begin{macrocode} -\def\bididate{2014/09/14} +\def\bididate{2014/09/20} \def\bidiversion{v0.2} \catcode`@=11 \let \protect \relax @@ -11999,9 +11999,10 @@ bidi implementation of tufte title] %\fi % \subsection{\textsf{lettrine-xetex-bidi.def}} % \begin{macrocode} -\ProvidesFile{lettrine-xetex-bidi.def}[2014/09/14 v0.3 bidi adaptations for lettrine package for XeTeX engine] +\ProvidesFile{lettrine-xetex-bidi.def}[2014/09/19 v0.4 bidi adaptations for lettrine package for XeTeX engine] \def\@lettrine[#1]#2#3{% \setcounter{L@lines}{\theDefaultLines}% + \setcounter{L@depth}{\theDefaultDepth}% \renewcommand*{\L@hang}{\DefaultLhang}% \renewcommand*{\L@oversize}{\DefaultLoversize}% \renewcommand*{\L@raise}{\DefaultLraise}% @@ -12078,6 +12079,7 @@ bidi implementation of tufte title] \setlength{\LettrineHeight}{\ht\L@lbox}% \setlength{\LettrineDepth}{\dp\L@lbox}% \addtocounter{L@lines}{1}% + \addtocounter{L@lines}{\the\c@L@depth}% \if@RTL\def\L@parshape{\c@L@lines 0pt \the\L@first}\else\def\L@parshape{\c@L@lines \the\L@Pindent \the\L@first}\fi \@tempcnta=\tw@ \@whilenum \@tempcnta<\c@L@lines\do{% @@ -13011,7 +13013,7 @@ bidi implementation of tufte title] %\fi % \subsection{\textsf{multicol-xetex-bidi.def}} % \begin{macrocode} -\ProvidesFile{multicol-xetex-bidi.def}[2014/06/26 v0.5 bidi adaptations for multicol package for XeTeX engine] +\ProvidesFile{multicol-xetex-bidi.def}[2014/09/20 v0.6 bidi adaptations for multicol package for XeTeX engine] % \end{macrocode} %\changes{v14.2}{2013/11/11}{Fixed the wrong order of toc, lot, lof, etc with \textsf{multicol} package.} % \begin{macrocode} @@ -13040,8 +13042,9 @@ bidi implementation of tufte title] \bidi@multicol@align@columns \rlap{\phantom p}% }% + \prevdepth\z@ \kern-\dimen\tw@ - \ifdim\dimen\tw@ = \mc@gridwarn + \ifdim\dimen\tw@ > \mc@gridwarn \PackageWarning{multicol}% {Very deep columns!\MessageBreak Grid alignment might be broken}% -- cgit v1.2.3