diff options
| author | sitandr <60141933+sitandr@users.noreply.github.com> | 2023-06-24 15:28:36 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-24 14:28:36 +0200 |
| commit | c5e82b3fa8e44e0efd9beb37c477e5dc202f523e (patch) | |
| tree | 94e7eb91600903c3158ef83df1cf06f26eca9b86 /tests | |
| parent | fa42a26f6fa2f6e1132aec4977df2e1bccf9fc99 (diff) | |
Added argument to disable limits in inline math, closes #1522 (#1552)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/math/attach.png | bin | 29232 -> 28331 bytes | |||
| -rw-r--r-- | tests/typ/math/attach.typ | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/ref/math/attach.png b/tests/ref/math/attach.png Binary files differindex bf63ccce..894f553f 100644 --- a/tests/ref/math/attach.png +++ b/tests/ref/math/attach.png 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$ |
