problems in tex(tensor)



Hi,

Something gets broken in tex(tensor expression) after update the cvs tree this day.
(I would use the old package if the function texput was working there)

(C1) load(itensor);
(D1)     /usr/local/share/maxima/5.9.0.1cvs/share/tensor/itensor.lisp
(C2) bothcases:false;
(D2)                                 FALSE
(C3) show(G([a,b],[c,i],i2,i1))$
                      		          C I
(D3)                              G
                                          A/B,I2/I1
(C4) tex(%);
$$G\left(\left[ A,B \right] ,\left[ C,I \right] ,I_2,I_1\right)$$
(D4)                                 FALSE
So tensors are  now done in the wrong way

On Sunday 16 March 2003 08:52, Jay Belanger wrote:
> Valerij Pipin <pip@iszf.irk.ru> writes:
> > After upgrading the cvs-tree tonigth the following lines hangs
> > my emacs-21.2 after C-c C-u c
> >
> > \beginmaxima
> > texput(KDELTA,"\delta");
> > texput(CURVATURE,"\cal{R}");
> > texput(CHR2,"\Gamma");
> > texput(CHR1,"\Gamma");
> > \endmaxima
> >
> > rgds,
> > Valerij
>
> Oops, sorry.  There was a bad regular expression in maxima.el, so it
> thought that \ was the end of a form.  It's fixed now.
>
> Jay
> _______________________________________________
> Maxima mailing list
> Maxima@www.math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima