Re: [fricas-devel] Change to OutputForm

2011-03-14 Thread Waldek Hebisch
Martin Rubey wrote: > > Waldek Hebisch writes: > > > I have now updated MathML format and also did a few changes to > > TeX and Texmacs format. The changes should fix few > > problems. First, long standing problem with missing > > parenthesis. > > Here is a testcase. I have no way currently

Re: [fricas-devel] Change to OutputForm

2011-03-13 Thread Martin Rubey
Waldek Hebisch writes: > I have now updated MathML format and also did a few changes to > TeX and Texmacs format. The changes should fix few > problems. First, long standing problem with missing > parenthesis. Here is a testcase. I have no way currently to check anything but the output of Out

Re: [fricas-devel] Change to OutputForm

2011-03-12 Thread Waldek Hebisch
I have now updated MathML format and also did a few changes to TeX and Texmacs format. The changes should fix few problems. First, long standing problem with missing parenthesis. Second, most relational operators were missing -- I have added them. Third, MathML used (sub)string match to parse O

[fricas-devel] Change to OutputForm

2011-03-07 Thread Waldek Hebisch
I have just commited change to OutputForm so that output form for derivatives is '(PRIME a b)' where 'a' is the function (symbol) and 'b' is sequences of commas or roman numeral in parenchesis. Previously we had '(SUPERSUB a " " b)' which was indistingushable from normal superscripts. I have adju