diff options
| author | sitandr <60141933+sitandr@users.noreply.github.com> | 2023-05-23 12:22:27 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-23 11:22:27 +0200 |
| commit | 5dbc15ef0c48cb024205ac84f295fdffef985374 (patch) | |
| tree | 2a9fe2c595fc422f9e0d2d9d068381a2ee5502b2 /docs | |
| parent | 752817ae74607ca23ec0aad51824ddca66faa7a8 (diff) | |
Forced size command in math (#1128)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/reference/groups.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/src/reference/groups.yml b/docs/src/reference/groups.yml index 5d8b330e..cd85b820 100644 --- a/docs/src/reference/groups.yml +++ b/docs/src/reference/groups.yml @@ -16,6 +16,16 @@ These functions are distinct from the [`text`]($func/text) function because math fonts contain multiple variants of each letter. +- name: sizes + display: Sizes + functions: ["display", "inline", "script", "sscript"] + description: | + Forced size styles for expressions within formulas. + + These functions allow manual configuration of the size of equation elements + to make them look as in a display/inline equation or as if used in a root or + sub/superscripts. + - name: underover display: Under/Over functions: [ |
