diff options
| author | Max <me@mkor.je> | 2024-10-30 15:29:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-30 15:29:15 +0000 |
| commit | f85faf957ff6067e0b6f20a3d27388cc4549a330 (patch) | |
| tree | 5ece60cc7ffce75a76d1653f6aef4ec189612c85 /tests/suite/math/style.typ | |
| parent | 2634a8402cdbd2443edf27abeb4ee6bafb70f5bd (diff) | |
Add `math.accent` support for `flac` and `dtls` OpenType features (#5202)
Diffstat (limited to 'tests/suite/math/style.typ')
| -rw-r--r-- | tests/suite/math/style.typ | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/suite/math/style.typ b/tests/suite/math/style.typ index 09ddd3c1..e21cd4fd 100644 --- a/tests/suite/math/style.typ +++ b/tests/suite/math/style.typ @@ -12,6 +12,19 @@ $A, italic(A), upright(A), bold(A), bold(upright(A)), \ bb("hello") + bold(cal("world")), \ mono("SQRT")(x) wreath mono(123 + 456)$ +--- math-style-dotless --- +// Test styling dotless i and j. +$ dotless.i dotless.j, + upright(dotless.i) upright(dotless.j), + sans(dotless.i) sans(dotless.j), + bold(dotless.i) bold(dotless.j), + bb(dotless.i) bb(dotless.j), + cal(dotless.i) cal(dotless.j), + frak(dotless.i) frak(dotless.j), + mono(dotless.i) mono(dotless.j), + bold(frak(dotless.i)) upright(sans(dotless.j)), + italic(bb(dotless.i)) frak(sans(dotless.j)) $ + --- math-style-exceptions --- // Test a few style exceptions. $h, bb(N), cal(R), Theta, italic(Theta), sans(Theta), sans(italic(Theta)) \ |
