summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bidi/bidi.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/bidi/bidi.tex')
-rw-r--r--Master/texmf-dist/tex/latex/bidi/bidi.tex75
1 files changed, 75 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/bidi/bidi.tex b/Master/texmf-dist/tex/latex/bidi/bidi.tex
new file mode 100644
index 00000000000..632ad31480c
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/bidi/bidi.tex
@@ -0,0 +1,75 @@
+%%
+%% This is file `bidi.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% bidi.dtx (with options: `bidi.tex')
+%%
+%% ______________________________________
+%% Copyright © 2009–2013 Vafa Khalighi
+%%
+%% License information appended.
+%%
+%%
+\def\bididate{2013/05/20}
+\def\bidiversion{v0.2}
+\catcode`@=11
+\let \protect \relax
+\newlinechar`\^^J
+\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}
+\message{\bidiinfo}
+\edef\bidi@everyjob{\the\everyjob}
+\everyjob{\bidi@everyjob\message{\bidiinfo}}
+\input iftex.sty
+\newif\if@RTLmain
+\newif\if@RTL
+\newif\if@sentdir
+\newif\if@RTL@footnote
+\@RTLmainfalse
+\def\setRTLmain{%
+ \if@RTLmain\else
+ \if@RTL\@RTLmaintrue%
+ \else\@RTLmainfalse%
+ \fi%
+ \fi%
+}
+\let\n@xt=\
+\protected\def\LRE{\protect\pLRE}%
+\def\pLRE{\protect\afterassignment\moreLRE \let\n@xt= }
+\protected\def\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 plain-xetex-bidi.def
+\else
+ \ifLuaTeX
+ \input plain-luatex-bidi.def
+ \else
+ \errmessage{TeX engines other than XeTeX and LuaTeX are not yet supported}
+ \fi
+\fi
+\catcode`@=12
+%%
+%% 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.tex'.