mailing-list for TeXmacs Users

Text archives Help


Subject: Copy/Paste in Maxima session under TexMacs


Chronological Thread 
  • From: "J. Hart" <address@hidden>
  • To: address@hidden
  • Cc: address@hidden
  • Subject: Subject: Copy/Paste in Maxima session under TexMacs
  • Date: Wed, 12 May 2004 15:30:47 +0900


Question :

A copy from a "math mode" displayed expression and
paste to a Maxima session input line gives TeX code
rather than valid Maxima syntax ? Is this to be
expected ? Will this be changed in the future ?

Example :

The following Maxima expression is entered on a
"normal mode" Maxima input line :

integrate((exp(x*x)*sin(x))/(x*x),x);

A copy from the "math mode" displayed response and
paste to a Maxima session "normal mode" input line gives :

int(((e^(x^2)*sin x)/(x^2))d*x

This is not valid Maxima syntax.

e.g.
The "integration symbol" is not entered as "integrate"
"dx" is not entered as ",x)"
"sin x" is not entered as "sin(x)" ?






Archive powered by MHonArc 2.6.19.

Top of page