- From: Robert Miner <RobertM@dessci.com>
- Date: Thu, 4 Dec 2003 16:10:02 -0600
- To: webpepejuan@mixmail.com
- Cc: www-math@w3.org
Hi.
> I am interested in representing vertical lists is MathML.
> For example in the case of a equation system, for example {x+y=1,x-y=0},
> it is sometimes interesting to represent in a vertical way
>
> / \
> | x+y=1|
> < >
> | x-y=0 |
> \ /
>
> which way should I represent it with MathML.
The most straight forward way is
<mrow>
<mo>{</mo>
<mtable>
...
...
</mtable>
<mo>}</mo>
</mrow>
where the table is 2x1 with one equation in each cell.
--Robert
------------------------------------------------------------------
Dr. Robert Miner RobertM@dessci.com
MathML 2.0 Specification Co-editor 651-223-2883
Design Science, Inc. "How Science Communicates" www.dessci.com
------------------------------------------------------------------
Received on Thursday, 4 December 2003 17:09:47 UTC