From c5e82b3fa8e44e0efd9beb37c477e5dc202f523e Mon Sep 17 00:00:00 2001 From: sitandr <60141933+sitandr@users.noreply.github.com> Date: Sat, 24 Jun 2023 15:28:36 +0300 Subject: Added argument to disable limits in inline math, closes #1522 (#1552) --- tests/typ/math/attach.typ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/typ') diff --git a/tests/typ/math/attach.typ b/tests/typ/math/attach.typ index cb90e5a5..0f404ac7 100644 --- a/tests/typ/math/attach.typ +++ b/tests/typ/math/attach.typ @@ -97,5 +97,6 @@ $ attach(A, t: #locate(it => oops)) $ #let eq = $ ∫_a^b iota_a^b $ #eq #show "∫": math.limits -#show math.iota: math.limits +#show math.iota: math.limits.with(inline: false) #eq +$iota_a^b$ -- cgit v1.2.3