diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-06 15:37:17 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-06 15:37:17 +0100 |
| commit | b2572f9d48a8f0efd30014302dcc271cd89fa91e (patch) | |
| tree | d355df33cd125389b582274ae3fed6e7bcabcacb /tests/typ/math | |
| parent | 3ecb0c754bc1777e002a43e4c34b27e676f9a95c (diff) | |
Math shorthands
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/shorthand.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/math/shorthand.typ b/tests/typ/math/shorthand.typ new file mode 100644 index 00000000..d37c938f --- /dev/null +++ b/tests/typ/math/shorthand.typ @@ -0,0 +1,4 @@ +// Test math shorthands. + +--- +$ f : NN <=> RR, n |-> sqrt(n) $ |
