From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Subject: Re: imaxima babel Date: Fri, 22 Nov 2013 00:07:36 +0100 Message-ID: <35517207.uS1ReSrXEG@descartes> References: <87li0htl9g.fsf@gmx.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjdLm-00041D-RI for emacs-orgmode@gnu.org; Thu, 21 Nov 2013 18:08:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjdLh-00046W-Dc for emacs-orgmode@gnu.org; Thu, 21 Nov 2013 18:07:54 -0500 Received: from ptmx.org ([178.63.28.110]:48655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjdLh-00046O-83 for emacs-orgmode@gnu.org; Thu, 21 Nov 2013 18:07:49 -0500 In-Reply-To: <87li0htl9g.fsf@gmx.co.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: yggdrasil@gmx.co.uk 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 yggdrasil@gmx.co.uk 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