emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] imaxima babel


From: Eric Schulte
Subject: Re: [O] imaxima babel
Date: Thu, 21 Nov 2013 16:33:19 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Changing ":results output" to ":results output latex" in Rüdiger's nice
example below would probably be an improvement.

Best,

Rüdiger Sonderfeld <address@hidden> writes:

> TeX output is a feature of Maxima.  See
> (info "(maxima) Functions and Variables for TeX Output")
>
> E.g.
>
> #+name: solve-maxima
> #+header: :exports results
> #+begin_src maxima :results output
>   tex(exp(-x)/x);
> #+end_src
> #+RESULTS: solve-maxima
> : $${{e^ {- x }}\over{x}}$$
>
>
> On Thursday 21 November 2013 23:58:35 address@hidden wrote:
>> Hi,
>> 
>> Is there a way to evaluate imaxima source code in org-mode to display
>> the latex output inline in the org-buffer? I have found in [1] how to
>> evaluate maxima code, but I don't understand if and how to adopt it to
>> get the nice latex/pdf output. Any pointers appreciated, or just whether
>> it is possible or not.
>> 
>> 
>> I am running emacs 24.3.1 with org mode 7.9.3f.
>> 
>> Thanks,
>> 
>> Johnny
>> 
>> Footnotes:
>> [1]  http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-maxima.html
>
>

-- 
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D



reply via email to

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