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 | |
| parent | 13efa128c855637a7fe3351a4579383359d1be1b (diff) | |
Symbol values and modules
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/accents.typ | 2 | ||||
| -rw-r--r-- | tests/typ/math/style.typ | 2 | ||||
| -rw-r--r-- | tests/typ/math/syntax.typ | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/math/accents.typ b/tests/typ/math/accents.typ index 96d055e9..0cd0b16e 100644 --- a/tests/typ/math/accents.typ +++ b/tests/typ/math/accents.typ @@ -23,6 +23,6 @@ $ accent(a, grave), accent(a, overline), accent(a, breve), accent(a, dot), - accent(a, dia), + accent(a, diaer), accent(a, caron), accent(a, arrow) $ 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 { diff --git a/tests/typ/math/syntax.typ b/tests/typ/math/syntax.typ index 186082aa..f18f7edf 100644 --- a/tests/typ/math/syntax.typ +++ b/tests/typ/math/syntax.typ @@ -19,6 +19,6 @@ $ sqrt(x^2) = frac(x, 1) $ $ "profit" = "income" - "expenses" $ $ x < #for i in range(5) [$ #i < $] y $ $ 1 + 2 = #{1 + 2} $ -$ A sub:eq:not B $ +$ A subset.eq.not B $ ``` <table> |
