Other than printing, a new feature in wxMaxima 0.6.0 is the
ability to copy input and output as one-dimensional ASCII
text. In the previous version, I wasn't able to do this--to
past output into email, I had to use Xmaxima or an (X)emacs
shell. Example of copying two-dimensional wxMaxima output
(%i1) sum(1/k,k,1,25);
(%o1) 34052522467/8923714800
Barton