diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-29 18:00:28 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-29 18:00:28 +0100 |
| commit | 0911c709a8cc819946f8099af6d2e4bffef505a6 (patch) | |
| tree | 5b2e106fd641dce9778e6975572ed16032df5819 /tests/typ/math | |
| parent | e4e888b9ce361616545da319170c61d2d8878a59 (diff) | |
Fix tests
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/style.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/math/style.typ b/tests/typ/math/style.typ index 4a4cfe16..38d6e2d5 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))) |
