diff options
| author | José Lopes <95137505+joserlopes@users.noreply.github.com> | 2024-04-08 09:46:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-08 08:46:31 +0000 |
| commit | 351cf127f2849f5947e74449753ae790965df4b1 (patch) | |
| tree | 0f61e16150cc177b012e728e41e5a247f180fbdd /tests/typ/math | |
| parent | 5de36f7b97c237ad0fc4a0b4ccecd7adcb43181b (diff) | |
Fix missing blackboard bold letters (#3759)
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/style.typ | 9 |
1 files changed, 8 insertions, 1 deletions
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. |
