diff options
Diffstat (limited to 'tests/typ/math/attach-p1.typ')
| -rw-r--r-- | tests/typ/math/attach-p1.typ | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/typ/math/attach-p1.typ b/tests/typ/math/attach-p1.typ index 830ff26e..5564ec60 100644 --- a/tests/typ/math/attach-p1.typ +++ b/tests/typ/math/attach-p1.typ @@ -49,7 +49,11 @@ $pi_1(Y), a_f(x), a^zeta (x), a^abs(b)_sqrt(c) \ --- // Test associativity and scaling. $ 1/(V^2^3^4^5), - 1/attach(V, tl: attach(2, tl: attach(3, tl: attach(4, tl: 5)))), + frac( + attach( + limits(V), br: attach(2, br: 3), b: attach(limits(2), b: 3)), + attach( + limits(V), tl: attach(2, tl: 3), t: attach(limits(2), t: 3))), attach(Omega, tl: attach(2, tl: attach(3, tl: attach(4, tl: 5))), tr: attach(2, tr: attach(3, tr: attach(4, tr: 5))), |
