diff options
| author | Leedehai <18319900+Leedehai@users.noreply.github.com> | 2024-08-15 16:08:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-15 20:08:40 +0000 |
| commit | d221a89a40ba504408468d8f427ce8933e332a6f (patch) | |
| tree | e5f3fe372777c1740190f2b9fdb988021107f6d4 /tests | |
| parent | c43997de0a4fa958bc6bdfd5c29a47e1ba14800d (diff) | |
Adjust the baseline of root radicand frame (#4736)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/math-root-large-body.png | bin | 1549 -> 1831 bytes | |||
| -rw-r--r-- | tests/suite/math/root.typ | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/tests/ref/math-root-large-body.png b/tests/ref/math-root-large-body.png Binary files differindex b8d9edfb..20363647 100644 --- a/tests/ref/math-root-large-body.png +++ b/tests/ref/math-root-large-body.png diff --git a/tests/suite/math/root.typ b/tests/suite/math/root.typ index a690802e..df339fa8 100644 --- a/tests/suite/math/root.typ +++ b/tests/suite/math/root.typ @@ -30,6 +30,7 @@ $ sqrt([|x|]^2 + [|y|]^2) < [|z|] $ $ v = sqrt((1/2) / (4/5)) = root(3, (1/2/3) / (4/5/6)) = root(4, ((1/2) / (3/4)) / ((1/2) / (3/4))) $ +$ v = sqrt(a +\ b) $ --- math-root-large-index --- // Test large index. |
