GNU Emacs minor mode to create ASCII math formula using GNU Maxima.
developped and tested under GNU Emacs 23 snapshot.
When using imaxima/imath-mode, I find a similar feature is also useful, namely an imath-mode outputing ASCII-art (display2d:true for maxima) maths to an editing buffer, in the follow ways.
it is not hard to implement such feature. I can see that when C-c ! in imath-mode buffer a section of {latex ... latex} is generated from maxima process. We can just change display:imaxima to display:true in the sub maxima process and create a new section of {aa ... aa} to place the output ASCII-art formulas.