diff options
| author | Raphaƫl CV <95867256+Raphael-CV@users.noreply.github.com> | 2023-04-05 13:37:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-05 13:37:54 +0200 |
| commit | d569f6b33b8cebd6f48ff9935e7c88024bdad72a (patch) | |
| tree | 2da2e0b7063947648ec1282259fb68d38f670534 /tests | |
| parent | df7160f5b2f4e656d8b21dc3aad02106d577c63d (diff) | |
Fix inversion cal frak R (#593)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/math/style.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/math/style.typ b/tests/typ/math/style.typ index 45704d80..dfb7a795 100644 --- a/tests/typ/math/style.typ +++ b/tests/typ/math/style.typ @@ -14,7 +14,7 @@ $A, italic(A), upright(A), bold(A), bold(upright(A)), \ --- // Test a few style exceptions. -$h, bb(N), frak(R), Theta, italic(Theta), sans(Theta), sans(italic(Theta))$ +$h, bb(N), cal(R), Theta, italic(Theta), sans(Theta), sans(italic(Theta))$ --- // Test font fallback. |
