summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-05-28 22:11:17 +0000
committerKarl Berry <karl@freefriends.org>2013-05-28 22:11:17 +0000
commit2d189c5a0198efa41ac86ee057fbbe24ff0bc36b (patch)
treeb859832541960cb5cfa2b6fb91a72a8dc70d6fbf /Master/texmf-dist/source
parent49437428f6ff5307c43568956c320099aa253e49 (diff)
bidi (28may13)
git-svn-id: svn://tug.org/texlive/trunk@30783 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/bidi/bidi.dtx29
1 files changed, 20 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/bidi/bidi.dtx b/Master/texmf-dist/source/latex/bidi/bidi.dtx
index 43b9e3c1d6d..ab91f5f06a1 100644
--- a/Master/texmf-dist/source/latex/bidi/bidi.dtx
+++ b/Master/texmf-dist/source/latex/bidi/bidi.dtx
@@ -5,7 +5,7 @@
%<*readme>
___________________
The bidi package
-v13.4
+v13.5
This package provides a convenient interface for typesetting
bidirectional texts in Plain TeX and LaTeX.
@@ -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/05/26
+Current version release date: 2013/05/28
___________________
Persian TeX Group
@@ -39,6 +39,10 @@ This work is “maintained” (as per LPPL maintenance status)
by Persian TeX Group.
%</readme>
%<*changelog>
+2013/05/28 version 13.5 Persian TeX Group
+ * Version 13.5 released.
+ * Added alignment option to `calstable' environment.
+
2013/05/26 version 13.4 Persian TeX Group
* Version 13.4 released.
* Synced `cals-xetex-bidi.def' with version 2.1 of `cals' package.
@@ -366,7 +370,7 @@ by Persian TeX Group.
% Support for bidirectional typesetting in plain \TeX{} and \LaTeXe}
% \author{Persian TeX Group\\
% \url{persian-tex@tug.org}}
-% \date{\today\qquad Version 13.4}
+% \date{\today\qquad Version 13.5}
%\maketitle
% \tableofcontents
%\section*{Introduction}
@@ -381,7 +385,7 @@ by Persian TeX Group.
%in plain TeX and LaTeX. The package includes adaptations for use
%with many other commonly-used packages.
%Copyright (c) 2009-2013 Persian TeX Group
-%v13.4, 2013/05/26
+%v13.5, 2013/05/28
%License: LaTeX Project Public License, version 1.3c or higher (your choice)
%Location on CTAN: /macros/latex/contrib/bidi
%\end{lstlisting}
@@ -2705,8 +2709,8 @@ by Persian TeX Group.
% \subsection{\textsf{bidi.sty}}
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\def\bididate{2013/05/26}
-\def\bidiversion{v13.4}
+\def\bididate{2013/05/28}
+\def\bidiversion{v13.5}
\ProvidesPackage{bidi}[\bididate\space \bidiversion\space
Bidirectional typesetting in plain TeX and LaTeX]
\edef\bidiinfo{%
@@ -2774,7 +2778,7 @@ Location on CTAN: /macros/latex/contrib/bidi}
%\fi
% \subsection{\textsf{bidi.tex}}
% \begin{macrocode}
-\def\bididate{2013/05/26}
+\def\bididate{2013/05/28}
\def\bidiversion{v0.2}
\catcode`@=11
\let \protect \relax
@@ -6807,9 +6811,16 @@ bidi implementation of tufte title]
%\fi
% \subsection{\textsf{cals-xetex-bidi.def}}
% \begin{macrocode}
-\ProvidesFile{cals-xetex-bidi.def}[2013/05/26 v0.2 bidi adaptations for cals package for XeTeX engine]
-\renewenvironment{calstable}{%
+\ProvidesFile{cals-xetex-bidi.def}[2013/05/28 v0.3 bidi adaptations for cals package for XeTeX engine]
+\renewenvironment{calstable}[1][c]{%
\if@RTL\@RTLtabtrue\cals@activate@rtl\fi
+ \if l#1%
+ \if@RTLtab\leftskip\fill \rightskip\z@\else\leftskip\z@ \rightskip\fill\fi
+ \else\if r#1%
+ \if@RTLtab\leftskip\z@ \rightskip\fill\else\leftskip\fill \rightskip\z@\fi
+ \else\if c#1%
+ \leftskip\fill \rightskip\fill
+ \fi\fi\fi
\let\cals@thead@tokens=\relax
\let\cals@tfoot@tokens=\relax
\let\cals@tbreak@tokens=\relax