diff options
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/attach.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/typ/math/attach.typ b/tests/typ/math/attach.typ index 0f404ac7..d471551a 100644 --- a/tests/typ/math/attach.typ +++ b/tests/typ/math/attach.typ @@ -65,6 +65,12 @@ $ sqrt(a_(1/2)^zeta), sqrt(a_alpha^(1/2)), sqrt(a_(1/2)^(3/4)) \ sqrt(attach(a, tl: 1/2, bl: 3/4, tr: 1/2, br: 3/4)) $ --- +// Test for no collisions between descenders/ascenders and attachments + +$ sup_(x in P_i) quad inf_(x in P_i) $ +$ op("fff",limits: #true)^(y) quad op("yyy", limits:#true)_(f) $ + +--- // Test frame base. $ (-1)^n + (1/2 + 3)^(-1/2) $ |
