mailing-list for TeXmacs Users

Text archives Help


Re: yacas interface


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: <address@hidden>
  • Cc: <address@hidden>
  • Subject: Re: yacas interface
  • Date: Sun, 22 Jun 2003 13:43:53 +0200 (CEST)


On Sat, 14 Jun 2003, Matteo Bertini wrote:
> Hi all, I'm happily using TeXmacs for a lot of university works, it is
> in my opinion one of the best tools for tecnical/math writing, if not
> the best, at least the fastest typing!
>
> I have noticed a little problem in the yacas interface, if I white:
>
> x1^2*x2+x2
>
> I have back a right formatted output with x_1 and x_2, but if i select
> and paste at the prompt, the subscript is badly converted in this way:
>
> x[1]^2x[2]+x[2]
>
> we have too much [] and x1^2x2 without the * between the ^2 and the next
> variable.
>
> Is it a problem or I'm missing some configuration somewere?

The interface with Yacas is very elementary. Someone would have to write
a small file for converting TeXmacs expressions into Yacas input,
like we did for many other systems; see

plugins/macaulay2/progs/m2-input.scm
plugins/maxima/progs/maxima-input.scm
plugins/r/progs/r-input.scm
etc.

and

progs/texmacs/plugin/plugin-convert.scm

If someone volunteers for spending one or two hours on this;
this should not take too much time if you know the Yacas
syntax well enough.



  • yacas interface, Matteo Bertini, 06/14/2003
    • Re: yacas interface, Joris van der Hoeven, 06/22/2003

Archive powered by MHonArc 2.6.19.

Top of page