diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-21 22:34:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-21 22:34:37 +0000 |
commit | fb81739c4b532ef581722de5224fd2b9c6228aba (patch) | |
tree | 6a439e73cbf06c43004804c3106ce7c55c8e20bc /Master/texmf-dist/tex/xelatex/bidi/pgf-xetex-bidi.def | |
parent | bad4f5bef3040e319c0b3e9803061846086bbe37 (diff) |
bidi (21nov14)
git-svn-id: svn://tug.org/texlive/trunk@35638 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/bidi/pgf-xetex-bidi.def')
-rw-r--r-- | Master/texmf-dist/tex/xelatex/bidi/pgf-xetex-bidi.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/xelatex/bidi/pgf-xetex-bidi.def b/Master/texmf-dist/tex/xelatex/bidi/pgf-xetex-bidi.def index 961bea41d5c..bd075ffdb32 100644 --- a/Master/texmf-dist/tex/xelatex/bidi/pgf-xetex-bidi.def +++ b/Master/texmf-dist/tex/xelatex/bidi/pgf-xetex-bidi.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{42863} +%% \CheckSum{42904} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z @@ -34,12 +34,12 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} %% -\ProvidesFile{pgf-xetex-bidi.def}[2014/11/20 v0.5 bidi adaptations for pgf package for XeTeX engine] +\ProvidesFile{pgf-xetex-bidi.def}[2014/11/21 v0.6 bidi adaptations for pgf package for XeTeX engine] \let\origin@pgfpicture=\pgfpicture \let\origin@endpgfpicture=\endpgfpicture \def\bidi@pgfpicture{\ifmmode\else\beginL\fi\origin@pgfpicture} \def\endbidi@pgfpicture{\origin@endpgfpicture\ifmmode\else\endL\fi} -\def\pgfpicture{\ifmmode\else\LTR\beginL\fi\origin@pgfpicture} +\def\pgfpicture{\ifmmode\else\LTR\noindent\beginL\fi\origin@pgfpicture} \def\endpgfpicture{\origin@endpgfpicture\ifmmode\else\endL\endLTR\fi} \endinput %% |