Question about output



[sen1 at math.msu.edu, Thu, 5 Apr 2007 17:33:09 -0400 (EDT)]:
> Hello,
>   I am teaching a course in which I am using maxima, and I would like
>   to be able to make demonstations which look like the web format of
>   the manual (which is included in the distribution).

If you are comfortable with Emacs, you can use Emaxima to both run
your Maxima commands from within the LaTeX buffer and to get it
typeset properly; I've been using it heavily the last couple of weeks
at my new job.

To avoid the problem with the tabs, make sure that the lines

,----[ maxima.el ]
|         (add-to-list 'comint-output-filter-functions
|                      'inferior-maxima-replace-tabs-by-spaces)
`----

are not commented out (preceding semicola) in maxima.el.

Regards,

Albert.