diff options
| author | damaxwell <damaxwell@alaska.edu> | 2023-07-17 08:19:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-17 18:19:46 +0200 |
| commit | 7a1cd362aa150045371cc85578ef50bef2951be2 (patch) | |
| tree | d23560866992a426d2cb2ab1dcb04cf1ebb82699 /tests/typ/math/attach.typ | |
| parent | 9b72ee4d221d1e9e8031e53631aaccd06841ff04 (diff) | |
Support for bounding box text edges (#1626)
Diffstat (limited to 'tests/typ/math/attach.typ')
| -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) $ |
