Re: Vectors.

Hi.

How would one mark up vectors in MathML 2.0?

There are a number of options, depending on the notation you use, and
whether you are using presentation or content.

bold v:

  <mi mathvariant="bold">v</mi>

v with an arrow/harpoon/etc over it:

  <mover>
    <mi>v</mi>
    <mo>&rarr;</mo>
  </mover>

v in content markup:

  <ci type="vector"> A </ci>


Is this what you wanted?

--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, 25 March 2004 16:48:34 UTC