From f29fbea2fcabed9ed6fc3c19d585edc6fe45370b Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 27 Nov 2024 11:11:49 +0000 Subject: Use extended shape information for glyph `text_like`-ness (#5483) --- tests/suite/math/stretch.typ | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/suite/math/stretch.typ') diff --git a/tests/suite/math/stretch.typ b/tests/suite/math/stretch.typ index 60696746..6bf13e25 100644 --- a/tests/suite/math/stretch.typ +++ b/tests/suite/math/stretch.typ @@ -35,6 +35,12 @@ $stretch(arrow.t)^"map"$ $stretch(arrow.t, size: #2em)^"map"$ $stretch(arrow.t, size: #200%)^"map"$ +--- math-stretch-vertical-scripts --- +// Test vertical stretch interactions with script attachments. +#let big = $stretch(|, size: #4em)$ +$ big_0^1 stretch(|, size: #1.5em)_0^1 + stretch(big, size: #1em)_0^1 |_0^1 $ + --- math-stretch-horizontal --- // Test stretching along horizontal axis. #let ext(sym) = math.stretch(sym, size: 2em) -- cgit v1.2.3