diff options
Diffstat (limited to 'tests/typ/math/attach.typ')
| -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 |
