diff options
| author | Leedehai <18319900+Leedehai@users.noreply.github.com> | 2024-05-07 10:08:42 -0400 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2024-05-17 15:34:20 +0200 |
| commit | 58633bf9ffe006b55e6d11c4476c7bad86d04eb8 (patch) | |
| tree | 2ef41468bfcf4954649dab5a6bf64cf2cd969b0b /tests | |
| parent | 03e3f01d549a21f70f3fec2eecd252bbc3b613c3 (diff) | |
Make more characters stretchable by mid() (#4092)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/math-lr-mid.png | bin | 1433 -> 1401 bytes | |||
| -rw-r--r-- | tests/suite/math/delimited.typ | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/math-lr-mid.png b/tests/ref/math-lr-mid.png Binary files differindex e4f1e671..1e14759e 100644 --- a/tests/ref/math-lr-mid.png +++ b/tests/ref/math-lr-mid.png diff --git a/tests/suite/math/delimited.typ b/tests/suite/math/delimited.typ index 98579947..42a67c4e 100644 --- a/tests/suite/math/delimited.typ +++ b/tests/suite/math/delimited.typ @@ -48,9 +48,9 @@ $ lr( --- math-lr-mid --- // Test middle functions $ { x mid(|) sum_(i=1)^oo phi_i (x) < 1 } \ - { integral |x| dif x + { integral |dot| mid(bar.v.double) - floor(hat(A) mid(|) { x mid(|) y } mid(|) A) } $ + floor(hat(I) mid(slash) { dot mid(|) dot } mid(|) I/n) } $ --- math-lr-unbalanced --- // Test unbalanced delimiters. |
