diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-29 13:37:25 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-29 14:18:13 +0100 |
| commit | 0efe669278a5e1c3f2985eba2f3360e91159c54a (patch) | |
| tree | 502712857c48f0decb5e698257c0a96d358a436e /tests/typ/layout/math.typ | |
| parent | 836692e73cff0356e409a9ba5b4887b86809d4ca (diff) | |
Reorganize library and tests
Diffstat (limited to 'tests/typ/layout/math.typ')
| -rw-r--r-- | tests/typ/layout/math.typ | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/typ/layout/math.typ b/tests/typ/layout/math.typ deleted file mode 100644 index 55a853cf..00000000 --- a/tests/typ/layout/math.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 |
