Bug 132717 - Work with Tables in Formula Editor
Summary: Work with Tables in Formula Editor
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Formula Editor (show other bugs)
Version:
(earliest affected)
7.0.0.0.alpha0+
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL: https://www.w3.org/TR/MathML2/chapter...
Whiteboard:
Keywords: filter:odf
Depends on:
Blocks: Formula-Editor
  Show dependency treegraph
 
Reported: 2020-05-05 13:15 UTC by Ramon Tavarez
Modified: 2020-06-28 14:06 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ramon Tavarez 2020-05-05 13:15:18 UTC
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:
Comment 1 Regina Henschel 2020-05-05 14:32:11 UTC
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?
Comment 2 dante19031999 2020-06-21 23:14:30 UTC
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.
Comment 3 Ramon Tavarez 2020-06-28 12:48:22 UTC
(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
Comment 4 Regina Henschel 2020-06-28 14:06:53 UTC
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.