diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-03 16:50:26 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-03 16:50:26 +0100 |
| commit | 33928a00dc58250e24da1dae4e5db17e7b598d70 (patch) | |
| tree | 451083aa64f57b442359875b0415541463cb1a0c /tests/typ/math/basic.typ | |
| parent | 46921a8c283718402322d4d09c0bd1d9194278b1 (diff) | |
Tidy up library
Diffstat (limited to 'tests/typ/math/basic.typ')
| -rw-r--r-- | tests/typ/math/basic.typ | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/typ/math/basic.typ b/tests/typ/math/basic.typ deleted file mode 100644 index 55a853cf..00000000 --- a/tests/typ/math/basic.typ +++ /dev/null @@ -1,20 +0,0 @@ -// Test math formulas. - ---- -The sum of $a$ and $b$ is $a + b$. - ---- -We will show that: -$ a^2 + b^2 = c^2 $ - ---- -Prove by induction: -$ sum_(k=0)^n k = (n(n+1))/2 $ - ---- -// Test that blackboard style looks nice. -$ f: NN arrow RR $ - ---- -// Error: 1:3 expected dollar sign -$a |
