Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top