latex output



   >From mailnull  Thu Jun  6 19:19:51 2013
   Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.223.171 as permitted sender) client-ip=209.85.223.171; envelope-from=thebookworm101 at gmail.com; helo=mail-ie0-f171.google.com;
   Date: Thu, 6 Jun 2013 22:18:25 +0300
   From: jiun bookworm <thebookworm101 at gmail.com>
   CC: Robert Dodier <robert.dodier at gmail.com>, <maxima at math.utexas.edu>
   Content-Type: multipart/alternative; boundary="047d7bdc1666ac70ec04de812d18"

   --047d7bdc1666ac70ec04de812d18
   Content-Type: text/plain; charset="ISO-8859-1"

   what would i need to add to my  maxima-init.mac to make this permanent?
   :lisp (setf *alt-display2d* (lambda(x) (mfuncall '$mathml x)))
   by itself can be added to the  init file it will trigger some ugly
   traceback like thing :)

Put 

($load "mathml")
(setf *alt-display2d* (lambda(x) (mfuncall '$mathml x)))

in maxima-init.lisp (in the same directory as maxima-init.mac).

Leo