emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [babel] maxima support?


From: Eric Schulte
Subject: Re: [Orgmode] [babel] maxima support?
Date: Fri, 25 Feb 2011 16:58:03 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Great, Thanks for sharing!

Why don't we replace the shell-script munging with some elisp munging
and add this to the core?

I can help with the translation to elisp (although I may be busy through
the weekend/week).

Best -- Eric

Eric S Fraga <address@hidden> writes:

> Litvinov Sergey <address@hidden> writes:
>
>> I have not found (i)maxima on this page.
>> http://orgmode.org/worg/org-contrib/babel/languages.html
>> (Babel: Languages)
>>
>> Has someone implemented it?
>
> I have implemented a very basic interface (attached).  Example:
>
> #+begin-src org
> * maxima test
> *** simple test
>     #+begin_src maxima
> programmode: false;
> eq: x**2-1 = 0;
> solution: solve(eq, x);
> print(solution);
>     #+end_src
>
>     #+results:
>     : [x = - 1, x = 1] 
> #+end_src
>
> However, please note that this is rather linux (maybe Unix) specific in
> that it post-processes the output of maxima using a sequence of shell
> commands to get rid of unnecessary (to my mind) output.  Maxima is a bit
> verbose...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]