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 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664
|
<!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>Math Conversion Tests</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 id="math-conversion-tests">
<h1 class="title">Math Conversion Tests</h1>
<section id="math-alphabet-mathvariant">
<h2>Math alphabet / Mathvariant</h2>
<p>TeX's <em>math alphabet</em> macros change font features of (some) letters and
digits. Non-alphanumerical symbols, function names, and mathematical text
are left unchanged.</p>
<dl class="field-list simple">
<dt>default<span class="colon">:</span></dt>
<dd><p><span class="math problematic">V_R x \pm \cos(\alpha_\text{out}) \approx 3 \Gamma
\quad \forall x \in \mathbb{R}</span></p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 13)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathbb in equation, Line 1.</p>
</aside>
</dd>
<dt>mathrm<span class="colon">:</span></dt>
<dd><p><span class="math problematic">\mathrm{V_R x \pm \cos(\alpha_\text{out}) \approx 3 \Gamma
\quad \forall x \in \mathbb{R}}</span></p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 15)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathbb in equation, Line 1.</p>
</aside>
</dd>
<dt>mathbf<span class="colon">:</span></dt>
<dd><p><span class="math problematic">\mathbf{V_R x \pm \cos(\alpha_\text{out}) \approx 3 \Gamma
\quad \forall x \in \mathbb{R}}</span></p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 17)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathbb in equation, Line 1.</p>
</aside>
</dd>
<dt>mathit<span class="colon">:</span></dt>
<dd><p><span class="math problematic">\mathit{V_R x \pm \cos(\alpha_\text{out}) \approx 3 \Gamma
\quad \forall x \in \mathbb{R}}</span></p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 19)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathbb in equation, Line 1.</p>
</aside>
</dd>
<dt>mathbfit<span class="colon">:</span></dt>
<dd><p><span class="math problematic">\mathbfit{V_R x \pm \cos(\alpha_\text{out}) \approx 3 \Gamma
\quad \forall x \in \mathbb{R}}</span></p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 21)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathbfit in equation, Line 1.
Unknown command \mathbb in equation, Line 1.</p>
</aside>
</dd>
<dt>mathbb<span class="colon">:</span></dt>
<dd><p><span class="math problematic">\mathbb{V_R x \pm \cos(\alpha_\text{out}) \approx 3 \Gamma
\quad \forall x \in \mathbb{R}}</span></p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 23)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathbb in equation, Line 1.
Unknown command \mathbb in equation, Line 1.</p>
</aside>
</dd>
<dt>mathcal<span class="colon">:</span></dt>
<dd><p><span class="math problematic">\mathcal{V_R x \pm \cos(\alpha_\text{out}) \approx 3 \Gamma
\quad \forall x \in \mathbb{R}}</span></p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 25)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathbb in equation, Line 1.</p>
</aside>
</dd>
<dt>mathscr<span class="colon">:</span></dt>
<dd><p><span class="math problematic">\mathscr{V_R x \pm \cos(\alpha_\text{out}) \approx 3 \Gamma
\quad \forall x \in \mathbb{R}}</span></p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 27)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathscr in equation, Line 1.
Unknown command \mathbb in equation, Line 1.</p>
</aside>
</dd>
<dt>mathfrak<span class="colon">:</span></dt>
<dd><p><span class="math problematic">\mathfrak{V_R x \pm \cos(\alpha_\text{out}) \approx 3 \Gamma
\quad \forall x \in \mathbb{R}}</span></p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 29)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathfrak in equation, Line 1.
Unknown command \mathbb in equation, Line 1.</p>
</aside>
</dd>
<dt>mathsf<span class="colon">:</span></dt>
<dd><p><span class="math problematic">\mathsf{V_R x \pm \cos(\alpha_\text{out}) \approx 3 \Gamma
\quad \forall x \in \mathbb{R}}</span></p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 31)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathbb in equation, Line 1.</p>
</aside>
</dd>
<dt>mathsfit<span class="colon">:</span></dt>
<dd><p><span class="math problematic">\mathsfit{V_R x \pm \cos(\alpha_\text{out}) \approx 3 \Gamma
\quad \forall x \in \mathbb{R}}</span></p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 33)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathsfit in equation, Line 1.
Unknown command \mathbb in equation, Line 1.</p>
</aside>
</dd>
<dt>mathsfbfit<span class="colon">:</span></dt>
<dd><p><span class="math problematic">\mathsfbfit{V_R x \pm \cos(\alpha_\text{out}) \approx 3 \Gamma
\quad \forall x \in \mathbb{R}}</span></p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 35)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathsfbfit in equation, Line 1.
Unknown command \mathbb in equation, Line 1.</p>
</aside>
</dd>
<dt>mathbfsfit<span class="colon">:</span></dt>
<dd><p><span class="math problematic">\mathbfsfit{V_R x \pm \cos(\alpha_\text{out}) \approx 3 \Gamma
\quad \forall x \in \mathbb{R}}</span></p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 37)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathbfsfit in equation, Line 1.
Unknown command \mathbb in equation, Line 1.</p>
</aside>
</dd>
<dt>mathtt<span class="colon">:</span></dt>
<dd><p><span class="math problematic">\mathtt{V_R x \pm \cos(\alpha_\text{out}) \approx 3 \Gamma
\quad \forall x \in \mathbb{R}}</span></p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 39)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathbb in equation, Line 1.</p>
</aside>
</dd>
</dl>
<p>MathML 4 defines the <em>mathvariant</em> <a class="reference external" href="https://www.w3.org/TR/mathml4/#presm_commatt">style attribute</a>, in MathML core,
characters from the <a class="reference external" href="http://www.unicode.org/charts/PDF/U1EE00.pdf">Mathematical Alphanumeric Symbols</a> Unicode block
are used.</p>
<p>The mathvariants <em>bold-script</em>, <em>bold-fraktur</em>, and <em>sans-bold</em> are
rarely used. They are currently not supported by Docutils's native MathML
output. In LaTeX, <span class="docutils literal">\mathbfscr</span> and <span class="docutils literal">\mathbffrac</span> is supported by the
<a class="reference external" href="https://www.ctan.org/pkg/mathalpha">mathalpha</a> package.</p>
<p>Bold variants of any symbol can be achieved in combination with the
<span class="docutils literal">\boldsymbol</span> command, e.g.</p>
<dl class="field-list simple">
<dt>bold-fraktur<span class="colon">:</span></dt>
<dd><p><span class="math problematic">\boldsymbol{\mathfrak{V_R x}}</span></p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 54)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathfrak in equation, Line 1.</p>
</aside>
</dd>
</dl>
<p>Note, that <span class="docutils literal">\boldsymbol</span> emboldens also non-alphanumerical symbols.</p>
<section id="complex-example">
<h3>Complex Example</h3>
<p>From the <a class="reference external" href="https://www.ctan.org/pkg/baskervaldx">baskervaldx</a> package documentation:</p>
<dl>
<dt>Simplest form of the <em>Central Limit Theorem</em>:</dt>
<dd><p>Let <math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msub><mrow><mi>X</mi></mrow><mrow><mn>1</mn></mrow>
</msub>
<mo>,</mo>
<msub><mrow><mi>X</mi></mrow><mrow><mn>2</mn></mrow>
</msub>
<mo>,</mo><mo>…</mo></mrow></math> be a sequence of iid random variables with mean <math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow><mn>0</mn></mrow></math>
and variance <math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow><mn>1</mn></mrow></math> on a probability space <span class="math problematic">(\Omega,\mathcal{F},\mathbb{P})</span>.
Then</p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 65)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathbb in equation, Line 1.</p>
</aside>
<pre class="math problematic">
\mathbb{P}\left(\frac{X_1+\cdots+X_n}{\sqrt{n}} \le y\right)
\to\mathfrak{N}(y)
\coloneq \int_{-\infty}^y
\frac{\mathrm{e}^{-t^2/2}}{\sqrt{2\mathrm{\pi}}}\, \mathrm{d}t
\quad\mbox{as $n\to\infty$,}
</pre>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 69)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathbb in equation, Line 1.
Unknown command \mathfrak in equation, Line 1.
Unknown command \coloneq in equation, Line 2.</p>
</aside>
<p>or, equivalently, letting <span class="math problematic">S_n\coloneq\sum_1^n X_k</span>,</p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 75)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \coloneq in equation, Line 1.</p>
</aside>
<pre class="math problematic">
\mathbb{E} f\left(S_n/\sqrt{n}\right)
\to \int_{-\infty}^\infty f(t)
\frac{\mathrm{e}^{-t^2/2}}{\sqrt{2\mathrm{\pi}}}\, \mathrm{d}t
\quad\mbox{as $n\to\infty$,
for every $f\in\mathrm{b} \mathcal{C}(\mathbb{R})$.}
</pre>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 77)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \mathbb in equation, Line 1.
Unknown command \mathbb in equation, Line 4.</p>
</aside>
</dd>
</dl>
</section>
</section>
<section id="inferred-mrow-s-in-mathml">
<h2>Inferred <mrow>s in MathML</h2>
<p>The elements <msqrt>, <mstyle>, <merror>, <mpadded>, <mphantom>, <menclose>,
<mtd>, <mscarry>, and <math> treat their contents as a single inferred mrow
formed from all their children.</p>
<div>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle="true"><mrow><mi>a</mi><mo>=</mo><msqrt><mrow><mn>2</mn></mrow></msqrt><mo>+</mo><mi>x</mi><mo>,</mo><mi>   </mi><mi>b</mi><mo>=</mo><msqrt><mrow><mn>1</mn><mo>+</mo>
<msup><mrow><mi>x</mi></mrow><mrow><mn>2</mn></mrow>
</msup>
</mrow></msqrt><mo>,</mo><mi>   </mi><mi>c</mi><mo>=</mo><msqrt><mrow>
<mfrac><mrow><mi>sin</mi><mo stretchy="false">(</mo><mi>x</mi><mo stretchy="false">)</mo></mrow>
<mrow><mn>23</mn></mrow>
</mfrac>
</mrow></msqrt><mo>,</mo></mrow>
</mstyle></math>
</div>
<p>inline: <math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow><mi>a</mi><mo>=</mo><msqrt><mrow><mn>2</mn></mrow></msqrt><mo>+</mo><mi>x</mi><mo>,</mo><mi>b</mi><mo>=</mo><msqrt><mrow><mn>1</mn><mo>+</mo>
<msup><mrow><mi>x</mi></mrow><mrow><mn>2</mn></mrow>
</msup>
</mrow></msqrt><mo>,</mo><mi>c</mi><mo>=</mo><msqrt><mrow>
<mfrac><mrow><mi>sin</mi><mo stretchy="false">(</mo><mi>x</mi><mo stretchy="false">)</mo></mrow>
<mrow><mn>23</mn></mrow>
</mfrac>
</mrow></msqrt></mrow></math>.</p>
</section>
<section id="scripts-and-limits">
<h2>Scripts and Limits</h2>
<p>Accents should be nearer to the base:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mover><mrow><mi>a</mi></mrow>
<mo>‾</mo></mover>
<mover><mrow><mi>a</mi></mrow>
<mo stretchy="true">‾</mo></mover>
<mo>,</mo>
<mover><mrow><mi>l</mi></mrow>
<mo>‾</mo></mover>
<mover><mrow><mi>l</mi></mrow>
<mo stretchy="true">‾</mo></mover>
<mo>,</mo>
<mover><mrow><mi>i</mi></mrow>
<mo>‾</mo></mover>
<mover><mrow><mi>i</mi></mrow>
<mo stretchy="true">‾</mo></mover>
</mrow></math>,
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mover><mrow><mi>r</mi></mrow>
<mo>→</mo></mover>
</mrow></math> <math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mover><mrow><mi>r</mi></mrow>
<mo stretchy="true">→</mo></mover>
</mrow></math>.</p>
<p>Sub- and superscript may be given in any order:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msubsup><mrow><mi>x</mi></mrow><mrow><mi>i</mi> </mrow>
<mrow><mi>j</mi></mrow></msubsup>
<mo>=</mo>
<msubsup><mrow><mi>x</mi></mrow><mrow><mi>i</mi> </mrow>
<mrow><mi>j</mi></mrow></msubsup>
</mrow></math> and <math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msubsup><mrow><mo>∫</mo></mrow><mrow><mn>0</mn> </mrow>
<mrow><mn>1</mn></mrow></msubsup>
<mo>=</mo>
<msubsup><mrow><mo>∫</mo></mrow><mrow><mn>0</mn> </mrow>
<mrow><mn>1</mn></mrow></msubsup>
</mrow></math>.</p>
<p>Double exponent: <math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msup><mrow><mi>x</mi></mrow><mrow>
<msup><mrow><mn>10</mn></mrow><mrow><mn>4</mn></mrow>
</msup>
</mrow>
</msup>
</mrow></math>, <math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msub><mrow><mi>r</mi></mrow><mrow>
<msub><mrow><mi>T</mi></mrow><mrow><mi fontstyle="normal">in</mi></mrow>
</msub>
</mrow>
</msub>
</mrow></math> and <math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msubsup><mrow><mi>x</mi></mrow><mrow><mi>i</mi> </mrow>
<mrow>
<msup><mrow><mi>n</mi></mrow><mrow><mn>2</mn></mrow>
</msup>
</mrow></msubsup>
</mrow></math>.</p>
</section>
<section id="nested-groups">
<h2>Nested groups</h2>
<p>tex-token returns "{" for nested groups:</p>
<div>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle="true"><mrow>
<mtext>das ist ein tollertext (unescaped { and } is
ignored by LaTeX)</mtext>
</mrow>
</mstyle></math>
</div>
</section>
<section id="big-delimiters-and-symbols">
<h2>Big delimiters and symbols</h2>
<p>Compare automatic sizing with fixed sizes:</p>
<!-- math: \left( \frac{\frac1x}{\frac{1}{n}}\right) &= \Biggl(\text{Bigg}\Biggr)\\ -->
<pre class="math problematic">
\left( 3 \right)
\left( f(x) \right)
\left( \bar x \right)
\left( \overline x \right)
\left( n_i \right) &= () \\
\left( \underline x \right) &= \bigl(\text{big}\bigr)\\
\left( 3^2 \right)
\left( \sqrt{3} \right)
\left( \sqrt{3^2} \right)
\left( \sum \right)
\left( \bigotimes \right)
\left( \prod \right) &= \Bigl(\text{Big}\Bigr)\\
\left( \frac{3 }{2} \right)
\left( \frac{3^2}{2^4} \right)
\binom{3 }{2}
\begin{pmatrix} a & b \\ c & d \end{pmatrix}
\left( \frac{1}{\sqrt 2} \right)
\left( \int \right)
\left( \int_0 \right)
\left( \int^1 \right)
\left( \int_0^1 \right) &= \biggl(\text{bigg}\biggr)\\
\left( \frac{\sqrt 2}{2} \right)
\left( \sum_0 \right)
\left( \sum^1 \right)
\left( \sum_0^1 \right)
\left( \frac{\frac1x}{\frac{1}{n}}\right) &= \Biggl(\text{Bigg}\Biggr)\\
\left( \intop_0 \right)
\left( \intop^1 \right)
\left( \intop_0^1 \right)
</pre>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 127)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown or ignored environment: \begin{align*} Line 1.
Unknown command \left, (0 user-defined) Line 2.
Unknown command \right, (0 user-defined) Line 2.
Unknown command \bar, (0 user-defined) Line 4.
Unknown command \overline, (0 user-defined) Line 5.
Unknown command \bigl, (0 user-defined) Line 7.
Unknown command \bigr, (0 user-defined) Line 7.
Unknown command \sqrt, (0 user-defined) Line 9.
Unknown command \sum, (0 user-defined) Line 11.
Unknown command \bigotimes, (0 user-defined) Line 12.
Unknown command \prod, (0 user-defined) Line 13.
Unknown command \Bigl, (0 user-defined) Line 13.
Unknown command \Bigr, (0 user-defined) Line 13.
Unknown command \binom, (0 user-defined) Line 16.
Unknown or ignored environment: \begin{pmatrix} Line 17.
Unknown command \int, (0 user-defined) Line 19.
Unknown command \biggl, (0 user-defined) Line 22.
Unknown command \biggr, (0 user-defined) Line 22.
Unknown command \Biggl, (0 user-defined) Line 27.
Unknown command \Biggr, (0 user-defined) Line 27.
Unknown command \intop, (0 user-defined) Line 28.</p>
</aside>
<p>And in text:</p>
<dl class="field-list simple">
<dt><math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow><mo stretchy="false">(</mo><mo stretchy="false">)</mo></mrow></math><span class="colon">:</span></dt>
<dd><p><math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow><mrow><mo>(</mo><mn>3</mn><mo>)</mo></mrow><mrow><mo>(</mo><mi>f</mi><mo stretchy="false">(</mo><mi>x</mi><mo stretchy="false">)</mo><mo>)</mo></mrow><mrow><mo>(</mo>
<mover><mrow><mi>x</mi></mrow>
<mo>‾</mo></mover>
<mo>)</mo></mrow><mrow><mo>(</mo>
<mover><mrow><mi>x</mi></mrow>
<mo stretchy="true">‾</mo></mover>
<mo>)</mo></mrow><mrow><mo>(</mo>
<msub><mrow><mi>n</mi></mrow><mrow><mi>i</mi></mrow>
</msub>
<mo>)</mo></mrow><mrow><mo>(</mo><mo>∑</mo><mo>)</mo></mrow><mrow><mo>(</mo>
<munder><mo>∑</mo><mrow><mn>0</mn></mrow>
</munder>
<mo>)</mo></mrow><mrow><mo>(</mo><mo>Π</mo><mo>)</mo></mrow></mrow></math></p>
</dd>
<dt><math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow><mrow><mo> </mo><mo>(</mo></mrow>
<mtext>big</mtext>
<mrow><mo> </mo><mo>)</mo></mrow></mrow></math><span class="colon">:</span></dt>
<dd><p><span class="math problematic">\left(\underline x \right)
\left( 3^2 \right)
\binom{3}{2}
\left(\begin{smallmatrix} a & b \\
c & d \end{smallmatrix} \right)
\left( \bigotimes \right)</span></p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 170)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \binom in equation, Line 1.
Unknown or ignored environment: \begin{smallmatrix} Line 1.
Improper \\ or \cr outside array environment ignored, Line ~1..</p>
</aside>
</dd>
<dt><math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow><mrow><mo> </mo><mo>(</mo></mrow>
<mtext>Big</mtext>
<mrow><mo> </mo><mo>)</mo></mrow></mrow></math><span class="colon">:</span></dt>
<dd><p><math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow><mrow><mo>(</mo><msqrt><mrow><mn>3</mn></mrow></msqrt><mo>)</mo></mrow><mrow><mo>(</mo><msqrt><mrow>
<msup><mrow><mn>3</mn></mrow><mrow><mn>2</mn></mrow>
</msup>
</mrow></msqrt><mo>)</mo></mrow><mrow><mo>(</mo>
<mfrac><mrow><mn>3</mn></mrow>
<mrow><mn>2</mn></mrow>
</mfrac>
<mo>)</mo></mrow><mrow><mo>(</mo>
<mfrac><mrow>
<msup><mrow><mn>3</mn></mrow><mrow><mn>2</mn></mrow>
</msup>
</mrow>
<mrow>
<msup><mrow><mn>2</mn></mrow><mrow><mn>4</mn></mrow>
</msup>
</mrow>
</mfrac>
<mo>)</mo></mrow><mrow><mo>(</mo>
<mfrac><mrow><msqrt><mrow><mn>2</mn></mrow></msqrt></mrow>
<mrow><mn>2</mn></mrow>
</mfrac>
<mo>)</mo></mrow><mrow><mo>(</mo><mo>∫</mo><mo>)</mo></mrow><mrow><mo>(</mo>
<msub><mrow><mo>∫</mo></mrow><mrow><mn>0</mn></mrow>
</msub>
<mo>)</mo></mrow><mrow><mo>(</mo>
<msup><mrow><mo>∫</mo></mrow><mrow><mn>1</mn></mrow>
</msup>
<mo>)</mo></mrow><mrow><mo>(</mo>
<msubsup><mrow><mo>∫</mo></mrow><mrow><mn>0</mn> </mrow>
<mrow><mn>1</mn></mrow></msubsup>
<mo>)</mo></mrow><mrow><mo>(</mo>
<mover><mo>∑</mo><mrow><mn>1</mn></mrow>
</mover>
<mo>)</mo></mrow><mrow><mo>(</mo>
<munderover><mo>∑</mo><mrow><mn>0</mn> </mrow>
<mrow><mn>1</mn></mrow></munderover><mo>)</mo></mrow><mrow><mo>(</mo>
<mfrac><mrow>
<mfrac><mrow><mn>1</mn></mrow>
<mrow><mi>x</mi></mrow>
</mfrac>
</mrow>
<mrow>
<mfrac><mrow><mn>1</mn></mrow>
<mrow><mi>n</mi></mrow>
</mfrac>
</mrow>
</mfrac>
<mo>)</mo></mrow></mrow></math></p>
</dd>
</dl>
<p>Test <span class="docutils literal">\left</span>, <span class="docutils literal">\right</span>, and the bigl/bigr, … size commands
with all extensible delimiters.</p>
<p>pairing:</p>
<div>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle="true"><mrow><mrow><mo> </mo><mo stretchy="false">(</mo><mi>b</mi><mo>)</mo></mrow><mi> </mi><mrow><mo> </mo><mo>(</mo></mrow><mi>b</mi><mrow><mo> </mo><mo>)</mo></mrow><mi> </mi><mrow><mo> </mo><mo>(</mo></mrow><mi>b</mi><mrow><mo> </mo><mo>)</mo></mrow><mi>   </mi><mrow><mo> </mo><mo stretchy="false">[</mo><mi>b</mi><mo>]</mo></mrow><mi> </mi><mrow><mo> </mo><mo>[</mo></mrow><mi>b</mi><mrow><mo> </mo><mo>]</mo></mrow><mi> </mi><mrow><mo> </mo><mo>[</mo></mrow><mi>b</mi><mrow><mo> </mo><mo>]</mo></mrow><mi>   </mi><mrow><mo> </mo><mo stretchy="false">{</mo><mi>b</mi><mo>}</mo></mrow><mi> </mi><mrow><mo> </mo><mo>{</mo></mrow><mi>b</mi><mrow><mo> </mo><mo>}</mo></mrow><mi> </mi><mrow><mo> </mo><mo>{</mo></mrow><mi>b</mi><mrow><mo> </mo><mo>}</mo></mrow><mi>   </mi><mrow><mo> </mo><mo stretchy="false">⟨</mo><mi>b</mi><mo>⟩</mo></mrow><mi> </mi><mrow><mo> </mo><mo>⟨</mo></mrow><mi>b</mi><mrow><mo> </mo><mo>⟩</mo></mrow><mi> </mi><mrow><mo> </mo><mo>⟨</mo></mrow><mi>b</mi><mrow><mo> </mo><mo>⟩</mo></mrow></mrow>
</mstyle></math>
</div>
<pre class="math problematic">
\left.\lceil b \right\rceil \ \bigl\lceil b \Bigr\rceil \ \biggl\lceil b \Biggr\rceil
\quad
\left.\lfloor b \right\rfloor \ \bigl\lfloor b \Bigr\rfloor \ \biggl\lfloor b \Biggr\rfloor
\quad
\left.\lvert b \right\rvert \ \bigl\lvert b \Bigr\rvert \ \biggl\lvert b \Biggr\rvert
\quad
\left.\lVert b \right\rVert \ \bigl\lVert b \Bigr\rVert \ \biggl\lVert b \Biggr\rVert
</pre>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 199)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \lvert in equation, Line 1.
Unknown command \rvert in equation, Line 1.
Unknown command \lvert in equation, Line 1.
Unknown command \rvert in equation, Line 1.
Unknown command \lvert in equation, Line 1.
Unknown command \rvert in equation, Line 1.
Unknown command \lVert in equation, Line 2.
Unknown command \rVert in equation, Line 2.
Unknown command \lVert in equation, Line 2.
Unknown command \rVert in equation, Line 2.
Unknown command \lVert in equation, Line 2.
Unknown command \rVert in equation, Line 2.</p>
</aside>
<pre class="math problematic">
\left.\lgroup b \right\rgroup \ \bigl\lgroup b \Bigr\rgroup \ \biggl\lgroup b \Biggr\rgroup
\quad
\left.\lmoustache b \right\rmoustache \ \bigl\lmoustache b \Bigr\rmoustache \ \biggl\lmoustache b \Biggr\rmoustache
\quad
\left./ b \right\backslash \ \bigl/ b \Bigr\backslash \ \biggl/ b \Biggr\backslash
</pre>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 199)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \lgroup in equation, Line 1.
Unknown command \rgroup in equation, Line 1.
Unknown command \lgroup in equation, Line 1.
Unknown command \rgroup in equation, Line 1.
Unknown command \lgroup in equation, Line 1.
Unknown command \rgroup in equation, Line 1.
Unknown command \lmoustache in equation, Line 2.
Unknown command \rmoustache in equation, Line 2.
Unknown command \lmoustache in equation, Line 2.
Unknown command \rmoustache in equation, Line 2.
Unknown command \lmoustache in equation, Line 2.
Unknown command \rmoustache in equation, Line 2.</p>
</aside>
<p>non-pairing:</p>
<div>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle="true"><mrow><mrow><mo> </mo><mo stretchy="false">|</mo><mi>b</mi><mo>|</mo></mrow><mi> </mi><mrow><mo> </mo><mo>|</mo></mrow><mi>b</mi><mrow><mo> </mo><mo>|</mo></mrow><mi> </mi><mrow><mo> </mo><mo>|</mo></mrow><mi>b</mi><mrow><mo> </mo><mo>|</mo></mrow><mi>   </mi><mrow><mo> </mo><mo stretchy="false">|</mo><mi>b</mi><mo>|</mo></mrow><mi> </mi><mrow><mo> </mo><mo>|</mo></mrow><mi>b</mi><mrow><mo> </mo><mo>|</mo></mrow><mi> </mi><mrow><mo> </mo><mo>|</mo></mrow><mi>b</mi><mrow><mo> </mo><mo>|</mo></mrow><mi>   </mi><mrow><mo> </mo><mo stretchy="false">‖</mo><mi>b</mi></mrow><mo stretchy="false">‖</mo><mi> </mi><mrow><mo> </mo></mrow><mo stretchy="false">‖</mo><mi>b</mi><mrow><mo> </mo></mrow><mo stretchy="false">‖</mo><mi> </mi><mrow><mo> </mo></mrow><mo stretchy="false">‖</mo><mi>b</mi><mrow><mo> </mo></mrow><mo stretchy="false">‖</mo><mi>   </mi><mrow><mo> </mo><mo stretchy="false">‖</mo><mi>b</mi></mrow><mo stretchy="false">‖</mo><mi> </mi><mrow><mo> </mo></mrow><mo stretchy="false">‖</mo><mi>b</mi><mrow><mo> </mo></mrow><mo stretchy="false">‖</mo><mi> </mi><mrow><mo> </mo></mrow><mo stretchy="false">‖</mo><mi>b</mi><mrow><mo> </mo></mrow><mo stretchy="false">‖</mo></mrow>
</mstyle></math>
</div>
<pre class="math problematic">
\left.\arrowvert b \right\arrowvert \ \bigl\arrowvert b \Bigr\arrowvert \ \biggl\arrowvert b \Biggr\arrowvert
\quad
\left.\Arrowvert b \right\Arrowvert \ \bigl\Arrowvert b \Bigr\Arrowvert \ \biggl\Arrowvert b \Biggr\Arrowvert
\quad
\left.\bracevert b \right\bracevert \ \bigl\bracevert b \Bigr\bracevert \ \biggl\bracevert b \Biggr\bracevert
</pre>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 224)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \arrowvert in equation, Line 1.
Unknown command \arrowvert in equation, Line 1.
Unknown command \arrowvert in equation, Line 1.
Unknown command \arrowvert in equation, Line 1.
Unknown command \arrowvert in equation, Line 1.
Unknown command \arrowvert in equation, Line 1.
Unknown command \Arrowvert in equation, Line 2.
Unknown command \Arrowvert in equation, Line 2.
Unknown command \Arrowvert in equation, Line 2.
Unknown command \Arrowvert in equation, Line 2.
Unknown command \Arrowvert in equation, Line 2.
Unknown command \Arrowvert in equation, Line 2.
Unknown command \bracevert in equation, Line 3.
Unknown command \bracevert in equation, Line 3.
Unknown command \bracevert in equation, Line 3.
Unknown command \bracevert in equation, Line 3.
Unknown command \bracevert in equation, Line 3.
Unknown command \bracevert in equation, Line 3.</p>
</aside>
<p>Variable-sized operators:</p>
<p>Inline: <span class="math problematic">\int\ \iint\ \iiint\ \iiiint\ \idotsint \oint\ \smallint\
\sum\ \prod\ \coprod\ \bigwedge\ \bigvee\ \bigcap\ \bigcup\ \biguplus\
\bigsqcup\ \bigodot\ \bigoplus\ \bigotimes</span> and Display:</p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 241)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \iiiint in equation, Line 1.
Unknown command \idotsint in equation, Line 1.
Unknown command \smallint in equation, Line 1.</p>
</aside>
<pre class="math problematic">
\int\ \iint\ \iiint\ \iiiint\ \idotsint\ \oint\ \smallint\
\sum\ \prod\ \coprod\ \bigwedge\ \bigvee\ \bigcap\ \bigcup\
\biguplus\ \bigsqcup\ \bigodot\ \bigoplus\ \bigotimes
</pre>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 245)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \iiiint in equation, Line 1.
Unknown command \idotsint in equation, Line 1.
Unknown command \smallint in equation, Line 1.</p>
</aside>
<pre class="math problematic">
\int_1 f\ \intop_1 f\ \iint_1 f\ \smallint_1 f\ \sum_1\
\prod_1\ \bigwedge_1\ \bigcap_1\ \biguplus_1\ \bigodot_1\ \int^N\
\intop^N\ \iiiint^N\ \oint^N\ \smallint^N\ \sum^N\ \coprod^N\
\bigvee^N\ \bigcup^N\ \bigsqcup^N\ \bigotimes^N
</pre>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 249)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \intop in equation, Line 1.
Unknown command \smallint in equation, Line 1.
Unknown command \intop in equation, Line 3.
Unknown command \iiiint in equation, Line 3.
Unknown command \smallint in equation, Line 3.</p>
</aside>
<pre class="math problematic">
\int_1^N\ \intop_1^N\ \iint_1^N\ \iiint_1^N\ \iiiint_1^N\
\idotsint_1^N\ \oint_1^N\ \smallint_1^N\ \sum_1^N\ \prod_1^N\
\coprod_1^N\ \bigwedge_1^N\ \bigvee_1^N\ \bigcap_1^N\ \bigcup_1^N
\ \biguplus_1^N\ \bigsqcup_1^N\ \bigodot_1^N\ \bigoplus_1^N\
\bigotimes_1^N
</pre>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 254)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \intop in equation, Line 1.
Unknown command \iiiint in equation, Line 1.
Unknown command \idotsint in equation, Line 2.
Unknown command \smallint in equation, Line 2.</p>
</aside>
</section>
<section id="text">
<h2>Text</h2>
<p>The text may contain non-ASCII characters: <math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow><mi>n</mi>_
<mtext>Stoß</mtext>
</mrow></math>.</p>
<p>Some text-mode LaTeX commands are supported with <a class="reference external" href="https://docutils.sourceforge.io/docs/user/config.html#math-output">math_output</a> "html".
In other output formats, use literal Unicode: <span class="math problematic">\text{ç é è ë ê ñ ů ž ©}</span>
to get the result of the accent macros
<span class="math problematic">\text{\c{c} \'e \`e \"e \^e \~n \r{u} \v{z} \textcircled{c}}</span>.</p>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 266)</p>
<p>'latin-1' codec can't encode character '\u016f' in position 19: ordinal not in range(256)</p>
</aside>
<aside class="system-message">
<p class="system-message-title">System Message: WARNING/2 (<span class="docutils literal">../../functional/input/data/math_experiments.rst</span>, line 266)</p>
<p>TeX to MathML converter `ttm` failed:</p>
<p class="pre-wrap">Unknown command \r, (0 user-defined) Line 1.
Unknown command \textcircled, (0 user-defined) Line 1.</p>
</aside>
</section>
</main>
</body>
</html>
|