summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/xelatex/bidi/biditools.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/bidi/biditools.sty')
-rw-r--r--Master/texmf-dist/tex/xelatex/bidi/biditools.sty22
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/xelatex/bidi/biditools.sty b/Master/texmf-dist/tex/xelatex/bidi/biditools.sty
index fca0e24e8aa..9a42fc1f34e 100644
--- a/Master/texmf-dist/tex/xelatex/bidi/biditools.sty
+++ b/Master/texmf-dist/tex/xelatex/bidi/biditools.sty
@@ -7,7 +7,7 @@
%% bidi.dtx (with options: `table,biditools.sty')
%%
%% __________________________________________________
-%% Copyright © 2009–2014 Vafa Khalighi <persian-tex@tug.org>
+%% Copyright (c) 2009--2015 Vafa Khalighi <persian-tex@tug.org>
%%
%% It may be distributed and/or modified under the LaTeX Project Public License,
%% version 1.3c or higher (your choice). The latest version of
@@ -17,7 +17,7 @@
%% by Vafa Khalighi.
%%
%%
-%% \CheckSum{43075}
+%% \CheckSum{43241}
%% \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
@@ -35,7 +35,7 @@
%% Right brace \} Tilde \~}
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{biditools}[2013/04/10 v0.2 Programming tools for bidi package]
+\ProvidesPackage{biditools}[2015/02/01 v0.3 Programming tools for bidi package]
\providecommand{\@bidi@saveprimitive}[2]{\begingroup\escapechar`\\\relax
\edef\@tempa{\string#1}\edef\@tempb{\meaning#1}%
\ifx\@tempa\@tempb \global\let#2#1%
@@ -511,11 +511,11 @@
\bidi@@end}}
\bidi@newrobustcmd{\bidi@AtBeginEnvironment}[1]{%
- \bidi@csgappto{@begin@#1@hook}}
+ \bidi@csgappto{@bidi@begin@#1@hook}}
\bidi@patchcmd\begin
{\csname #1\endcsname}
- {\bidi@csuse{@begin@#1@hook}%
+ {\bidi@csuse{@bidi@begin@#1@hook}%
\csname #1\endcsname}
{}
{\bidi@warning{%
@@ -523,11 +523,11 @@
'\string\bidi@AtBeginEnvironment' will not work\@gobble}}
\bidi@newrobustcmd{\bidi@AtEndEnvironment}[1]{%
- \bidi@csgappto{@end@#1@hook}}
+ \bidi@csgappto{@bidi@end@#1@hook}}
\bidi@patchcmd\end
{\csname end#1\endcsname}
- {\bidi@csuse{@end@#1@hook}%
+ {\bidi@csuse{@bidi@end@#1@hook}%
\csname end#1\endcsname}
{}
{\bidi@warning{%
@@ -535,21 +535,21 @@
'\string\bidi@AtEndEnvironment' will not work\@gobble}}
\bidi@newrobustcmd{\bidi@BeforeBeginEnvironment}[1]{%
- \bidi@csgappto{@beforebegin@#1@hook}}
+ \bidi@csgappto{@bidi@beforebegin@#1@hook}}
\bidi@pretocmd\begin
- {\bidi@csuse{@beforebegin@#1@hook}}
+ {\bidi@csuse{@bidi@beforebegin@#1@hook}}
{}
{\bidi@warning{%
Patching '\string\begin' failed!\MessageBreak
'\string\bidi@BeforeBeginEnvironment' will not work\@gobble}}
\bidi@newrobustcmd{\bidi@AfterEndEnvironment}[1]{%
- \bidi@csgappto{@afterend@#1@hook}}
+ \bidi@csgappto{@bidi@afterend@#1@hook}}
\bidi@patchcmd\end
{\if@ignore}
- {\bidi@csuse{@afterend@#1@hook}%
+ {\bidi@csuse{@bidi@afterend@#1@hook}%
\if@ignore}
{}
{\bidi@warning{%