diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/math/style.png | bin | 25050 -> 29726 bytes | |||
| -rw-r--r-- | tests/typ/math/style.typ | 9 |
2 files changed, 8 insertions, 1 deletions
diff --git a/tests/ref/math/style.png b/tests/ref/math/style.png Binary files differindex 5201181e..a52136dc 100644 --- a/tests/ref/math/style.png +++ b/tests/ref/math/style.png diff --git a/tests/typ/math/style.typ b/tests/typ/math/style.typ index 30cb4aa0..f1a38405 100644 --- a/tests/typ/math/style.typ +++ b/tests/typ/math/style.typ @@ -20,7 +20,14 @@ $a/b, display(a/b), display(a)/display(b), inline(a/b), script(a/b), sscript(a/b --- // Test a few style exceptions. -$h, bb(N), cal(R), Theta, italic(Theta), sans(Theta), sans(italic(Theta))$ +$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))$ + +--- +// Test a few greek exceptions. +$bb(Gamma) , bb(gamma), bb(Pi), bb(pi), bb(sum)$ --- // Test hebrew exceptions. |
