(group, options)
| 11010 | }); |
| 11011 | |
| 11012 | const chooseMathStyle = (group, options) => { |
| 11013 | switch (options.style.size) { |
| 11014 | case Style$1.DISPLAY.size: |
| 11015 | return group.display; |
| 11016 | |
| 11017 | case Style$1.TEXT.size: |
| 11018 | return group.text; |
| 11019 | |
| 11020 | case Style$1.SCRIPT.size: |
| 11021 | return group.script; |
| 11022 | |
| 11023 | case Style$1.SCRIPTSCRIPT.size: |
| 11024 | return group.scriptscript; |
| 11025 | |
| 11026 | default: |
| 11027 | return group.text; |
| 11028 | } |
| 11029 | }; |
| 11030 | |
| 11031 | defineFunction({ |
| 11032 | type: "mathchoice", |