diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-27 12:04:23 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-27 12:04:36 +0100 |
| commit | 1de53730bce0bd3f9de89db1da7c19b7889b9a75 (patch) | |
| tree | e2746f4853a5a8e99f32e8c52d6e4b4f411c1933 /tests/typ/math/style.typ | |
| parent | 13efa128c855637a7fe3351a4579383359d1be1b (diff) | |
Symbol values and modules
Diffstat (limited to 'tests/typ/math/style.typ')
| -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 5089610b..4a4cfe16 100644 --- a/tests/typ/math/style.typ +++ b/tests/typ/math/style.typ @@ -2,7 +2,7 @@ #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]) +#let cells = (sym.triangle.nested, [--], [`italic`], [`bold`], [both]) #for kk in kinds { cells.push(raw(repr(kk).trim("<function ").trim(">"))) for mm in modifiers { |
