mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] TeXmacs support for SAGE-Math


Chronological Thread 
  • From: henrigirard <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] TeXmacs support for SAGE-Math
  • Date: Wed, 16 May 2012 21:54:15 +0200

Le 16/05/2012 21:47, henrigirard a écrit :
Le 16/05/2012 15:12, arshpreet singh a écrit :
to install Texmacs plug-in i used the software package and method
from the following link:

http://www.sagemath.org:9001/TeXmacs

but in the texmacs editor i am still unable to start SAGE
session.there is no option for SAGE in the Insert -> Session.

please help to solve this.


No need to install texmacs plugin... (I fear even it's not good ?)
For example on ubuntu, install texmacs from repository. Then get sagemath binary version (or you can compile it but it needs few hours). Uncompress it and you get a sage dir.
cd sage
edit sage file and set dir to /usr/share/sage (if you don't do it the first time sage starts it does it)
sudo mv sage /usr/share/sage
sudo ln -s /usr/share/sage/sage /usr/bin/sage

If you start texmacs you should see sage in the menu

Otherwise reboot but it should be ok

regards
Henri

I correct a possible missunderstanding :
sudo mv sage is "sage directory" not sage file

so one must be outside sage directory to move the dir
sudo mv sage /usr/share/sage
and the link is on the sage file not on sage directory (maybe it's not usefull to precise it, but sometimes i get wrong)





Archive powered by MHonArc 2.6.19.

Top of page