> I'm using emaxima/maxima 5.9.1
> In order to refine the TeX-Output provided by emaxima I would like to
> suppress the input
> lines beeing reflected to the output. Is there a chance to do it by
> modification of the
> appropriate *.sty-file?
> Any hints or comments are appreciated.
In emaxima.sty, in the definition of maximatexsession,
replace the lines
\def\C{...
...\dom@ximatexsessionverbatim}
with
\def\C##1.##2\\{}
In cvs, emaxima has changed somewhat (in theory to improve it), when I
get the chance I'll make it more configurable so this can be done
without altering the sty file.