inchar, outchar and linechar



On Tue, May 11, 2004 at 08:39:36PM -0500, James Amundson wrote:
> ---------------------------------------------------------
> (%i1) x+y;
> 
> (%o1)                                y + x
> (%i2) tex(%i1);
> 
> 
> |(%i1) y+x;|
> (%o2)                                (%i1)
> (%i3) tex(%o1);
> 
> $$y+x\leqno{\tt (\%o1)}$$
> (%o3)                               (\%o1)
> ---------------------------------------------------------

I find all those % in the prompts annoying. How about not displaying the
%s in the screen?:

(i1) x+y;

(o1)                                y + x
(i2) tex(%i1); 

|(%i1) y+x;|
(o2)                                (%i1)
(i3) tex(%o1);
 
$$y+x\leqno{\tt (\%o1)}$$
(o3)                               (\%o1)


Regards,
Jaime