diff options
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/attach.typ | 3 |
1 files changed, 2 insertions, 1 deletions
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$ |
