Description: Insert tables objects into Math files Actual Results: Not available Expected Results: Capability of insert tables into the Formula Editor's objects, (just like a matrix with cells separated by lines Reproducible: Always User Profile Reset: No Additional Info:
A formula is written to file as MathML. Which MathML element do you request to be newly supported? Or do you ask for a predefined formula text, that generates something, that looks like a table?
It's a good idea, but it wold be very hardcore for someone handwritting something like that. There are tones of parameters (border style, cell background, merge cells, ...). I don't really see how to implement it in a human understable way. If you come with any idea let me know.
(In reply to Regina Henschel from comment #1) > A formula is written to file as MathML. Which MathML element do you request > to be newly supported? > Or do you ask for a predefined formula text, that generates something, that > looks like a table? Hi. Excuse the long time to answer. It may be a predifined format to arrange text into an Array that looks like a table
The symbol 'matrix' corresponds to the <mtable> element in MathML. To get a table with lines between the rows and columns, it would be needed to implement its attributes 'frame', 'rowlines' and 'columnlines'. It is a valid feature request.