diff options
| author | José Lopes <95137505+joserlopes@users.noreply.github.com> | 2024-04-08 09:46:31 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2024-05-17 14:27:59 +0200 |
| commit | fcd7705fb656a3b4f25b8d01e6830891db71dc0c (patch) | |
| tree | c05d123c660409a1940833977bfb50d6b081abb5 /tests | |
| parent | cc46267be3a36b2ad694be01f6d4611d14882d87 (diff) | |
Fix missing blackboard bold letters (#3759)
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. |
