Hi all.

If I want to set the space between columns in a MathML <mtable>, how do I
do it?

Minimal non-working example below (set the attribute columnspacing to
anything you like and it seems to be ignored). Is this a bug or is there a
feature I've missed?

\usemodule[mathml]
\starttext
\xmlprocessdata{}{<formula>
<math xmlns='http://www.w3.org/1998/Math/MathML'>
 <mtable columnalign="right center left" columnspacing="1em">
  <mtr>
   <mtd><mi>a</mi><mi>b</mi></mtd>
   <mtd><mo>=</mo></mtd>
   <mtd><mi>c</mi><mi>d</mi></mtd>
  </mtr>
  <mtr>
   <mtd><mi>e</mi><mi>f</mi></mtd>
   <mtd><mo>=</mo></mtd>
   <mtd><mi>g</mi><mi>h</mi></mtd>
  </mtr>
 </mtable>
</math></formula>}{}
\stoptext

Many thanks.

Duncan
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to