display2d:false does automatic line-breaking based on line length (linel).
If you really want the result all on one line, you can set linel to 10^6,
say.
-s
On Tue, Feb 12, 2013 at 4:30 AM, Rupert Swarbrick <rswarbrick at gmail.com>wrote:
> Antonio Lapira <antoniolapira at yahoo.it> writes:
> > Could I get the output in one line form like b/2+a ?
>
> Yep!
>
> Maxima 5.29.1 http://maxima.sourceforge.net
> using Lisp GNU Common Lisp (GCL) GCL 2.6.7 (a.k.a. GCL)
> Distributed under the GNU Public License. See the file COPYING.
> Dedicated to the memory of William Schelter.
> The function bug_report() provides bug reporting information.
> (%i1) display2d: false;
>
> (%o1) false
> (%i2) a+b/2;
>
> (%o2) b/2+a
>
>
> Rupert
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>
>