MathML/Element/mspace

Aus SELFHTML-Wiki
< MathML‎ | Element(Weitergeleitet von Mspace)
Wechseln zu: Navigation, Suche

Das mspace-Element steht für einen Leerraum beliebiger Größe, wie er durch seine Attribute festgelegt ist.

Syntax
<mspace />
Beispiel
  <mn>1</mn>
  <mspace width="1em"
          style="border-top: 1px solid blue"/> 
  <mfrac>
    <mrow>
      <mn>2</mn>
      <mspace depth="1em"
              style="border-left: 1px solid blue"/>
    </mrow>
    <mrow>
      <mn>3</mn>
      <mspace height="2em"
              style="border-left: 1px solid blue"/>
    </mrow>
  </mfrac>
Mspace-example.png
<mspace> wird verwendet, um Abstand innerhalb der Formel zu erzwingen (ein 1px blauer Rand wird hinzugefügt, um den Abstand leicht sichtbar zu machen).


Siehe auch

Weblinks