0 pass
0 warn
0 fail
92 kern-only
0 error
Typst MathML oracle: unavailable (Typst 0.14.2 has not yet exposed equation HTML export; see crates/typst-html/src/mathml.rs).
| Source | Kern render | Status | Kern MathML | Typst MathML | Diffs |
|---|---|---|---|---|---|
x |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mi>x</mi></math> |
oracle unavailable | ||
42 |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mn>42</mn></math> |
oracle unavailable | ||
3.14 |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mn>3.14</mn></math> |
oracle unavailable | ||
sin x |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi mathvariant="normal">sin</mi><mspace width="0.1667em"/><mi>x</mi></mrow></math> |
oracle unavailable | ||
log_2 n |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><msub><mi mathvariant="normal">log</mi><mn>2</mn></msub><mi>n</mi></mrow></math> |
oracle unavailable | ||
alpha |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mi>α</mi></math> |
oracle unavailable | ||
Sigma |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mi>Σ</mi></math> |
oracle unavailable | ||
omega |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mi>ω</mi></math> |
oracle unavailable | ||
Theta |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mi>Θ</mi></math> |
oracle unavailable | ||
pi |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mi>π</mi></math> |
oracle unavailable | ||
a b c |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>a</mi><mi>b</mi><mi>c</mi></mrow></math> |
oracle unavailable | ||
a + b - c |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>a</mi><mo>+</mo><mi>b</mi><mo>−</mo><mi>c</mi></mrow></math> |
oracle unavailable | ||
x = y |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>x</mi><mo>=</mo><mi>y</mi></mrow></math> |
oracle unavailable | ||
a plus.minus b |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>a</mi><mo>±</mo><mi>b</mi></mrow></math> |
oracle unavailable | ||
a equiv b (mod n) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>a</mi><mo>≡</mo><mi>b</mi><mrow><mo stretchy="false" fence="true">(</mo><mrow><mi mathvariant="normal">mod</mi><mspace width="0.1667em"/><mi>n</mi></mrow><mo stretchy="false" fence="true">)</mo></mrow></mrow></math> |
oracle unavailable | ||
x_1 |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><msub><mrow><mi>x</mi><mspace width="0.04em"/></mrow><mn>1</mn></msub></math> |
oracle unavailable | ||
x^2 |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><msup><mrow><mi>x</mi><mspace width="0.04em"/></mrow><mn>2</mn></msup></math> |
oracle unavailable | ||
x_1^2 |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><msubsup><mrow><mi>x</mi><mspace width="0.04em"/></mrow><mn>1</mn><mn>2</mn></msubsup></math> |
oracle unavailable | ||
e^(i pi) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><msup><mrow><mi>e</mi><mspace width="0.04em"/></mrow><mrow><mi>i</mi><mi>π</mi></mrow></msup></math> |
oracle unavailable | ||
x^(y^z) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><msup><mrow><mi>x</mi><mspace width="0.04em"/></mrow><msup><mrow><mi>y</mi><mspace width="0.06em"/></mrow><mi>z</mi></msup></msup></math> |
oracle unavailable | ||
a_(i,j)^k |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><msubsup><mrow><mi>a</mi><mspace width="0.04em"/></mrow><mrow><mi>i</mi><mo>,</mo><mi>j</mi></mrow><mi>k</mi></msubsup></math> |
oracle unavailable | ||
f' |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><msup><mrow><mi>f</mi><mspace width="0.16em"/></mrow><mi mathvariant="normal">′</mi></msup></math> |
oracle unavailable | ||
f'' |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><msup><mrow><mi>f</mi><mspace width="0.16em"/></mrow><mi mathvariant="normal">″</mi></msup></math> |
oracle unavailable | ||
frac(a, b) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mfrac><mi>a</mi><mi>b</mi></mfrac></math> |
oracle unavailable | ||
a/b |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mfrac><mi>a</mi><mi>b</mi></mfrac></math> |
oracle unavailable | ||
frac(x^2 + 1, 2 x) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mfrac><mrow><msup><mrow><mi>x</mi><mspace width="0.04em"/></mrow><mn>2</mn></msup><mo>+</mo><mn>1</mn></mrow><mrow><mn>2</mn><mi>x</mi></mrow></mfrac></math> |
oracle unavailable | ||
1/(1 + 1/(1 + x)) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mfrac><mn>1</mn><mrow><mo stretchy="true" symmetric="true" fence="true">(</mo><mrow><mn>1</mn><mo>+</mo><mfrac><mn>1</mn><mrow><mo stretchy="false" fence="true">(</mo><mrow><mn>1</mn><mo>+</mo><mi>x</mi></mrow><mo stretchy="false" fence="true">)</mo></mrow></mfrac></mrow><mo stretchy="true" symmetric="true" fence="true">)</mo></mrow></mfrac></math> |
oracle unavailable | ||
sqrt(x) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><msqrt><mi>x</mi></msqrt></math> |
oracle unavailable | ||
sqrt(x^2 + 1) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><msqrt><mrow><msup><mrow><mi>x</mi><mspace width="0.04em"/></mrow><mn>2</mn></msup><mo>+</mo><mn>1</mn></mrow></msqrt></math> |
oracle unavailable | ||
root(3, x) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mroot><mi>x</mi><mn>3</mn></mroot></math> |
oracle unavailable | ||
sum_(i=0)^n i display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><munderover><mo largeop="true" movablelimits="true">∑</mo><mrow><mi>i</mi><mo>=</mo><mn>0</mn></mrow><mi>n</mi></munderover><mi>i</mi></mrow></math> |
oracle unavailable | ||
sum_(i=0)^n i |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><msubsup><mo largeop="true" movablelimits="true">∑</mo><mrow><mi>i</mi><mo>=</mo><mn>0</mn></mrow><mi>n</mi></msubsup><mi>i</mi></mrow></math> |
oracle unavailable | ||
product_(k=1)^n k display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><munderover><mo largeop="true" movablelimits="true">∏</mo><mrow><mi>k</mi><mo>=</mo><mn>1</mn></mrow><mi>n</mi></munderover><mi>k</mi></mrow></math> |
oracle unavailable | ||
integral_0^1 x dif x display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><msubsup><mo largeop="true" movablelimits="false">∫</mo><mn>0</mn><mn>1</mn></msubsup><mi>x</mi><mrow><mspace width="0.1667em"/><mi mathvariant="normal">d</mi></mrow><mi>x</mi></mrow></math> |
oracle unavailable | ||
integral.cont_C f dif z |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><msub><mo largeop="true" movablelimits="false">∮</mo><mi>C</mi></msub><mi>f</mi><mrow><mspace width="0.1667em"/><mi mathvariant="normal">d</mi></mrow><mi>z</mi></mrow></math> |
oracle unavailable | ||
integral_M dif omega = integral_(partial M) omega display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><msub><mo largeop="true" movablelimits="false">∫</mo><mi>M</mi></msub><mrow><mspace width="0.1667em"/><mi mathvariant="normal">d</mi></mrow><mi>ω</mi><mo>=</mo><msub><mo largeop="true" movablelimits="false">∫</mo><mrow><mo>∂</mo><mi>M</mi></mrow></msub><mi>ω</mi></mrow></math> |
oracle unavailable | ||
integral f(x) dif x display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><mo largeop="true" movablelimits="false">∫</mo><mi>f</mi><mrow><mo stretchy="false" fence="true">(</mo><mi>x</mi><mo stretchy="false" fence="true">)</mo></mrow><mrow><mspace width="0.1667em"/><mi mathvariant="normal">d</mi></mrow><mi>x</mi></mrow></math> |
oracle unavailable | ||
(partial f)/(partial x) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mfrac><mrow><mo stretchy="false" fence="true">(</mo><mrow><mo>∂</mo><mi>f</mi></mrow><mo stretchy="false" fence="true">)</mo></mrow><mrow><mo stretchy="false" fence="true">(</mo><mrow><mo>∂</mo><mi>x</mi></mrow><mo stretchy="false" fence="true">)</mo></mrow></mfrac></math> |
oracle unavailable | ||
dif y / dif x |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mfrac><mrow><mrow><mspace width="0.1667em"/><mi mathvariant="normal">d</mi></mrow><mi>y</mi></mrow><mrow><mrow><mspace width="0.1667em"/><mi mathvariant="normal">d</mi></mrow><mi>x</mi></mrow></mfrac></math> |
oracle unavailable | ||
(x + y) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo stretchy="false" fence="true">(</mo><mrow><mi>x</mi><mo>+</mo><mi>y</mi></mrow><mo stretchy="false" fence="true">)</mo></mrow></math> |
oracle unavailable | ||
[x + y] |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo stretchy="false" fence="true">[</mo><mrow><mi>x</mi><mo>+</mo><mi>y</mi></mrow><mo stretchy="false" fence="true">]</mo></mrow></math> |
oracle unavailable | ||
abs(x) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo stretchy="true" symmetric="true" fence="true">|</mo><mi>x</mi><mo stretchy="true" symmetric="true" fence="true">|</mo></mrow></math> |
oracle unavailable | ||
norm(v) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo stretchy="true" symmetric="true" fence="true">‖</mo><mi>v</mi><mo stretchy="true" symmetric="true" fence="true">‖</mo></mrow></math> |
oracle unavailable | ||
floor(x) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo stretchy="true" symmetric="true" fence="true">⌊</mo><mi>x</mi><mo stretchy="true" symmetric="true" fence="true">⌋</mo></mrow></math> |
oracle unavailable | ||
ceil(x) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo stretchy="true" symmetric="true" fence="true">⌈</mo><mi>x</mi><mo stretchy="true" symmetric="true" fence="true">⌉</mo></mrow></math> |
oracle unavailable | ||
lr((frac(a, b))) display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><mo stretchy="true" symmetric="true" fence="true">(</mo><mfrac><mi>a</mi><mi>b</mi></mfrac><mo stretchy="true" symmetric="true" fence="true">)</mo></mrow></math> |
oracle unavailable | ||
lr(| frac(a, b) |) display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><mo stretchy="true" symmetric="true" fence="true">|</mo><mfrac><mi>a</mi><mi>b</mi></mfrac><mo stretchy="true" symmetric="true" fence="true">|</mo></mrow></math> |
oracle unavailable | ||
(a/b) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo stretchy="true" symmetric="true" fence="true">(</mo><mfrac><mi>a</mi><mi>b</mi></mfrac><mo stretchy="true" symmetric="true" fence="true">)</mo></mrow></math> |
oracle unavailable | ||
("softmax")((Q K^T) / sqrt(d_k)) V display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><mrow><mo stretchy="false" fence="true">(</mo><mtext>softmax</mtext><mo stretchy="false" fence="true">)</mo></mrow><mrow><mo stretchy="true" symmetric="true" fence="true">(</mo><mfrac><mrow><mo stretchy="false" fence="true">(</mo><mrow><mi>Q</mi><msup><mrow><mi>K</mi><mspace width="0.04em"/></mrow><mi>T</mi></msup></mrow><mo stretchy="false" fence="true">)</mo></mrow><msqrt><msub><mrow><mi>d</mi><mspace width="0.06em"/></mrow><mi>k</mi></msub></msqrt></mfrac><mo stretchy="true" symmetric="true" fence="true">)</mo></mrow><mi>V</mi></mrow></math> |
oracle unavailable | ||
P(A | B) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>P</mi><mrow><mo stretchy="false" fence="true">(</mo><mrow><mi>A</mi><mo>|</mo><mi>B</mi></mrow><mo stretchy="false" fence="true">)</mo></mrow></mrow></math> |
oracle unavailable | ||
lr((A | B)) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo stretchy="true" symmetric="true" fence="true">(</mo><mrow><mi>A</mi><mo stretchy="true" symmetric="true">|</mo><mi>B</mi></mrow><mo stretchy="true" symmetric="true" fence="true">)</mo></mrow></math> |
oracle unavailable | ||
mat(1, 0; 0, 1) display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><mo stretchy="true" fence="true">(</mo><mtable><mtr><mtd><mn>1</mn></mtd><mtd><mn>0</mn></mtd></mtr><mtr><mtd><mn>0</mn></mtd><mtd><mn>1</mn></mtd></mtr></mtable><mo stretchy="true" fence="true">)</mo></mrow></math> |
oracle unavailable | ||
mat(a, b; c, d) display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><mo stretchy="true" fence="true">(</mo><mtable><mtr><mtd><mi>a</mi></mtd><mtd><mi>b</mi></mtd></mtr><mtr><mtd><mi>c</mi></mtd><mtd><mi>d</mi></mtd></mtr></mtable><mo stretchy="true" fence="true">)</mo></mrow></math> |
oracle unavailable | ||
mat(1, 2, 3; 4, 5, 6, augment: 2) display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><mo stretchy="true" fence="true">(</mo><mtable><mtr><mtd><mn>1</mn></mtd><mtd class="kern-augment-right"><mn>2</mn></mtd><mtd><mn>3</mn></mtd></mtr><mtr><mtd><mn>4</mn></mtd><mtd class="kern-augment-right"><mn>5</mn></mtd><mtd><mn>6</mn></mtd></mtr></mtable><mo stretchy="true" fence="true">)</mo></mrow></math> |
oracle unavailable | ||
mat(1, 0; 0, 1, gap: 0.6em) display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><mo stretchy="true" fence="true">(</mo><mtable class="kern-gap" style="--kern-row-gap:0.6em;--kern-column-gap:0.6em"><mtr><mtd><mn>1</mn></mtd><mtd><mn>0</mn></mtd></mtr><mtr><mtd><mn>0</mn></mtd><mtd><mn>1</mn></mtd></mtr></mtable><mo stretchy="true" fence="true">)</mo></mrow></math> |
oracle unavailable | ||
mat(a, b; c, d, row-gap: 1em) display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><mo stretchy="true" fence="true">(</mo><mtable class="kern-gap" style="--kern-row-gap:1em"><mtr><mtd><mi>a</mi></mtd><mtd><mi>b</mi></mtd></mtr><mtr><mtd><mi>c</mi></mtd><mtd><mi>d</mi></mtd></mtr></mtable><mo stretchy="true" fence="true">)</mo></mrow></math> |
oracle unavailable | ||
vec(a, b, c) display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><mo stretchy="true" fence="true">(</mo><mtable><mtr><mtd><mi>a</mi></mtd></mtr><mtr><mtd><mi>b</mi></mtd></mtr><mtr><mtd><mi>c</mi></mtd></mtr></mtable><mo stretchy="true" fence="true">)</mo></mrow></math> |
oracle unavailable | ||
cases(x "if" x > 0, -x "otherwise") display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><mo stretchy="true">{</mo><mtable columnalign="left left"><mtr><mtd><mrow><mi>x</mi><mspace width="0.1667em"/><mtext>if</mtext><mspace width="0.1667em"/><mi>x</mi><mo>></mo><mn>0</mn></mrow></mtd></mtr><mtr><mtd><mrow><mo>−</mo><mi>x</mi><mspace width="0.1667em"/><mtext>otherwise</mtext></mrow></mtd></mtr></mtable></mrow></math> |
oracle unavailable | ||
a = b \ c = d display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mtable class="kern-eqarray kern-aligned"><mtr><mtd><mrow><mi>a</mi><mo>=</mo><mi>b</mi></mrow></mtd></mtr><mtr><mtd><mrow><mi>c</mi><mo>=</mo><mi>d</mi></mrow></mtd></mtr></mtable></math> |
oracle unavailable | ||
a &= b + c \ &= d display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mtable class="kern-eqarray kern-aligned"><mtr><mtd><mi>a</mi></mtd><mtd><mrow><mo>=</mo><mi>b</mi><mo>+</mo><mi>c</mi></mrow></mtd></mtr><mtr><mtd><mrow></mrow></mtd><mtd><mrow><mo>=</mo><mi>d</mi></mrow></mtd></mtr></mtable></math> |
oracle unavailable | ||
f(x) &= x^2 + 2 x \ &= x (x + 2) display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mtable class="kern-eqarray kern-aligned"><mtr><mtd><mrow><mi>f</mi><mrow><mo stretchy="false" fence="true">(</mo><mi>x</mi><mo stretchy="false" fence="true">)</mo></mrow></mrow></mtd><mtd><mrow><mo>=</mo><msup><mrow><mi>x</mi><mspace width="0.04em"/></mrow><mn>2</mn></msup><mo>+</mo><mn>2</mn><mi>x</mi></mrow></mtd></mtr><mtr><mtd><mrow></mrow></mtd><mtd><mrow><mo>=</mo><mi>x</mi><mrow><mo stretchy="false" fence="true">(</mo><mrow><mi>x</mi><mo>+</mo><mn>2</mn></mrow><mo stretchy="false" fence="true">)</mo></mrow></mrow></mtd></mtr></mtable></math> |
oracle unavailable | ||
binom(n, k) display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><mo form="prefix" stretchy="true">(</mo><mfrac linethickness="0"><mi>n</mi><mi>k</mi></mfrac><mo form="postfix" stretchy="true">)</mo></mrow></math> |
oracle unavailable | ||
cal(A) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mstyle mathvariant="script"><mi>A</mi></mstyle></math> |
oracle unavailable | ||
bb(R) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mstyle mathvariant="double-struck"><mi>R</mi></mstyle></math> |
oracle unavailable | ||
frak(g) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mstyle mathvariant="fraktur"><mi>g</mi></mstyle></math> |
oracle unavailable | ||
bold(x) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mstyle mathvariant="bold-italic"><mi>x</mi></mstyle></math> |
oracle unavailable | ||
italic(y) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mstyle mathvariant="italic"><mi>y</mi></mstyle></math> |
oracle unavailable | ||
upright(d) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mstyle mathvariant="normal"><mi>d</mi></mstyle></math> |
oracle unavailable | ||
hat(f) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mover accent="true"><mrow><mi>f</mi><mspace width="0.16em"/></mrow><mo>ˆ</mo></mover></math> |
oracle unavailable | ||
tilde(x) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mover accent="true"><mrow><mi>x</mi><mspace width="0.04em"/></mrow><mo>˜</mo></mover></math> |
oracle unavailable | ||
bar(x) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mover accent="true"><mrow><mi>x</mi><mspace width="0.04em"/></mrow><mo>ˉ</mo></mover></math> |
oracle unavailable | ||
dot(x) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mover accent="true"><mrow><mi>x</mi><mspace width="0.04em"/></mrow><mo>˙</mo></mover></math> |
oracle unavailable | ||
dot.double(x) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mover accent="true"><mrow><mi>x</mi><mspace width="0.04em"/></mrow><mo>¨</mo></mover></math> |
oracle unavailable | ||
arrow(x) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mover accent="true"><mrow><mi>x</mi><mspace width="0.04em"/></mrow><mo>⃗</mo></mover></math> |
oracle unavailable | ||
overbrace(a + b + c, "sum") |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mover><mover accent="true"><mrow><mi>a</mi><mo>+</mo><mi>b</mi><mo>+</mo><mi>c</mi></mrow><mo stretchy="true">⏞</mo></mover><mtext>sum</mtext></mover></math> |
oracle unavailable | ||
underbrace(a b c, "prod") |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><munder><munder accent="true"><mrow><mi>a</mi><mi>b</mi><mi>c</mi></mrow><mo stretchy="true">⏟</mo></munder><mtext>prod</mtext></munder></math> |
oracle unavailable | ||
overline(x + y) |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mover accent="true"><mrow><mi>x</mi><mo>+</mo><mi>y</mi></mrow><mo stretchy="true">‾</mo></mover></math> |
oracle unavailable | ||
x "where" x > 0 |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>x</mi><mspace width="0.1667em"/><mtext>where</mtext><mspace width="0.1667em"/><mi>x</mi><mo>></mo><mn>0</mn></mrow></math> |
oracle unavailable | ||
"if" x > 0 "then" 1 "else" 0 |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mtext>if</mtext><mspace width="0.1667em"/><mi>x</mi><mo>></mo><mn>0</mn><mspace width="0.1667em"/><mtext>then</mtext><mspace width="0.1667em"/><mn>1</mn><mspace width="0.1667em"/><mtext>else</mtext><mspace width="0.1667em"/><mn>0</mn></mrow></math> |
oracle unavailable | ||
a thin b |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>a</mi><mspace width="0.1667em"/><mi>b</mi></mrow></math> |
oracle unavailable | ||
a quad b |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>a</mi><mspace width="1em"/><mi>b</mi></mrow></math> |
oracle unavailable | ||
a qquad b |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>a</mi><mspace width="2em"/><mi>b</mi></mrow></math> |
oracle unavailable | ||
a wide b |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>a</mi><mspace width="2em"/><mi>b</mi></mrow></math> |
oracle unavailable | ||
x in RR |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>x</mi><mo>∈</mo><mi>ℝ</mi></mrow></math> |
oracle unavailable | ||
A subset B |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>A</mi><mo>⊂</mo><mi>B</mi></mrow></math> |
oracle unavailable | ||
A union B |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>A</mi><mo>∪</mo><mi>B</mi></mrow></math> |
oracle unavailable | ||
angle.l x angle.r |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo>⟨</mo><mi>x</mi><mo>⟩</mo></mrow></math> |
oracle unavailable | ||
chevron.l psi chevron.r |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo>⟨</mo><mi>ψ</mi><mo>⟩</mo></mrow></math> |
oracle unavailable | ||
chevron.l.double a chevron.r.double |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo>⟪</mo><mi>a</mi><mo>⟫</mo></mrow></math> |
oracle unavailable | ||
x = frac(-b plus.minus sqrt(b^2 - 4 a c), 2 a) display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><mi>x</mi><mo>=</mo><mfrac><mrow><mo>−</mo><mi>b</mi><mo>±</mo><msqrt><mrow><msup><mrow><mi>b</mi><mspace width="0.04em"/></mrow><mn>2</mn></msup><mo>−</mo><mn>4</mn><mi>a</mi><mi>c</mi></mrow></msqrt></mrow><mrow><mn>2</mn><mi>a</mi></mrow></mfrac></mrow></math> |
oracle unavailable | ||
e^(i pi) + 1 = 0 |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><msup><mrow><mi>e</mi><mspace width="0.04em"/></mrow><mrow><mi>i</mi><mi>π</mi></mrow></msup><mo>+</mo><mn>1</mn><mo>=</mo><mn>0</mn></mrow></math> |
oracle unavailable | ||
sum_(k=0)^infinity x^k / k! = e^x display |
kern-only | <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"><mrow><mfrac><mrow><munderover><mo largeop="true" movablelimits="true">∑</mo><mrow><mi>k</mi><mo>=</mo><mn>0</mn></mrow><mo>∞</mo></munderover><msup><mrow><mi>x</mi><mspace width="0.04em"/></mrow><mi>k</mi></msup></mrow><mrow><mi>k</mi><mo>!</mo></mrow></mfrac><mo>=</mo><msup><mrow><mi>e</mi><mspace width="0.04em"/></mrow><mi>x</mi></msup></mrow></math> |
oracle unavailable |