Skip to Content.
Sympa Menu

texmacs-users - Maxima/TeXmacs interaction with custom variable

Subject: mailing-list for TeXmacs Users

List archive

Maxima/TeXmacs interaction with custom variable


Chronological Thread 
  • From: Sébastien Lion <address@hidden>
  • To: address@hidden
  • Subject: Maxima/TeXmacs interaction with custom variable
  • Date: Thu, 17 Nov 2005 20:19:04 +0100

Hi,

I recently began to use maxima and TeXmacs (I'm pretty new to both softwares) and I'd like to have the following behaviour :
1) have texmacs to display \bar{\phi} when I input ihp in maxima
2) be able to copy the output, paste it into a maxima input field and get ihp back.

I managed to get behaviour (1) by adding the following line to texmacs-maxima-5.9.2.lisp :
(defprop $ihp "\\bar{\\phi}" texword)
but this does not allow copy and paste of the output. I tried to create a texmacs style and I also tried to hack maxima-input.scm to get this behaviour, but did not succeed.

Could someone help me with this matter? Also, how could I do this without modifying the system-wide files of the maxima plugin?

Thanks a lot !

Sebastien



Archive powered by MHonArc 2.6.19.

Top of Page