diff options
| author | Eric Biedert <github@ericbiedert.de> | 2023-12-28 14:30:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-28 13:30:32 +0000 |
| commit | f94708d202785922f9ffbc6b3beb50a5d636682b (patch) | |
| tree | 018f59edd55a894b55baa1e10be97c0f9992faef /tests/typ | |
| parent | 162b4e812db3027481b88fcaab02ba5c8337b041 (diff) | |
Make accent size adjustable (#3077)
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/math/accent.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/math/accent.typ b/tests/typ/math/accent.typ index cf1d3fa2..315e14b3 100644 --- a/tests/typ/math/accent.typ +++ b/tests/typ/math/accent.typ @@ -27,3 +27,7 @@ $A^x != hat(A)^x != hat(hat(A))^x$ --- // Test high base. $ tilde(integral), tilde(integral)_a^b, tilde(integral_a^b) $ + +--- +// Test accent size. +$tilde(sum), tilde(sum, size: #50%), accent(H, hat, size: #200%)$ |
