diff --git a/tests/ref/math/style.png b/tests/ref/math/style.png index 839743bde..2ac74cb42 100644 Binary files a/tests/ref/math/style.png and b/tests/ref/math/style.png differ diff --git a/tests/ref/math/syntax.png b/tests/ref/math/syntax.png index ce83f9f28..2f0a40b6a 100644 Binary files a/tests/ref/math/syntax.png and b/tests/ref/math/syntax.png differ diff --git a/tests/typ/math/style.typ b/tests/typ/math/style.typ index 4a4cfe160..38d6e2d5d 100644 --- a/tests/typ/math/style.typ +++ b/tests/typ/math/style.typ @@ -1,4 +1,4 @@ -#let part = $ a b A B $ +#let part = $ a B pi Delta $ #let kinds = (math.serif, math.sans, math.cal, math.frak, math.mono, math.bb) #let modifiers = (v => v, math.italic, math.bold, v => math.italic(math.bold(v)))