diff options
Diffstat (limited to 'tests/typ/math/basic.typ')
| -rw-r--r-- | tests/typ/math/basic.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/typ/math/basic.typ b/tests/typ/math/basic.typ index 051dbaf3..df05a567 100644 --- a/tests/typ/math/basic.typ +++ b/tests/typ/math/basic.typ @@ -16,6 +16,12 @@ $[ \sum_{k=0}^n k = \frac{n(n+1)}{2} ]$ $[ f: \mathbb{N} \rightarrow \mathbb{R} ]$ --- +#set math(family: "IBM Plex Sans") + +// Error: 1-4 font is not suitable for math +$a$ + +--- // Error: 1-10 expected '}' found EOF $\sqrt{x$ |
