diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-05-19 12:59:39 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-05-19 12:59:39 +0200 |
| commit | 5a7c901f2195a746e0982723b959c07431844077 (patch) | |
| tree | 02058fb875cb87979fa930b5dc97a94b309459be /tests/typ/math | |
| parent | 3965e10281ea3c8754a1877c9f7e71c1930bf4c3 (diff) | |
Switch to New Computer Modern Math
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/basic.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/math/basic.typ b/tests/typ/math/basic.typ index 33246261..051dbaf3 100644 --- a/tests/typ/math/basic.typ +++ b/tests/typ/math/basic.typ @@ -12,6 +12,10 @@ Prove by induction: $[ \sum_{k=0}^n k = \frac{n(n+1)}{2} ]$ --- +// Test that blackboard style looks nice. +$[ f: \mathbb{N} \rightarrow \mathbb{R} ]$ + +--- // Error: 1-10 expected '}' found EOF $\sqrt{x$ |
