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
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
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
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