summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bidi/eso-pic-xetex-bidi.def
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-10 22:44:42 +0000
committerKarl Berry <karl@freefriends.org>2013-04-10 22:44:42 +0000
commit29908990b09fca3ffa1d0689e2220c8a5de22a2c (patch)
treeb40706010c648ad7a0e41e19fc4d94a1b5ad2e7b /Master/texmf-dist/tex/latex/bidi/eso-pic-xetex-bidi.def
parentd019f0c94185b0594b89486f8e44c9c284c421b5 (diff)
bidi (10apr13)
git-svn-id: svn://tug.org/texlive/trunk@29839 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bidi/eso-pic-xetex-bidi.def')
-rw-r--r--Master/texmf-dist/tex/latex/bidi/eso-pic-xetex-bidi.def68
1 files changed, 68 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/bidi/eso-pic-xetex-bidi.def b/Master/texmf-dist/tex/latex/bidi/eso-pic-xetex-bidi.def
new file mode 100644
index 00000000000..a120b09986a
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/bidi/eso-pic-xetex-bidi.def
@@ -0,0 +1,68 @@
+%%
+%% This is file `eso-pic-xetex-bidi.def',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% bidi.dtx (with options: `eso-pic-xetex-bidi.def')
+%%
+%% ______________________________________
+%% Copyright © 2009–2013 Persian TeX Group
+%%
+%% License information appended.
+%%
+%%
+
+\ProvidesFile{eso-pic-xetex-bidi.def}[2013/04/10 v0.2 bidi adaptations for eso-pic package for XeTeX engine]
+\renewcommand\AtPageLowerLeft[1]{\AtPageUpperLeft{%
+ \put(\LenToUnit{\if@RTLmain\paperwidth\else0pt\fi},\LenToUnit{-\paperheight}){#1}}}
+
+\ESO@isMEMOIR{%
+ \renewcommand\AtTextUpperLeft[1]{%
+ \begingroup
+ \ifodd\c@page
+ \@tempdima=\spinemargin
+ \else
+ \@tempdima=\paperwidth
+ \advance\@tempdima-\textwidth
+ \advance\@tempdima-\spinemargin
+ \fi
+ \@tempdimb=-\uppermargin
+ \AtPageUpperLeft{%
+ \put(\LenToUnit{\if@RTLmain-\fi\@tempdima},\LenToUnit{\@tempdimb}){#1}%
+ }%
+ \endgroup
+ }
+}{%
+ \renewcommand\AtTextUpperLeft[1]{%
+ \begingroup
+ \@tempdima=1in\relax
+ \ifodd\c@page
+ \advance\@tempdima\oddsidemargin
+ \else
+ \advance\@tempdima\evensidemargin
+ \fi
+ \@tempdimb=-1in\relax
+ \advance\@tempdimb-\topmargin
+ \advance\@tempdimb-\headheight
+ \advance\@tempdimb-\headsep
+ \AtPageUpperLeft{%
+ \put(\LenToUnit{\if@RTLmain-\fi\@tempdima},\LenToUnit{\@tempdimb}){#1}%
+ }%
+ \endgroup
+ }
+}
+%%
+%% Copyright © 2009–2013 Persian TeX Group <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
+%% this license is at: http://www.latex-project.org/lppl.txt
+%%
+%% This work is “maintained” (as per LPPL maintenance status)
+%% by Persian TeX Group.
+%%
+%%
+%%
+%%
+%% End of file `eso-pic-xetex-bidi.def'.