diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-23 15:03:10 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-23 15:23:52 +0100 |
| commit | 4653ffebb43d733a3cff873d0903c7d00aaeb499 (patch) | |
| tree | 6a97b2e6a6903b3198547d6f3d0a7e3d2eb023cd /tests/typ/math/style.typ | |
| parent | 84c6c8b0e6b17996a603ec88b7490107154f38f3 (diff) | |
Math module
Diffstat (limited to 'tests/typ/math/style.typ')
| -rw-r--r-- | tests/typ/math/style.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/math/style.typ b/tests/typ/math/style.typ index e249a45a..a8b9c7a5 100644 --- a/tests/typ/math/style.typ +++ b/tests/typ/math/style.typ @@ -1,6 +1,6 @@ #let part = $ a b A B $ -#let kinds = (serif, sans, cal, frak, mono, bb) -#let modifiers = (v => v, italic, bold, v => italic(bold(v))) +#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))) #let cells = ([:triangle:nested:], [--], [`italic`], [`bold`], [both]) #for k in kinds { |
