emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] imaxima babel


From: Rüdiger Sonderfeld
Subject: Re: [O] imaxima babel
Date: Fri, 22 Nov 2013 00:07:36 +0100
User-agent: KMail/4.11.2 (Linux/3.11.0-12-generic; KDE/4.11.2; x86_64; ; )

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




reply via email to

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