diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-27 15:09:05 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-27 15:32:05 +0100 |
| commit | 2e039cb052fcb768027053cbf02ce396f6d7a6be (patch) | |
| tree | b1a1c1da0440805b296e3204fa30cd9666322a0e /tests/typ/math | |
| parent | a59b9fff93f708d5a35d2bf61c3b21efee71b7e9 (diff) | |
Fix math spacing bugs
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/syntax.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/math/syntax.typ b/tests/typ/math/syntax.typ index f18f7edf..80facfb2 100644 --- a/tests/typ/math/syntax.typ +++ b/tests/typ/math/syntax.typ @@ -12,8 +12,8 @@ ``` Let $x in NN$ be ... $ (1 + x/2)^2 $ -$ x arrow:l y $ -$ sum_(n=1)^mu 1 + (2pi (5 + n)) / k $ +$ x arrow.l y $ +$ sum_(n=1)^mu 1 + (2pi(5 + n)) / k $ $ { x in RR | x "is natural" and x < 10 } $ $ sqrt(x^2) = frac(x, 1) $ $ "profit" = "income" - "expenses" $ |
