diff options
| author | sitandr <60141933+sitandr@users.noreply.github.com> | 2023-06-20 17:58:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-20 16:58:22 +0200 |
| commit | 03675fc429bd4e7aa71890922e359940cbf3c2ca (patch) | |
| tree | 12ded38940afdc682e9d9d5b616ce2499992db15 /tests/typ/math | |
| parent | 6c542ea1a4a0ee85069dad6974ff331851eff406 (diff) | |
Created new system for limits (fixes #1443) (#1452)
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/attach.typ | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/typ/math/attach.typ b/tests/typ/math/attach.typ index f5f49627..cb90e5a5 100644 --- a/tests/typ/math/attach.typ +++ b/tests/typ/math/attach.typ @@ -91,3 +91,11 @@ $ limits(integral)_a^b != integral_a^b $ --- // Error: 30-34 unknown variable: oops $ attach(A, t: #locate(it => oops)) $ + +--- +// Show and let rules for limits and scripts +#let eq = $ ∫_a^b iota_a^b $ +#eq +#show "∫": math.limits +#show math.iota: math.limits +#eq |
