Fw: latex to maxima code (fwd)



Sent from my BlackBerry? wireless device via Vodafone-Celcom Mobile.

-----Original Message-----
From: razif66 at gmail.com
Date: Mon, 18 Apr 2011 15:45:46 
To: Leo Butler<l.butler at ed.ac.uk>
Reply-To: razif66 at gmail.com
Subject: Re: [Maxima] latex to maxima code (fwd)

Thanks leo,i try used stringout(a,all) command and it save all input command that I gave in maxima...but how to save the output one?so that I can used the output file for next computation?
Sent from my BlackBerry? wireless device via Vodafone-Celcom Mobile.

-----Original Message-----
From: Leo Butler <l.butler at ed.ac.uk>
Sender: maxima-bounces at math.utexas.edu
Date: Mon, 18 Apr 2011 15:35:19 
To: Maxima List<maxima at math.utexas.edu>
Subject: Re: [Maxima] latex to maxima code (fwd)

< 
< 
< ---------- Forwarded message ----------
< Date: Mon, 18 Apr 2011 13:36:57 +0000
< From: razif66 at gmail.com
< To: Leo Butler <l.butler at ed.ac.uk>
< Subject: Re: [Maxima] latex to maxima code
< 
< no,I have others software that can read latex file generated from maxima...what I try to get is,how can I convert latex file to maxima code back?so that I can reuse the mathematical expression for other work?
< 
< Is there any way for me to save the output from maxima and loaded it back for others work?
< ------Original Message------
< From: Leo Butler
< To: razif razali
< Cc: maxima at math.utexas.edu
< Subject: Re: [Maxima] latex to maxima code
< Sent: Apr 18, 2011 21:18
< 
< 
< 
< On Mon, 18 Apr 2011, razif razali wrote:
< 
< < Dear all maxima users,
< < is there any way to convert latex code that produce from Maxima to be converted back to Maxima code?
< < from what I know to convert Maxima result to latex code is just by giving ' tex(%) ' command, but how to reconvert back to maxima code?
< 
<  If you are looking to put Maxima code inside a LaTeX document,
<  there is an Emacs package in the Maxima distribution called
<  emaxima. You can find documentation for it under doc/emaxima
<  in the Maxima sources.
< 
<  Leo
<


Please send your replies to the Maxima list if you have asked the
question on that list.

---

I don't know if there is a function/code, call it untex, such that
untex(tex(%)) = %. Isn't it rather silly to ask for such a thing, since
% obviously holds the Maxima code you want.

However, if you look at the documentation for EMaxima you may find
that it does something almost as good: you can embed Maxima code
in LaTeX, run that code, and have it inserted into the document
as LaTeX code.

I believe that wxmaxima has some similar capabilities, but a
wxmaxima user is better placed to comment.

---

Having said all this, is it possible that you just want some means to
save your Maxima code? If so, maybe you want to look at

save or
stringout


Leo

-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.

_______________________________________________
Maxima mailing list
Maxima at math.utexas.edu
http://www.math.utexas.edu/mailman/listinfo/maxima