Dear Waldek,

Waldek Hebisch <[EMAIL PROTECTED]> writes:

> Just a little observation, after doing:
> 
> )set output tex on
> 
> I get the output below.  Note that all normal Axiom output is indented, while
> TeX output begins just at the begining of the line.  So if you just scan for
> dollar as first char you know that algebra output has ended.  Skipping over
> TeX output should be very easy.

Well, I think it would be better not to rely on )set output tex on or some
such, since the user is (and should be) able to turn it off and on as he
wishes.  I want to give full access to the interpreter, and I also do not want
to rely on output not being in the first line, that may change.  I must admit
that )fin is already broken, but that might not be so difficult to catch.

> Btw.  Looking at 'output' routine in i-output.boot.pamphlet it seem quite
> easy to add any markers that you need (just print them before and/or after
> call to 'mathprintWithNumber').

Yes, that may make sense.  Still, I'll leave it for the moment.  I haven't
found a possibility to produce a bug yet (apart from )fin which won't work),
after all. (Please try, though!)

Many thanks for the feedback,

Martin



_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to