diff options
| author | sitandr <60141933+sitandr@users.noreply.github.com> | 2023-05-19 16:33:15 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-19 15:33:15 +0200 |
| commit | 42c3a6fa72be91c115e28e3866012b95b4d63cf4 (patch) | |
| tree | dd147f27466bffbc0d7498e6d55181702967c643 /tests/typ/math | |
| parent | 84b9d9c9906a2f39718b6b19e40c9f5f200d7f96 (diff) | |
Fixed symbol style reset in stretching (#1195)
Diffstat (limited to 'tests/typ/math')
| -rw-r--r-- | tests/typ/math/delimited.typ | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/typ/math/delimited.typ b/tests/typ/math/delimited.typ index d22b76c0..24374b8c 100644 --- a/tests/typ/math/delimited.typ +++ b/tests/typ/math/delimited.typ @@ -36,3 +36,10 @@ $ lr(]sum_(x=1)^n x], size: #70%) --- // Test predefined delimiter pairings. $floor(x/2), ceil(x/2), abs(x), norm(x)$ + +--- +// Test colored delimiters +$ lr( + text("(", fill: #green) a/b + text(")", fill: #blue) + ) $ |
