From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: imaxima babel Date: Wed, 27 Nov 2013 09:54:46 +0100 Message-ID: References: <87li0htl9g.fsf@gmx.co.uk> <35517207.uS1ReSrXEG@descartes> <87ppptjd0s.fsf@gmail.com> <878uwgtlhq.fsf@gmx.co.uk> <87a9gvgk7l.fsf@gmail.com> <878uwaomnz.fsf@gmx.co.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vlatb-00077r-DF for emacs-orgmode@gnu.org; Wed, 27 Nov 2013 03:55:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlatV-00009U-7K for emacs-orgmode@gnu.org; Wed, 27 Nov 2013 03:54:55 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:50496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlatV-00009P-0V for emacs-orgmode@gnu.org; Wed, 27 Nov 2013 03:54:49 -0500 In-reply-to: <878uwaomnz.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: yggdrasil@gmx.co.uk Cc: =?utf-8?Q?R=C3=BCdiger?= Sonderfeld , emacs-orgmode@gnu.org, Eric Schulte Hello Johnny, yggdrasil@gmx.co.uk writes: > Many thanks for all the help! I have now figured out how to use maxima > from org-mode source blocks and display the results as pretty printed > equations online. To remember, I made a small summarising example file, > attached below for posteriority. This is very useful, thanks a lot. A couple comments and questions on your example file (which would be a nice addition to worg). It would be useful to know more about maxima and how to enable it with babel (a link to existing documentation, if there is any, would be great). In my setup, the previewing latex fragment keybinding is "C-c C-x C-l", not "C-c C-x C-x". I tried previewing the fragment, but I got the error: ,---- | Failed to create dvi file from /var/folders/68/fvntfrw92y50gkk_67rkhsfw0000gn/T/orgtex16220cbr.tex `---- Looking at the tex file and the log file, it seems that the tex files is to be processed by xelatex, but the command called seems to be pdfTeX. I probably have something misconfigured, but I don't know what it is. Any suggestion? Finally, and it's a nitpick: breaking lines in the middle of (info ...) links prevents following them using "C-x C-e". Thanks again, Alan