summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-10-10 22:29:26 +0000
committerKarl Berry <karl@freefriends.org>2013-10-10 22:29:26 +0000
commit0a63dda835b2ae1c5b7f0838585261bb0cb5d728 (patch)
tree2c6c85f48828dcbc4d4c0bd26f9a44c9aa624f69 /Master/texmf-dist/source
parent3364dcae66a703d52a1a30f21e324f988eb37d73 (diff)
bidi (10oct13)
git-svn-id: svn://tug.org/texlive/trunk@31877 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/xelatex/bidi/bidi.dtx35
1 files changed, 26 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/xelatex/bidi/bidi.dtx b/Master/texmf-dist/source/xelatex/bidi/bidi.dtx
index 089fc6343ff..c369ebbdf80 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
+v14.1
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/09/25
+Current version release date: 2013/10/10
___________________
Vafa Khalighi
@@ -258,7 +258,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}
+% \date{\today\qquad Version 14.1}
%\maketitle
%\vskip 0pt plus 3fill
%\fbox{%
@@ -297,7 +297,7 @@ by Vafa Khalighi.
%*
%* Copyright © 2009–2013 Vafa Khalighi
%*
-%* 2013/09/25, v14
+%* 2013/10/10, v14.1
%*
%* License: LaTeX Project Public License, version
%* 1.3c or higher (your choice)
@@ -1115,7 +1115,7 @@ by Vafa Khalighi.
%\iffalse
%<*table>
%\fi
-%% \CheckSum{41928}
+%% \CheckSum{41975}
%% \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
@@ -2646,8 +2646,8 @@ by Vafa Khalighi.
% \subsection{\textsf{bidi.sty}}
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\def\bididate{2013/09/25}
-\def\bidiversion{v14}
+\def\bididate{2013/10/10}
+\def\bidiversion{v14.1}
\ProvidesPackage{bidi}[\bididate\space \bidiversion\space
Bidirectional typesetting in plain TeX and LaTeX]
\edef\@bidi@info{****************************************************^^J%
@@ -2728,7 +2728,7 @@ Bidirectional typesetting in plain TeX and LaTeX]
%\fi
% \subsection{\textsf{bidi.tex}}
% \begin{macrocode}
-\def\bididate{2013/09/25}
+\def\bididate{2013/10/10}
\def\bidiversion{v0.2}
\catcode`@=11
\let \protect \relax
@@ -17637,7 +17637,7 @@ to\rtside{\box\bslice\hfil}}
%\fi
% \subsection{\textsf{latex-xetex-bidi.def}}
% \begin{macrocode}
-\ProvidesFile{latex-xetex-bidi.def}[2013/09/22 v1.1.4 bidi adaptations for `latex.ltx' for XeTeX engine]
+\ProvidesFile{latex-xetex-bidi.def}[2013/10/10 v1.1.5 bidi adaptations for `latex.ltx' for XeTeX engine]
\newcommand{\TeXXeTOn}{\TeXXeTstate=1 }
\newcommand{\TeXXeTOff}{\TeXXeTstate=0 }
\TeXXeTOn
@@ -18331,6 +18331,23 @@ $\@@underline{\hbox{#1}}\m@th$\relax\fi\fi}
\@ifpackageloaded{graphicx}{\input{graphicx-xetex-bidi.def}}{}
\@ifpackageloaded{geometry}{\input{geometry-xetex-bidi.def}}{}
\@ifpackageloaded{hvfloat}{\input{hvfloat-xetex-bidi.def}}{}
+% \end{macrocode}
+%\changes{v14.1}{2013/10/10}{Defined \cs{maketag@@@} version of \textsf{ntheorem} package.}
+% \begin{macrocode}
+\@ifpackagewith{ntheorem}{amsmath}{%
+\if@thmmarks
+\gdef\SetTagPlusEndMark{%
+ \iftagsleft@
+ \gdef\maketag@@@##1{%
+ \settowidth{\tagwidth}{$##1$}%% %% WM 17.10.2007
+ \hbox to \tagwidth{%
+ \hbox to \displaywidth{\m@th\normalfont\if@Latin\else\beginR\fi##1\if@Latin\else\endR\fi%
+ \hss\PotEndMark{\hss}}\hss}}%
+ \else
+ \gdef\maketag@@@##1{\hbox{\m@th\normalfont\if@Latin\else\beginR\fi##1\if@Latin\else\endR\fi%
+ \llap{\hss\PotEndMark{\raisebox{-1.3em}}}}}%
+ \fi}
+\fi}{}
\@ifpackageloaded{ntheorem}{\input{ntheorem-xetex-bidi.def}}{}
\@ifpackageloaded{hyperref}{\input{hyperref-xetex-bidi.def}}{}
\@ifpackageloaded{ntheorem-hyper}{\input{ntheorem-hyper-xetex-bidi.def}}{}