summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bidi/tikz-xetex-bidi.def
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-14 18:39:21 +0000
committerKarl Berry <karl@freefriends.org>2010-05-14 18:39:21 +0000
commit68718172c3dd919c579d25e9534ef18f67c62692 (patch)
tree46e077330de4e2644e76296c8f5d2ac041dc308a /Master/texmf-dist/tex/latex/bidi/tikz-xetex-bidi.def
parentafc4f8ea64aab19792d8dfc601c957eea844ff13 (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/tikz-xetex-bidi.def')
-rw-r--r--Master/texmf-dist/tex/latex/bidi/tikz-xetex-bidi.def8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/bidi/tikz-xetex-bidi.def b/Master/texmf-dist/tex/latex/bidi/tikz-xetex-bidi.def
index 88e5703bed6..2547d4b12a4 100644
--- a/Master/texmf-dist/tex/latex/bidi/tikz-xetex-bidi.def
+++ b/Master/texmf-dist/tex/latex/bidi/tikz-xetex-bidi.def
@@ -8,11 +8,13 @@
%% License information appended.
%%
%%
-\ProvidesFile{tikz-xetex-bidi.def}[2010/07/25 v0.2 bidi adaptations for tikz package for XeTeX engine]
+\ProvidesFile{tikz-xetex-bidi.def}[2010/07/25 v0.4 bidi adaptations for tikz package for XeTeX engine]
\let\origin@tikzpicture=\tikzpicture
\let\origin@endtikzpicture=\endtikzpicture
-\def\tikzpicture{\ifmmode\else\LTR\fi\origin@tikzpicture}
-\def\endtikzpicture{\origin@endtikzpicture\ifmmode\else\endLTR\fi}
+\let\pgfutil@minipage=\minipage
+\let\pgfutil@endminipage=\endminipage
+\def\tikzpicture{\ifmmode\else\beginL\fi\origin@tikzpicture}
+\def\endtikzpicture{\origin@endtikzpicture\ifmmode\else\endL\fi}
%%
%% Copyright © 2009-2010 by Vafa Khalighi <vafakh84@gmail.com>
%%