Date:Sun, 12 May 2002 21:37:02 +0300
Reply-To:Hebrew TeX list <[log in to unmask]>
Sender:Hebrew TeX list <[log in to unmask]>
From:Dan Kenigsberg <[log in to unmask]>
Subject:Re: negative logic of scalebox
In-Reply-To:<[log in to unmask]> from "Dekel Tsur" at
May 12, 2002 07:30:18 PM
Content-Type:text/plain; charset=us-ascii
>
> A better solution is to add the following to the preamble, and the you can use
> scalebox as usual:
>
> \makeatletter
> \let\oGscale@start=\Gscale@start
> \let\oGscale@end=\Gscale@end
> \def\Gscale@start{\if@rl \oGscale@end\else \oGscale@start\fi}
> \def\Gscale@end{\if@rl \oGscale@start\else \oGscale@end\fi}
> \makeatother
>
Sorry, but as it does not work for me as-is. I see no change in the output.
I cannot see \scalebox using \Gscale@start, either - but this is probably
because I don't have clue what it is or where it is used...
Dan.