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 [email protected] 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