On 07/26/2011 02:43 PM, Vafa Khalighi wrote:
Right. Fixing it was easy:%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \makeatletter \def\Grot@box@std#1#2{\ifmmode\else\if@RTL\bgroup\textdir TLT\fi\fi% \Grot@setangle{#1}% \setbox\z@\hbox{{\if@RTL\bgroup\textdir TRT\fi#2\if@RTL\egroup\fi}}% \Grot@x\z@ \Grot@y\z@ \Grot@box\ifmmode\else\if@RTL\egroup\fi\fi} \makeatother
With the addition of \newif\if@RTL \@RTLtrue that fixed my own minimal example as well. Best wishes, Taco
