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 | |
| parent | a59b9fff93f708d5a35d2bf61c3b21efee71b7e9 (diff) | |
Fix math spacing bugs
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/math/matrix.png | bin | 6079 -> 5875 bytes | |||
| -rw-r--r-- | tests/ref/math/shorthand.png | bin | 1231 -> 1215 bytes | |||
| -rw-r--r-- | tests/ref/math/simple.png | bin | 8293 -> 8334 bytes | |||
| -rw-r--r-- | tests/ref/math/syntax.png | bin | 53626 -> 54038 bytes | |||
| -rw-r--r-- | tests/typ/math/syntax.typ | 4 |
5 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/math/matrix.png b/tests/ref/math/matrix.png Binary files differindex 3bd17715..56a4db9c 100644 --- a/tests/ref/math/matrix.png +++ b/tests/ref/math/matrix.png diff --git a/tests/ref/math/shorthand.png b/tests/ref/math/shorthand.png Binary files differindex 840feac2..e53e9465 100644 --- a/tests/ref/math/shorthand.png +++ b/tests/ref/math/shorthand.png diff --git a/tests/ref/math/simple.png b/tests/ref/math/simple.png Binary files differindex ebd55dcb..4daa52e1 100644 --- a/tests/ref/math/simple.png +++ b/tests/ref/math/simple.png diff --git a/tests/ref/math/syntax.png b/tests/ref/math/syntax.png Binary files differindex 2497ef49..0b738511 100644 --- a/tests/ref/math/syntax.png +++ b/tests/ref/math/syntax.png 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" $ |
