diff options
| author | Max <me@mkor.je> | 2024-09-26 14:46:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-26 14:46:26 +0000 |
| commit | e00e3e4fbfb9432061d176fb0a3e6b4bf2430fc6 (patch) | |
| tree | f9842b736f93e8f00ae752a22b587ac4e2c3bf0c /docs/reference | |
| parent | a40e068590895562f0d1a4aa17fe97b9bf5630a3 (diff) | |
Add `math.stretch` element function (#5030)
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/groups.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/reference/groups.yml b/docs/reference/groups.yml index 0be0fd5c..3f2bef23 100644 --- a/docs/reference/groups.yml +++ b/docs/reference/groups.yml @@ -83,6 +83,10 @@ automatically decides which is more suitable depending on the base, but you can also control this manually with the `scripts` and `limits` functions. + If you want the base to stretch to fit long top and bottom attachments (for + example, an arrow with text above it), use the [`stretch`]($math.stretch) + function. + # Example ```example $ sum_(i=0)^n a_i = 2^(1+i) $ |
