1 2 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 101 102 103 104 105 106 107 108 109
|
<!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.22: 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 blahtexml".</p>
<p>There is "<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mi>λ</mi>
<mi>ω</mi>
<mi>τ</mi>
<mi>ς</mi>
</mrow>
</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>TeX to MathML converter `blahtexml` failed:</p>
<p class="pre-wrap">Unrecognised 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>TeX to MathML converter `blahtexml` failed:</p>
<p class="pre-wrap">Unrecognised 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>TeX to MathML converter `blahtexml` failed:</p>
<p class="pre-wrap">Encountered close brace "}" without matching open brace "{"</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>TeX to MathML converter `blahtexml` failed:</p>
<p class="pre-wrap">Missing open brace "{" at end of input</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>TeX to MathML converter `blahtexml` failed:</p>
<p class="pre-wrap">Missing open brace "{" at end of input</p>
</aside>
<p>2-zeilig mit align:</p>
<div>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mstyle scriptlevel="0">
<mtable displaystyle="true" columnalign="right left" columnspacing="0.2em">
<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/>
</mtr>
</mtable>
</mstyle>
</math>
</div>
</main>
</body>
</html>
|