diff options
| author | KG <41345727+kg583@users.noreply.github.com> | 2023-07-17 09:54:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-17 15:54:26 +0200 |
| commit | 31efd542cb1d86a0cb036876fdb174ac5d1cb102 (patch) | |
| tree | 1643ad5b3d05dad00b165c2216642e65cd0f4bc5 /tests/typ/math | |
| parent | ed15e1062a319d99780887ef5edc6252bc192c2b (diff) | |
Rename math symbols (#1124)
Co-authored-by: Ryan Pitasky <111201305+rpitasky@users.noreply.github.com>
Co-authored-by: Daniel Csillag <15617291+dccsillag@users.noreply.github.com>
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/spacing.typ | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/typ/math/spacing.typ b/tests/typ/math/spacing.typ index 969c26c1..b763fb2d 100644 --- a/tests/typ/math/spacing.typ +++ b/tests/typ/math/spacing.typ @@ -23,7 +23,7 @@ $a"is"b, a "is" b$ // Test predefined spacings. $a thin b, a med b, a thick b, a quad b$ \ $a = thin b$ \ -$a - b ident c quad (mod 2)$ +$a - b equiv c quad (mod 2)$ --- // Test spacing for set comprehension. @@ -33,8 +33,8 @@ $ { x in RR | x "is natural" and x < 10 } $ --- // Test spacing for operators with decorations and modifiers on them #set page(width: auto) -$a ident b + c - d => e log 5 op("ln") 6$ \ -$a cancel(ident) b overline(+) c arrow(-) d hat(=>) e cancel(log) 5 dot(op("ln")) 6$ \ -$a overbrace(ident) b underline(+) c grave(-) d underbracket(=>) e circle(log) 5 caron(op("ln")) 6$ \ +$a equiv b + c - d => e log 5 op("ln") 6$ \ +$a cancel(equiv) b overline(+) c arrow(-) d hat(=>) e cancel(log) 5 dot(op("ln")) 6$ \ +$a overbrace(equiv) b underline(+) c grave(-) d underbracket(=>) e circle(log) 5 caron(op("ln")) 6$ \ \ -$a attach(ident, 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$ +$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$ |
