Unformatted output? how to display



[Albert Reiner <areiner@tph.tuwien.ac.at>, 19 Oct 2004 16:21:17 +0200]:
> If you don't want to set display2d globally, you can define
> 
> normalprint(expr) ::=
>   buildq([expr], block([display2d: false], expr)) $

Ooops - that doesn't work.

normalprint(expr) ::=
  buildq([expr], block([display2d: false], disp(expr))) $

(C2) normalprint( 3*x^2/4 );

3*x^2/4

(D2)                                 DONE

Albert.