From e4c1477a82c59e2d0088395fe020705c9ed6e79b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 14 Nov 2013 00:16:19 +0000 Subject: bidi (13nov13) git-svn-id: svn://tug.org/texlive/trunk@32143 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/xelatex/bidi/bidi.dtx | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist/source') diff --git a/Master/texmf-dist/source/xelatex/bidi/bidi.dtx b/Master/texmf-dist/source/xelatex/bidi/bidi.dtx index 165ef3fc453..d3706ac00f6 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.2 +v14.3 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 examples 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: 2013/11/11 +Current version release date: 2013/11/12 ___________________ Vafa Khalighi @@ -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.2} +% \date{\today\qquad Version 14.3} %\maketitle %\vskip 0pt plus 3fill %\fbox{% @@ -296,7 +296,7 @@ by Vafa Khalighi. %* %* Copyright © 2009–2013 Vafa Khalighi %* -%* 2013/11/11, v14.2 +%* 2013/11/12, v14.3 %* %* License: LaTeX Project Public License, version %* 1.3c or higher (your choice) @@ -1114,7 +1114,7 @@ by Vafa Khalighi. %\iffalse %<*table> %\fi -%% \CheckSum{41974} +%% \CheckSum{41973} %% \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 @@ -2645,8 +2645,8 @@ by Vafa Khalighi. % \subsection{\textsf{bidi.sty}} % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\def\bididate{2013/11/11} -\def\bidiversion{v14.2} +\def\bididate{2013/11/12} +\def\bidiversion{v14.3} \ProvidesPackage{bidi}[\bididate\space \bidiversion\space Bidirectional typesetting in plain TeX and LaTeX] \edef\@bidi@info{****************************************************^^J% @@ -2727,7 +2727,7 @@ Bidirectional typesetting in plain TeX and LaTeX] %\fi % \subsection{\textsf{bidi.tex}} % \begin{macrocode} -\def\bididate{2013/11/11} +\def\bididate{2013/11/12} \def\bidiversion{v0.2} \catcode`@=11 \let \protect \relax @@ -5715,7 +5715,7 @@ bidi implementation of tufte title] % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{bidipoem}% -[2012/12/12 v0.4 Environments for typesetting Persian traditional and modern poems] +[2013/11/12 v0.5 Environments for typesetting Persian traditional and modern poems] \def\poemcolsepskip{.1\versewidth plus .1\versewidth minus .05\versewidth} \def\poemmarginskip{1em plus 1fil minus 1em} \def\poemextrabaselineskip{0\baselineskip} @@ -5819,7 +5819,10 @@ bidi implementation of tufte title] \fi \xdef\new@poem@width{\z@}% \global\versewidth=\poem@width -\poemskip\leavevmode\par +% \end{macrocode} +%\changes{v14.3}{2013/11/12}{Removed \cs{leavevmode} to avoid extra \cs{par}.} +% \begin{macrocode} +\poemskip\par \begingroup \tabskip=\z@ \parskip=\z@ -- cgit v1.2.3