Question

I'm using JEuclid library for rendering MathML script. I want to display data tables using MathML.

I googled it but all the results describe mtable with examples showing describing matrices.

So, I'm puzzled whether it is possible. In our current framework, it's not possible to use any other resources except graphics object of JPanel or MathML script.

So, please point me in the right direction. Any links to examples would be highly appreciated.

Was it helpful?

Solution

mtable is not specifically for matrices (in particular it does not add parenthesis around the data) It is used for all vertical alignment layouts such as tables and aligned equations.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top