diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-02 22:32:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-02 22:32:47 +0000 |
commit | 3dec2aa6b7720e0db9b3219f0a36ed5ebb577ee2 (patch) | |
tree | b2652c206fb3230d9f8ff89db627b83f4b5e588b /Master/texmf-dist/tex/latex/bidi/bidi.sty | |
parent | ba89989f5cd51530e500f47fc9d078289265e6a6 (diff) |
bidi is back on CTAN, so good
git-svn-id: svn://tug.org/texlive/trunk@29612 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.sty | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/bidi/bidi.sty b/Master/texmf-dist/tex/latex/bidi/bidi.sty new file mode 100644 index 00000000000..12bbbf653da --- /dev/null +++ b/Master/texmf-dist/tex/latex/bidi/bidi.sty @@ -0,0 +1,91 @@ +%% +%% This is file `bidi.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% bidi.dtx (with options: `bidi.sty') +%% +%% ______________________________________ +%% Copyright © 2009–2013 Vafa Khalighi +%% +%% License information appended. +%% +%% +\NeedsTeXFormat{LaTeX2e} +\def\bididate{2013/05/20} +\def\bidiversion{v12.2} +\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 +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–2013 Vafa Khalighi^^J +\bidiversion, \bididate^^J +License: LaTeX Project Public License, version 1.3c or higher (your choice)^^J +Location on CTAN: /macros/latex/contrib/bidi} +\typeout{\bidiinfo} +\edef\bidi@everyjob{\the\everyjob} +\everyjob{\bidi@everyjob\typeout{\bidiinfo}} +\RequirePackage{iftex} +\RequirePackage{biditools} +\RequirePackage{zref-abspage} +\RequirePackage{auxhook} +\RequirePackage{ltxcmds} +\eqnewif{\if@RTLmain}{\if@rlmain} +\eqnewif{\if@RTL}{\if@rl} +\newif\if@RTLmaths +\newif\if@Latin +\eqnewif{\if@RTLtab}{\if@tab@rl} +\newif\if@RTLmarginpar +\newif\if@LTRmarginpar +\newif\if@LTRbibitems +\newif\if@RTLbibitems +\newif\if@sentdir +\newif\if@parafootRTL +\newif\if@RTLcolumnfootnotes +\eqnewif{\if@RTL@footnote}{\if@rl@footnote} +\newif\if@bidi@list@minipage@parbox +\newif\if@bidi@list@minipage@parbox@not@nob +\@RTLmainfalse +\AtBeginDocument{% + \if@RTLmain\else + \if@RTL\@RTLmaintrue% + \else\@RTLmainfalse% + \fi% + \fi% +} +\let\n@xt=\ +\bidi@newrobustcmd*{\LRE}{\protect\pLRE}% +\def\pLRE{\protect\afterassignment\moreLRE \let\n@xt= } +\bidi@newrobustcmd*{\RLE}{\protect\pRLE} +\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} +\ifXeTeX + \input{xetex-bidi.def} +\else + \ifLuaTeX + \input{luatex-bidi.def} + \else + \PackageError{bidi}{TeX engines other than XeTeX and LuaTeX are not yet supported}{} + \fi +\fi +\input{loadingorder-bidi.def} +\ProcessOptions +%% +%% Copyright © 2009–2013 Vafa Khalighi <vafa[dot]kgh[at]gmail[dot]com> +%% +%% It may be distributed and/or modified under the LaTeX Project Public License, +%% version 1.3c or higher (your choice). The latest version of +%% this license is at: http://www.latex-project.org/lppl.txt +%% +%% This work is “author-maintained” (as per LPPL maintenance status) +%% by Vafa Khalighi. +%% +%% +%% +%% +%% End of file `bidi.sty'. |