TK IP Rečnik Optika Zanimljivo math settings
  • Kopiraj označeni tekst
  • Pronađi u rečniku
  • Option 3
  • ASD

    MDN math
    <mo></mo> - operator (+, -, =, ×, ÷...)
    <mi></mi> - identifier (A, x, sin...)
    <mn></mn> - numeric (1, 1.337, XVI, 2e10...)
    <ms></ms> - string (abc, label...)

    <msub></msub> - subscript
    <msup></msup> - superscript
    <msubsup></msubsup> - subscript & superscript

    <munder></munder> - under
    <mover></mover> - over
    <munderover></munderover> - under & over

    <mfrac></mfrac> - fraction
    <msqrt></msqrt> - square root

    <mtext></mtext> - text
    <merror></merror> - error
    <mrow></mrow> - row
    <mspace></mspace> - space
    <mtable></mtable> - table
    3

    Subscript

    <math>
      <msub>
        <mi>x</mi>
        <mn>3</mn>
      </msub>
    </math>
    X 3
    <math>
      <msub>
        <mi>Y</mi>
        <mrow>
          <mi>x</mi>
          <mo>+</mo>
          <mn>3</mn>
        </mrow>
      </msub>
    </math>
    Y x + 3

    Superscript

    <math>
      <msup>
        <mi>x</mi>
        <mn>3</mn>
      </msup>
    </math>
    X 3
    <math>
      <msup>
        <mi>Y</mi>
        <mrow>
          <mi>x</mi>
          <mo>+</mo>
          <mn>3</mn>
        </mrow>
      </msup>
    </math>
    Y x + 3

    Subscript & superscript

    <math>
      <msubsup>
        <mi>Y</mi>
        <mi>x</mi>
        <mn>3</mn>
      </msubsup>
    </math>
    Y x 3
    <math>
      <msubsup>
        <mi>Y</mi>
        <mrow>
          <mi>x</mi>
          <mo>+</mo>
          <mn>3</mn>
        </mrow>
        <mrow>
          <mi>z</mi>
          <mo>-</mo>
          <mn>1</mn>
        </mrow>
      </msubsup>
    </math>
        Y           x       +       3               z       -       1      

    munder

    <math display="block">
      <munder>
        <mo>&sum;</mo>
        <mrow>
          <mi>n</mi>
          <mo>=</mo>
          <mn>1</mn>
        </mrow>
      </munder>
    </math>
    n = 1

    mover

    <math display="block">
      <mover>
        <mo>&sum;</mo>
        <mrow>
          <mo>+</mo>
          <mn>&infin;</mn>
        </mrow>
      </mover>
    </math>
    +

    Munderover

    <math display="block">
      <munderover>
        <mo>&sum;</mo>
        <mrow>
          <mi>n</mi>
          <mo>=</mo>
          <mn>1</mn>
        </mrow>
        <mrow>
          <mo>+</mo>
          <mn>&infin;</mn>
        </mrow>
      </munderover>
    </math>
    n = 1 +

    Fraction

    <math>
      <mfrac>
        <mrow>
          <mi>a</mi>
          <mo>+</mo>
          <mn>2</mn>
        </mrow>
        <mrow>
          <mn>3</mn>
          <mo>-</mo>
          <mi>b</mi>
        </mrow>
      </mfrac>
    </math> a + 2 3 b

    linethickness

    <math>
      <mfrac linethickness="0">
        <mi>a</mi>
        <mn>3</mn>
      </mfrac>
    </math>
    a 3
    <math>
      <mfrac linethickness="1">
        <mi>a</mi>
        <mn>3</mn>
      </mfrac>
    </math>
    a 3

    Square root

    <math>
      <msqrt>
        <mi>x</mi>
        <mo>+</mo>
        <mn>3</mn>
      </msqrt>
    </math>
    x + 3

    Space

    <math>
      <mn>1</mn>
      <mspace width="1em"/>
      <mn>2</mn>
    </math>
    1 2
    <math>
      <mn>1</mn>
      <mspace depth="40px" height="20px" width="100px"/>
      <mn>2</mn>
    </math>
    1 2

    UTF-8 Mathematical Operators

    w3schools ref_utf_basic_latin
    Entity Dec Hex
    &#8729; &#x2219;
    &forall; &#8704; &#x2200;
    &part; &#8706; &#x2202;
    &exist; &#8707; &#x2203;
    &empty; &#8709; &#xx2205;
    &isin; &#8712; &#2208;
    &ang; &#8736; &#x2220;
    &; &#8737; &#x2221;
    &and; &#8743; &#x2227;
    &or; &#8744; &#x2228;
    &cap; &#8745; &#x2229;
    &cup; &#8746; &#x222A;
    &int; &#8747; &#x222B;
    &there4; &#8756; &#x2234;
    &sim; &#8764; &#x223C;
    &asymp; &#8776; &#x2248;
    &ne; &#8800; &#x2260;
    &equiv; &#8801; &#x2261;
    < &lt; &#60; &#x003C;
    &le; &#8804; &#x2264;
    > &gt; &#62; &#x003E;
    &ge; &#8805; &#x2265;
    &; &; &#; &#x;
    &; &; &#; &#x;
    &; &; &#; &#x;
    &; &; &#; &#x;