It is certainly something that we'd like to support, but there are no
immediate plans to add it to the HTML-CSS output (For NativeMML
output, it is up to the browser whether it is supported or not). Once
v2.0 is out, we will begin prioritizing the next round of features and
enhancements. Finishing the table support is certainly one
possibility there.
> (This is not a bug report because I think Davide is aware of this. He
> is the one who made the tests of MathJax for w3.org.)
Yes, I am aware of the deficiency.
> But, anyway, since MathJax don't yet support elementary math
> functions, all elementary math which shows the addition of numbers (of
> equations) in a vertical form have to be set up using mtables. It
> would be very useful to have the support for columnspan and rowspan. I
> have to resort to nested tables every time I need columnspan or
> rowspan.
Support for the elementary math constructs is also another possibility
for future work. It all depends on what the community and the
supporters are willing to back, either through their own code
contributions, or financial support to have me do the coding.
Davide
http://groups.google.com/group/mathjax-users/browse_thread/thread/561b040757e5b722
Something similar could be done for other long division forms. The
code pretty terrible, but it is not impossible to make it work.
Davide
Davide
Davide
standard latex tables and arrays support column spanning via
\multicolumn. Row spanning is a bit harder in TeX but the multirow
package provides a de facto standard markup for row spans.
David