From: fred
Subject: [imaxima 0.7/maxima 5.9] subscripted variable powered...
Date: 
Message-ID: <tboer2e3cv.fsf@free.fr>
Hi all,

I have a problem under imaxima (note that with TeXmacs/maxima too) with
subscripted variable raised to power n.

If I type

  x^3;

the result is ok, if I type

  x[i];

too.

But if I type

 x[i]^2;

the result looks like

 x^2(i)

What's wrong ?

The reason is that clisp sends to tex

 x^{2}\left(i\right)

instead of

 x_i^{2}

How can I hack the trick ?


Thanks in advance,

-- 
Fred.