diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-14 18:39:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-14 18:39:21 +0000 |
commit | 68718172c3dd919c579d25e9534ef18f67c62692 (patch) | |
tree | 46e077330de4e2644e76296c8f5d2ac041dc308a /Master/texmf-dist/tex/latex/bidi/pstricks-xetex-bidi.def | |
parent | afc4f8ea64aab19792d8dfc601c957eea844ff13 (diff) |
bidi update (10may10)
git-svn-id: svn://tug.org/texlive/trunk@18263 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bidi/pstricks-xetex-bidi.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/bidi/pstricks-xetex-bidi.def | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/bidi/pstricks-xetex-bidi.def b/Master/texmf-dist/tex/latex/bidi/pstricks-xetex-bidi.def index 018c964f0fb..589d50963ca 100644 --- a/Master/texmf-dist/tex/latex/bidi/pstricks-xetex-bidi.def +++ b/Master/texmf-dist/tex/latex/bidi/pstricks-xetex-bidi.def @@ -8,8 +8,11 @@ %% License information appended. %% %% -\ProvidesFile{pstricks-xetex-bidi.def}[2010/07/25 v0.2 bidi adaptations for pstricks package for XeTeX engine] -\def\pspicture{\begingroup\ifmmode\else\@RTLfalse\fi\pst@ifstar\pst@picture}% +\ProvidesFile{pstricks-xetex-bidi.def}[2010/07/25 v0.3 bidi adaptations for pstricks package for XeTeX engine] +\let\origin@pspicture=\pspicture +\let\origin@endpspicture=\endpspicture +\def\pspicture{\ifmmode\else\beginL\fi\origin@pspicture} +\def\endpspicture{\origin@endpspicture\ifmmode\else\endL\fi} %% %% Copyright © 2009-2010 by Vafa Khalighi <vafakh84@gmail.com> %% |