| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 
 | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta name="generator" content="Docutils 0.21.2: https://docutils.sourceforge.io/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>buggy-maths</title>
<link rel="stylesheet" href="../../../docutils/writers/html5_polyglot/minimal.css" type="text/css" />
<link rel="stylesheet" href="../../../docutils/writers/html5_polyglot/plain.css" type="text/css" />
</head>
<body>
<main>
<p>Test "math-output: mathml ".</p>
<p>There is "<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>λ</mi>
  <mi>ω</mi>
  <mi>τ</mi>
  <mi>ς</mi>
</math>" to math.</p>
<table>
<tbody>
<tr><td><p>Das ist nicht lustig.</p></td>
<td><p>Dafür das</p></td>
<td><p>hier</p></td>
</tr>
<tr><td><pre class="math problematic">
So \isses
</pre>
</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">buggy-maths</span>, line 9)</p>
<p>Unknown LaTeX command "\isses".</p>
</aside>
<p>Das ist <span class="math problematic">\ein</span> Fehler.</p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">buggy-maths</span>, line 13)</p>
<p>Unknown LaTeX command "\ein".</p>
</aside>
<pre class="math problematic">
\int_{-\infty} 3 \sin x} \phy \, d\gamma
</pre>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">buggy-maths</span>, line 15)</p>
<p>No insertion point for " \phy \, d\gamma". Unbalanced braces in "\int_{-\infty} 3 \sin x}"?</p>
</aside>
<aside class="sidebar">
<p class="sidebar-title">nebenbemerkung</p>
<p>noch was <span class="math problematic">\sqrt[2]</span></p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">buggy-maths</span>, line 19)</p>
<p>Last node missing children. Source incomplete?</p>
</aside>
</aside>
<pre class="math problematic">
\sqrt[2]
</pre>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">buggy-maths</span>, line 21)</p>
<p>Last node missing children. Source incomplete?</p>
</aside>
<p>2-zeilig mit align:</p>
<div>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mtable class="ams-align" displaystyle="true">
    <mtr>
      <mtd>
        <msub>
          <mi>s</mi>
          <mi>i</mi>
        </msub>
      </mtd>
      <mtd>
        <mo>=</mo>
        <mn>3</mn>
      </mtd>
    </mtr>
    <mtr>
      <mtd>
        <msub>
          <mi>s</mi>
          <mi>j</mi>
        </msub>
        <mo>+</mo>
        <mn>3</mn>
      </mtd>
      <mtd></mtd>
    </mtr>
  </mtable>
</math>
</div>
</main>
</body>
</html>
 |