output in plain text one line



in maxima if I write for example
(%i2) a+b/2;

I get:

                                     b
(%o2)                                - + a
                                     2


Could I get the output in one line form like b/2+a ?