From fcd7705fb656a3b4f25b8d01e6830891db71dc0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lopes?= <95137505+joserlopes@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:46:31 +0100 Subject: Fix missing blackboard bold letters (#3759) --- tests/ref/math/style.png | Bin 25050 -> 29726 bytes tests/typ/math/style.typ | 9 ++++++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ref/math/style.png b/tests/ref/math/style.png index 5201181e..a52136dc 100644 Binary files a/tests/ref/math/style.png and b/tests/ref/math/style.png differ 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. -- cgit v1.2.3