From 03675fc429bd4e7aa71890922e359940cbf3c2ca Mon Sep 17 00:00:00 2001 From: sitandr <60141933+sitandr@users.noreply.github.com> Date: Tue, 20 Jun 2023 17:58:22 +0300 Subject: Created new system for limits (fixes #1443) (#1452) --- tests/typ/math/attach.typ | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/typ/math/attach.typ') 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 -- cgit v1.2.3