summaryrefslogtreecommitdiff
path: root/tests/typ/math
diff options
context:
space:
mode:
authorsitandr <60141933+sitandr@users.noreply.github.com>2023-06-24 15:28:36 +0300
committerGitHub <noreply@github.com>2023-06-24 14:28:36 +0200
commitc5e82b3fa8e44e0efd9beb37c477e5dc202f523e (patch)
tree94e7eb91600903c3158ef83df1cf06f26eca9b86 /tests/typ/math
parentfa42a26f6fa2f6e1132aec4977df2e1bccf9fc99 (diff)
Added argument to disable limits in inline math, closes #1522 (#1552)
Diffstat (limited to 'tests/typ/math')
-rw-r--r--tests/typ/math/attach.typ3
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$