diff options
| author | sitandr <60141933+sitandr@users.noreply.github.com> | 2023-08-26 18:36:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-26 17:36:52 +0200 |
| commit | b2d6cb58dcffbe297fecf07c2e8d8db5a0340c05 (patch) | |
| tree | 1b7655a4d7b1aca469b81fa9743ab6a2a46ca583 /tests/typ/math/spacing.typ | |
| parent | 45bd58fbaac4419a45246865cf44ded7920d5b84 (diff) | |
Fix weak spacing broken in math (#1966)
Diffstat (limited to 'tests/typ/math/spacing.typ')
| -rw-r--r-- | tests/typ/math/spacing.typ | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/typ/math/spacing.typ b/tests/typ/math/spacing.typ index 87bfb002..9b64d92d 100644 --- a/tests/typ/math/spacing.typ +++ b/tests/typ/math/spacing.typ @@ -39,3 +39,10 @@ $a cancel(equiv) b overline(+) c arrow(-) d hat(=>) e cancel(log) 5 dot(op("ln") $a overbrace(equiv) b underline(+) c grave(-) d underbracket(=>) e circle(log) 5 caron(op("ln")) 6$ \ \ $a attach(equiv, tl: a, tr: b) b attach(limits(+), t: a, b: b) c tilde(-) d breve(=>) e attach(limits(log), t: a, b: b) 5 attach(op("ln"), tr: a, bl: b) 6$ +--- +// Test weak spacing +$integral f(x) dif x$, +// Not weak +$integral f(x) thin dif x$, +// Both are weak, collide +$integral f(x) #h(0.166em, weak: true)dif x$ |
