W3C home > Mailing lists > Public > www-amaya@w3.org > July to September 2004

Height of brackets in MathML mfenced element

From: <Chris.Bradley@softwareag.com>
Date: Mon, 26 Jul 2004 12:15:18 +0200
Message-ID: <0AE50E462665EB4898CACAC8DA1698224DD4E1@DAEMSG03.eur.ad.sag>
To: <www-amaya@w3.org>
Hi, 
 
When I use the "mfenced" element of MathML to create a matrix that
extends over several lines vertically, the height of the brackets that
Amaya generates seems to be restricted to 3 lines. Is there some way I
can get the brackets to extend the full height of the matrix contents?
For example, the following MathML code is rendered with A,B,C,D,E
correctly positioned in a vertical line but with the brackets only
extending from the B to the D.
 
  <mfenced open="{" close="}">
    <mtable>
      <mtr><mtd><mi>A</mi></mtd></mtr>
      <mtr><mtd><mi>B</mi></mtd></mtr>
      <mtr><mtd><mi>C</mi></mtd></mtr>
      <mtr><mtd><mi>D</mi></mtd></mtr>
      <mtr><mtd><mi>E</mi></mtd></mtr>
    </mtable>
  </mfenced>
 
Regards,
Chris
 
Received on Monday, 26 July 2004 06:14:51 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:30:45 UTC