From ed55d86b7c5e18f6eccce80a1fb1423ca40a23b5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 23 Apr 2014 21:38:35 +0000 Subject: bidi (23apr14) git-svn-id: svn://tug.org/texlive/trunk@33647 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/xelatex/bidi/bidi.dtx | 28 +++++++++++++------------- Master/texmf-dist/source/xelatex/bidi/bidi.ins | 4 ++-- 2 files changed, 16 insertions(+), 16 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 20dcd2eebe8..d45fe89027f 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 -v14.7 +v14.8 This package provides a convenient interface for typesetting bidirectional texts in Plain TeX and LaTeX, using XeTeX engine. @@ -24,7 +24,7 @@ a minimal working example showing the issue, and always choose the appropriate label for your query (i.e. if you are reporting any bugs, choose `bug' label). -Current version release date: 2014/04/20 +Current version release date: 2014/04/23 ___________________ Vafa Khalighi @@ -48,7 +48,7 @@ by Vafa Khalighi. \preamble __________________________________________________ - Copyright © 2009–2013 Vafa Khalighi + Copyright © 2009–2014 Vafa Khalighi It may be distributed and/or modified under the LaTeX Project Public License, version 1.3c or higher (your choice). The latest version of @@ -256,7 +256,7 @@ by Vafa Khalighi. % Bidirectional typesetting in plain \TeX{} and \LaTeX, using \XeTeX{} engine} % \author{Vafa Khalighi\\ % \url{persian-tex@tug.org}} -% \date{\today\qquad Version 14.7} +% \date{\today\qquad Version 14.8} %\maketitle %\vskip 0pt plus 3fill %\fbox{% @@ -294,9 +294,9 @@ by Vafa Khalighi. %* and LaTeX. The package includes adaptations %* for use with many other commonly-used packages. %* -%* Copyright © 2009–2013 Vafa Khalighi +%* Copyright © 2009–2014 Vafa Khalighi %* -%* 2014/04/20, v14.7 +%* 2014/04/23, v14.8 %* %* License: LaTeX Project Public License, version %* 1.3c or higher (your choice) @@ -1119,7 +1119,7 @@ by Vafa Khalighi. %\iffalse %<*table> %\fi -%% \CheckSum{42098} +%% \CheckSum{42099} %% \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 @@ -2650,8 +2650,8 @@ by Vafa Khalighi. % \subsection{\textsf{bidi.sty}} % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\def\bididate{2014/04/20} -\def\bidiversion{v14.7} +\def\bididate{2014/04/23} +\def\bidiversion{v14.8} \ProvidesPackage{bidi}[\bididate\space \bidiversion\space Bidirectional typesetting in plain TeX and LaTeX] \edef\@bidi@info{****************************************************^^J% @@ -2664,7 +2664,7 @@ Bidirectional typesetting in plain TeX and LaTeX] * and LaTeX. The package includes adaptations^^J% * for use with many other commonly-used packages.^^J% * ^^J% -* Copyright © 2009–2013 Vafa Khalighi^^J% +* Copyright © 2009–2014 Vafa Khalighi^^J% * ^^J% * \bididate, \bidiversion^^J% * ^^J% @@ -2732,7 +2732,7 @@ Bidirectional typesetting in plain TeX and LaTeX] %\fi % \subsection{\textsf{bidi.tex}} % \begin{macrocode} -\def\bididate{2014/04/20} +\def\bididate{2014/04/23} \def\bidiversion{v0.2} \catcode`@=11 \let \protect \relax @@ -2747,7 +2747,7 @@ Bidirectional typesetting in plain TeX and LaTeX] * and LaTeX. The package includes adaptations^^J% * for use with many other commonly-used packages.^^J% * ^^J% -* Copyright © 2009–2013 Vafa Khalighi^^J% +* Copyright © 2009–2014 Vafa Khalighi^^J% * ^^J% * \bididate, \bidiversion^^J% * ^^J% @@ -17513,7 +17513,7 @@ to\rtside{\box\bslice\hfil}} %\fi % \subsection{\textsf{wrapfig-xetex-bidi.def}} % \begin{macrocode} -\ProvidesFile{wrapfig-xetex-bidi.def}[2010/07/25 v0.2 bidi adaptations for wrapfig package for XeTeX engine] +\ProvidesFile{wrapfig-xetex-bidi.def}[2014/04/23 v0.3 bidi adaptations for wrapfig package for XeTeX engine] \let\WF@@everypar\bidi@n@everypar \def\WF@putfigmaybe{% \ifinner @@ -17521,7 +17521,7 @@ to\rtside{\box\bslice\hfil}} \let\pagetotal\maxdimen % kludge flag for "not top of page" \else % outer page \@tempdima\pagedepth % save page depth - {\advance\parskip\if@RTL\baselineskip\else\@tempdima\fi\vskip-\parskip}% back up to baseline + {\advance\parskip\@tempdima\if@RTL\advance\parskip\baselineskip\fi\vskip-\parskip}% back up to baseline \penalty\interlinepenalty % update pg. parameters \@tempdimb\pagegoal \advance\@tempdimb-\pagetotal % room left on page \ifdim\@tempdimb<\z@ % \WF@info{Page overfull already;}% diff --git a/Master/texmf-dist/source/xelatex/bidi/bidi.ins b/Master/texmf-dist/source/xelatex/bidi/bidi.ins index 125dc055283..05904b74266 100644 --- a/Master/texmf-dist/source/xelatex/bidi/bidi.ins +++ b/Master/texmf-dist/source/xelatex/bidi/bidi.ins @@ -7,7 +7,7 @@ %% bidi.dtx (with options: `batchfile') %% %% __________________________________________________ -%% Copyright © 2009–2013 Vafa Khalighi +%% Copyright © 2009–2014 Vafa Khalighi %% %% It may be distributed and/or modified under the LaTeX Project Public License, %% version 1.3c or higher (your choice). The latest version of @@ -22,7 +22,7 @@ \preamble __________________________________________________ - Copyright © 2009–2013 Vafa Khalighi + Copyright © 2009–2014 Vafa Khalighi It may be distributed and/or modified under the LaTeX Project Public License, version 1.3c or higher (your choice). The latest version of -- cgit v1.2.3