diff options
Diffstat (limited to 'tests/typ')
| -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" $ |
