On 06/10/2014 06:12 PM, Waldek Hebisch wrote:
> I have impression that you make several changes which go beyond
> generating LaTeX.  In particular, AFAICS 'array' works fine
> LaTeX and I do not see why you replace it by 'pmatrix'.

Why do you fight for 'array' instead of 'pmatrix'?

> Also, have you checked that 'ungroup' handles each case correctly?
> In partucluar, are you sure that no construct will generate empty
> group (AFAICS 'ungroup' would colapse empty group to nothing which
> changes semantics).

I haven't seen a bug. No latex error for the whole book.
Do you want me to add a testsuite?

Furthermore, ungroup only removes braces if the first and the last
character of the string is { and }, respectively. If ungroup simplifies
{} to the empty string, that doesn't matter for the cases where I have
added 'ungroup'.

The only problem that can possibly happen is if ungroup removes braces
from something like "{....}{...}", but I haven't seen code that
generates a string like this.

Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to