summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bidi/bidi.sty
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-02 18:37:42 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-02 18:37:42 +0000
commitff94e44b3898f59065c492d5e5e597234f1b49b1 (patch)
treeca2da7b855c1964f46c29a41ed2e2c50be200d9f /Master/texmf-dist/tex/latex/bidi/bidi.sty
parent2880aaf97110f638a133d7ba59e8ecbd15150b2f (diff)
bidi v1.2.4
git-svn-id: svn://tug.org/texlive/trunk@23326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bidi/bidi.sty')
-rw-r--r--Master/texmf-dist/tex/latex/bidi/bidi.sty17
1 files changed, 6 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/bidi/bidi.sty b/Master/texmf-dist/tex/latex/bidi/bidi.sty
index e93955a5bb6..d148e33dafd 100644
--- a/Master/texmf-dist/tex/latex/bidi/bidi.sty
+++ b/Master/texmf-dist/tex/latex/bidi/bidi.sty
@@ -13,10 +13,9 @@
%%
%%
\NeedsTeXFormat{LaTeX2e}
-\def\bididate{2011/03/21}
-\def\bidiversion{v1.1.7}
-\def\bidicommit{commit 150}
-\ProvidesPackage{bidi}[\bididate\space \bidiversion\space <\bidicommit>
+\def\bididate{2011/08/01}
+\def\bidiversion{v1.2.4}
+\ProvidesPackage{bidi}[\bididate\space \bidiversion\space
Bidirectional typesetting in plain TeX and LaTeX]
\edef\bidiinfo{%
bidi package (Support for bidirectional typesetting in plain TeX and LaTeX)^^J
@@ -24,9 +23,9 @@ Description: A convenient interface for typesetting bidirectional^^J
texts in plain TeX and LaTeX. The package includes adaptations for use^^J
with many other commonly-used packages.^^J
Copyright © 2009–2011 Vafa Khalighi^^J
-\bidiversion, <\bidicommit>, \bididate^^J
+\bidiversion, \bididate^^J
License: LaTeX Project Public License, version 1.3c or higher (your choice)^^J
-Home: http://bitbucket.org/vafa/bidi^^J
+Home: https://bitbucket.org/vafa/bidi^^J
Location on CTAN: /macros/latex/contrib/bidi}
\typeout{\bidiinfo}
\edef\bidi@everyjob{\the\everyjob}
@@ -47,7 +46,6 @@ Location on CTAN: /macros/latex/contrib/bidi}
\newif\if@RTLbibitems
\newif\if@sentdir
\newif\if@RTL@footnote
-\newif\if@developmentversion
\let\if@rlmain=\if@RTLmain
\let\@rlmaintrue=\@RTLmaintrue
\let\@rlmainfalse=\@RTLmainfalse
@@ -75,7 +73,6 @@ Location on CTAN: /macros/latex/contrib/bidi}
\def\pRLE{\protect\afterassignment\moreRLE \let\n@xt= }
\def\bracetext{\ifcat\n@xt{\else\ifcat\n@xt}\fi
\errmessage{Missing left brace has been substituted}\fi \bgroup}
-\input{loadingorder-bidi.def}
\ifXeTeX
\input{xetex-bidi.def}
\else
@@ -85,9 +82,7 @@ Location on CTAN: /macros/latex/contrib/bidi}
\PackageError{bidi}{TeX engines other than XeTeX and LuaTeX are not yet supported}{}
\fi
\fi
-\if@developmentversion
- \PackageWarningNoLine{bidi}{Thanks for testing the development version of bidi package. The development version may not work correctly or may not work at all. The development version is not recommended to be used for production purposes and should only be used for testing purposes. You are encouraged to use the stable version of bidi package available on CTAN for production purposes}
-\fi
+\input{loadingorder-bidi.def}
\ProcessOptions
%%
%% Copyright © 2009–2011 Vafa Khalighi <vafa018@gmail.com>