diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-04-13 10:39:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-13 08:39:45 +0000 |
| commit | 020294fca9a7065d4b9cf4e677f606ebaaa29b00 (patch) | |
| tree | c0027ad22046e2726c22298461327823d6b88d53 /tests/suite/math/style.typ | |
| parent | 72dd79210602ecc799726fc096b078afbb47f299 (diff) | |
Better test runner (#3922)
Diffstat (limited to 'tests/suite/math/style.typ')
| -rw-r--r-- | tests/suite/math/style.typ | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/suite/math/style.typ b/tests/suite/math/style.typ new file mode 100644 index 00000000..09ddd3c1 --- /dev/null +++ b/tests/suite/math/style.typ @@ -0,0 +1,34 @@ +// Test text styling in math. + +--- math-style-italic-default --- +// Test italic defaults. +$a, A, delta, ϵ, diff, Delta, ϴ$ + +--- math-style --- +// Test forcing a specific style. +$A, italic(A), upright(A), bold(A), bold(upright(A)), \ + serif(A), sans(A), cal(A), frak(A), mono(A), bb(A), \ + italic(diff), upright(diff), \ + bb("hello") + bold(cal("world")), \ + mono("SQRT")(x) wreath mono(123 + 456)$ + +--- math-style-exceptions --- +// Test a few style exceptions. +$h, bb(N), cal(R), Theta, italic(Theta), sans(Theta), sans(italic(Theta)) \ + bb(d), bb(italic(d)), italic(bb(d)), bb(e), bb(italic(e)), italic(bb(e)) \ + bb(i), bb(italic(i)), italic(bb(i)), bb(j), bb(italic(j)), italic(bb(j)) \ + bb(D), bb(italic(D)), italic(bb(D))$ + +--- math-style-greek-exceptions --- +// Test a few greek exceptions. +$bb(Gamma) , bb(gamma), bb(Pi), bb(pi), bb(sum)$ + +--- math-style-hebrew-exceptions --- +// Test hebrew exceptions. +$aleph, beth, gimel, daleth$ + +--- issue-3650-italic-equation --- +_abc $sin(x) "abc"$_ \ +$italic(sin(x) "abc" #box[abc])$ \ +*abc $sin(x) "abc"$* \ +$bold(sin(x) "abc" #box[abc])$ \ |
