@pstdio/ui 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/EquationComponent-DeDYHvqY.js +62 -0
- package/dist/EquationComponent-DeDYHvqY.js.map +1 -0
- package/dist/chat-ui.js +347 -0
- package/dist/chat-ui.js.map +1 -0
- package/dist/components/button.stories.d.ts +18 -0
- package/dist/components/chat-ui/components/ai-conversation.d.ts +1161 -0
- package/dist/components/chat-ui/index.d.ts +10 -0
- package/dist/components/chat-ui/utils/get-icon.d.ts +34 -0
- package/{storybook-static → dist}/components/column-file-browser.d.ts +1 -2
- package/dist/components/column-file-browser.stories.d.ts +15 -0
- package/dist/components/data-table/build-columns.d.ts +3 -0
- package/dist/components/data-table/data-table.d.ts +2 -0
- package/{storybook-static/components → dist/components/data-table}/data-table.stories.d.ts +1 -1
- package/dist/components/data-table/helpers.d.ts +10 -0
- package/dist/components/data-table/index.d.ts +3 -0
- package/dist/components/data-table/pagination-footer.d.ts +5 -0
- package/dist/components/data-table/selection-toolbar.d.ts +9 -0
- package/{storybook-static/components/data-table.d.ts → dist/components/data-table/types.d.ts} +6 -4
- package/{storybook-static → dist}/components/file-selector.d.ts +1 -2
- package/{storybook-static/components/style-guide.stories.d.ts → dist/components/file-selector.stories.d.ts} +6 -3
- package/{storybook-static → dist}/components/info-card.d.ts +1 -2
- package/dist/components/info-card.stories.d.ts +41 -0
- package/{storybook-static → dist}/components/menu-item.d.ts +1 -1
- package/dist/components/menu-item.stories.d.ts +72 -0
- package/dist/components/number-input.d.ts +8 -0
- package/{storybook-static → dist}/components/param-editor.stories.d.ts +1 -0
- package/{storybook-static → dist}/components/rich-text/collaborative-markdown-editor/collaborative-markdown-editor.d.ts +1 -0
- package/dist/components/rich-text/utils/inferResourceType.d.ts +1 -0
- package/dist/components/session-indicator.d.ts +14 -0
- package/dist/components/session-indicator.stories.d.ts +11 -0
- package/dist/components/slider.stories.d.ts +15 -0
- package/dist/components/style-guide.stories.d.ts +28 -0
- package/dist/components/ticket-board.d.ts +33 -0
- package/dist/components/ticket-board.stories.d.ts +5 -0
- package/dist/components/ticket-card.d.ts +24 -0
- package/dist/components/ticket-card.stories.d.ts +17 -0
- package/dist/components/toaster.d.ts +3 -0
- package/{storybook-static → dist}/index.d.ts +5 -3
- package/dist/index.js +435 -0
- package/dist/index.js.map +1 -0
- package/dist/rich-message-CiA3ripk.js +1401 -0
- package/dist/rich-message-CiA3ripk.js.map +1 -0
- package/dist/rich-text.js +485 -0
- package/dist/rich-text.js.map +1 -0
- package/dist/style.css +1 -0
- package/{storybook-static → dist}/theme/primitives/colors.d.ts +6 -0
- package/dist/theme-9E0MRtZk.js +1985 -0
- package/dist/theme-9E0MRtZk.js.map +1 -0
- package/{src/theme/index.ts → dist/theme.js} +5 -2
- package/dist/theme.js.map +1 -0
- package/dist/tooltip-Gm7PLwZG.js +51 -0
- package/dist/tooltip-Gm7PLwZG.js.map +1 -0
- package/{storybook-static/theme/applyThemePreference.d.ts → dist/utils/apply-theme-preference.d.ts} +1 -1
- package/{storybook-static/theme → dist/utils}/theme-preference.d.ts +3 -3
- package/package.json +12 -9
- package/.storybook/main.ts +0 -28
- package/.storybook/preview.tsx +0 -28
- package/.storybook/vitest.setup.ts +0 -6
- package/src/components/alert.tsx +0 -27
- package/src/components/breadcrumb.stories.tsx +0 -40
- package/src/components/breadcrumb.tsx +0 -67
- package/src/components/button.stories.tsx +0 -151
- package/src/components/chat-ui/agent-types.ts +0 -231
- package/src/components/chat-ui/components/ai-conversation.stories.tsx +0 -49
- package/src/components/chat-ui/components/ai-conversation.tsx +0 -68
- package/src/components/chat-ui/components/ai-message.stories.tsx +0 -60
- package/src/components/chat-ui/components/ai-message.tsx +0 -103
- package/src/components/chat-ui/components/ai-response.stories.tsx +0 -48
- package/src/components/chat-ui/components/ai-response.tsx +0 -19
- package/src/components/chat-ui/components/approval-prompt.tsx +0 -51
- package/src/components/chat-ui/components/attachment-list.stories.tsx +0 -24
- package/src/components/chat-ui/components/attachment-list.tsx +0 -76
- package/src/components/chat-ui/components/auto-scroll.tsx +0 -42
- package/src/components/chat-ui/components/chat-input.stories.tsx +0 -114
- package/src/components/chat-ui/components/chat-input.tsx +0 -142
- package/src/components/chat-ui/components/chat-panel.stories.tsx +0 -396
- package/src/components/chat-ui/components/chat-panel.tsx +0 -97
- package/src/components/chat-ui/components/message-parts-renderer.stories.tsx +0 -59
- package/src/components/chat-ui/components/message-parts-renderer.tsx +0 -133
- package/src/components/chat-ui/components/message-types.ts +0 -40
- package/src/components/chat-ui/components/model-swap-separator.stories.tsx +0 -27
- package/src/components/chat-ui/components/model-swap-separator.tsx +0 -20
- package/src/components/chat-ui/components/send-button.tsx +0 -56
- package/src/components/chat-ui/components/timeline.tsx +0 -414
- package/src/components/chat-ui/components/tool-invocation-timeline.stories.tsx +0 -32
- package/src/components/chat-ui/components/tool-invocation-timeline.tsx +0 -16
- package/src/components/chat-ui/index.ts +0 -8
- package/src/components/chat-ui/mocks/full-conversation-normalized.json +0 -3557
- package/src/components/chat-ui/tool-rendering/build-timeline.ts +0 -127
- package/src/components/chat-ui/tool-rendering/default-renderers.ts +0 -420
- package/src/components/chat-ui/tool-rendering/index.ts +0 -3
- package/src/components/chat-ui/tool-rendering/types.ts +0 -19
- package/src/components/chat-ui/utils/diff.ts +0 -228
- package/src/components/chat-ui/utils/editor-state.ts +0 -5
- package/src/components/chat-ui/utils/get-icon.ts +0 -81
- package/src/components/code-editor.tsx +0 -147
- package/src/components/column-file-browser.stories.tsx +0 -217
- package/src/components/column-file-browser.tsx +0 -380
- package/src/components/content-placeholder.tsx +0 -21
- package/src/components/data-table/build-columns.tsx +0 -78
- package/src/components/data-table/data-table.css +0 -51
- package/src/components/data-table/data-table.stories.tsx +0 -209
- package/src/components/data-table/data-table.tsx +0 -232
- package/src/components/data-table/helpers.tsx +0 -69
- package/src/components/data-table/index.ts +0 -3
- package/src/components/data-table/pagination-footer.tsx +0 -58
- package/src/components/data-table/selection-toolbar.tsx +0 -26
- package/src/components/data-table/types.ts +0 -21
- package/src/components/delete-confirmation-modal.stories.tsx +0 -46
- package/src/components/delete-confirmation-modal.tsx +0 -56
- package/src/components/diff-bubble.stories.tsx +0 -70
- package/src/components/diff-bubble.tsx +0 -70
- package/src/components/diff-card.tsx +0 -139
- package/src/components/diff-drawer.stories.tsx +0 -106
- package/src/components/diff-drawer.tsx +0 -59
- package/src/components/diff-editor.tsx +0 -55
- package/src/components/drawer-inline.stories.tsx +0 -124
- package/src/components/drawer-inline.tsx +0 -90
- package/src/components/empty-state.stories.tsx +0 -65
- package/src/components/empty-state.tsx +0 -28
- package/src/components/error-boundary.tsx +0 -80
- package/src/components/file-selector.stories.tsx +0 -166
- package/src/components/file-selector.tsx +0 -192
- package/src/components/file-tree-helpers.ts +0 -28
- package/src/components/horizontal-menu-stack.tsx +0 -15
- package/src/components/info-card.stories.tsx +0 -120
- package/src/components/info-card.tsx +0 -60
- package/src/components/item-section.stories.tsx +0 -57
- package/src/components/item-section.tsx +0 -57
- package/src/components/layout.stories.tsx +0 -341
- package/src/components/layout.tsx +0 -67
- package/src/components/menu-item.stories.tsx +0 -162
- package/src/components/menu-item.tsx +0 -207
- package/src/components/number-input.tsx +0 -21
- package/src/components/open-source-notices-screen.stories.tsx +0 -69
- package/src/components/open-source-notices-screen.tsx +0 -154
- package/src/components/panel-menu.stories.tsx +0 -44
- package/src/components/panel-menu.tsx +0 -27
- package/src/components/param-editor-color-input.tsx +0 -98
- package/src/components/param-editor-date-input.tsx +0 -106
- package/src/components/param-editor-horizontal-text-input.tsx +0 -130
- package/src/components/param-editor-horizontal.stories.tsx +0 -545
- package/src/components/param-editor-horizontal.tsx +0 -137
- package/src/components/param-editor-input-group.tsx +0 -145
- package/src/components/param-editor-number-input.tsx +0 -145
- package/src/components/param-editor-selection-input.tsx +0 -181
- package/src/components/param-editor-text-input.tsx +0 -113
- package/src/components/param-editor.stories.tsx +0 -986
- package/src/components/param-editor.tsx +0 -142
- package/src/components/param-editor.types.ts +0 -95
- package/src/components/properties.stories.tsx +0 -108
- package/src/components/properties.tsx +0 -73
- package/src/components/pstdio-logo.tsx +0 -26
- package/src/components/resource-badge.stories.tsx +0 -26
- package/src/components/resource-badge.tsx +0 -173
- package/src/components/rich-text/collaborative-markdown-editor/awareness-cursors.tsx +0 -45
- package/src/components/rich-text/collaborative-markdown-editor/collaborative-markdown-editor.stories.tsx +0 -230
- package/src/components/rich-text/collaborative-markdown-editor/collaborative-markdown-editor.tsx +0 -131
- package/src/components/rich-text/index.ts +0 -14
- package/src/components/rich-text/markdown-editor/markdown-editor.stories.tsx +0 -147
- package/src/components/rich-text/markdown-editor/markdown-editor.tsx +0 -112
- package/src/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/ReferenceLinkNode.tsx +0 -100
- package/src/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/ReferenceLinkTransformer.ts +0 -32
- package/src/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/index.ts +0 -2
- package/src/components/rich-text/prompt-input/commands.ts +0 -44
- package/src/components/rich-text/prompt-input/events.ts +0 -21
- package/src/components/rich-text/prompt-input/plugins/CommentPlugin/CommentPlugin.tsx +0 -8
- package/src/components/rich-text/prompt-input/plugins/CommentPlugin/hooks/useCommentCommands.ts +0 -49
- package/src/components/rich-text/prompt-input/plugins/CommentPlugin/hooks/useCommentSchema.ts +0 -30
- package/src/components/rich-text/prompt-input/plugins/CommentPlugin/nodes/CommentNode/CommentNode.tsx +0 -127
- package/src/components/rich-text/prompt-input/plugins/ImperativeAPIPlugin.tsx +0 -32
- package/src/components/rich-text/prompt-input/plugins/KeyboardShortcutPlugin.tsx +0 -30
- package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/ReferenceMenuOption.ts +0 -15
- package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/ReferenceMenuPlugin.tsx +0 -88
- package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/components/ReferenceMenu/ReferenceMenu.tsx +0 -90
- package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/components/ReferenceMenu/ReferenceMenuItem.tsx +0 -50
- package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/constants.ts +0 -3
- package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/hooks/useContextLookup.tsx +0 -50
- package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/utils/checkForTriggers.ts +0 -45
- package/src/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/utils/getSortedMenuOptions.ts +0 -20
- package/src/components/rich-text/prompt-input/plugins/ReferencePlugin/ReferencePlugin.tsx +0 -50
- package/src/components/rich-text/prompt-input/plugins/ReferencePlugin/nodes/ReferenceNode/ReferenceNode.tsx +0 -107
- package/src/components/rich-text/prompt-input/plugins/keyboard-shortcuts.ts +0 -13
- package/src/components/rich-text/prompt-input/prompt-input.stories.tsx +0 -87
- package/src/components/rich-text/prompt-input/prompt-input.tsx +0 -106
- package/src/components/rich-text/prompt-input/theme/prompt-input-theme.css +0 -3
- package/src/components/rich-text/prompt-input/theme/prompt-input-theme.ts +0 -11
- package/src/components/rich-text/prompt-input/utils.ts +0 -158
- package/src/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/ReferenceLinkNode.tsx +0 -100
- package/src/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/ReferenceLinkTransformer.ts +0 -32
- package/src/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/index.ts +0 -2
- package/src/components/rich-text/rich-message/rich-message.stories.tsx +0 -146
- package/src/components/rich-text/rich-message/rich-message.tsx +0 -118
- package/src/components/rich-text/shared/components/content-editable.tsx +0 -28
- package/src/components/rich-text/shared/components/default-rich-text-components.tsx +0 -99
- package/src/components/rich-text/shared/editor-config.ts +0 -38
- package/src/components/rich-text/shared/nodes/DataTableNode.stories.tsx +0 -52
- package/src/components/rich-text/shared/nodes/DataTableNode.tsx +0 -73
- package/src/components/rich-text/shared/plugins/CodePlugin/CodeBlockPlugin.tsx +0 -22
- package/src/components/rich-text/shared/plugins/CodePlugin/CodeNode.tsx +0 -57
- package/src/components/rich-text/shared/plugins/EquationPlugin/EquationComponent.tsx +0 -46
- package/src/components/rich-text/shared/plugins/EquationPlugin/EquationNode.tsx +0 -161
- package/src/components/rich-text/shared/plugins/EquationPlugin/EquationPlugin.css +0 -16
- package/src/components/rich-text/shared/plugins/EquationPlugin/EquationPlugin.tsx +0 -45
- package/src/components/rich-text/shared/plugins/EquationPlugin/KatexRenderer.tsx +0 -40
- package/src/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatToolbarPlugin.css +0 -26
- package/src/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatToolbarPlugin.tsx +0 -414
- package/src/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/index.ts +0 -1
- package/src/components/rich-text/shared/plugins/HorizontalRulePlugin/HorizontalRuleNode.ts +0 -52
- package/src/components/rich-text/shared/plugins/HorizontalRulePlugin/horizontalRule.ts +0 -16
- package/src/components/rich-text/shared/plugins/LinkEditorPlugin/LinkEditorPlugin.css +0 -163
- package/src/components/rich-text/shared/plugins/LinkEditorPlugin/LinkEditorPlugin.tsx +0 -355
- package/src/components/rich-text/shared/plugins/LinkEditorPlugin/LinkPlugin.tsx +0 -6
- package/src/components/rich-text/shared/plugins/LinkEditorPlugin/utils/getSelectedNode.ts +0 -17
- package/src/components/rich-text/shared/plugins/LinkEditorPlugin/utils/setFloatingElemPos.ts +0 -39
- package/src/components/rich-text/shared/plugins/LinkEditorPlugin/utils/url.ts +0 -23
- package/src/components/rich-text/shared/plugins/StateUpdatePlugin.tsx +0 -21
- package/src/components/rich-text/shared/plugins/TableActionMenuPlugin/TableActionMenuPlugin.tsx +0 -224
- package/src/components/rich-text/shared/plugins/TableCellResizerPlugin/TableCellResizerPlugin.css +0 -3
- package/src/components/rich-text/shared/plugins/TableCellResizerPlugin/TableCellResizerPlugin.tsx +0 -315
- package/src/components/rich-text/shared/plugins/ToggleEditablePlugin.tsx +0 -12
- package/src/components/rich-text/shared/plugins/TreeViewPlugin/TreeViewPlugin.tsx +0 -20
- package/src/components/rich-text/shared/transformers/markdown-transformers.ts +0 -123
- package/src/components/rich-text/shared/types/rich-text-components.ts +0 -17
- package/src/components/rich-text/theme/report-theme.tsx +0 -81
- package/src/components/rich-text/theme/rich-text-theme.css +0 -773
- package/src/components/rich-text/theme/rich-text-theme.tsx +0 -81
- package/src/components/rich-text/types.ts +0 -9
- package/src/components/rich-text/utils/inferResourceType.ts +0 -17
- package/src/components/rich-text/utils/markdown.ts +0 -12
- package/src/components/rich-text/utils/mediaType.ts +0 -31
- package/src/components/session-indicator.stories.tsx +0 -46
- package/src/components/session-indicator.tsx +0 -40
- package/src/components/slider.stories.tsx +0 -38
- package/src/components/slider.tsx +0 -20
- package/src/components/style-guide-data.ts +0 -374
- package/src/components/style-guide.stories.tsx +0 -212
- package/src/components/style-guide.tsx +0 -305
- package/src/components/ticket-board.stories.tsx +0 -109
- package/src/components/ticket-board.tsx +0 -167
- package/src/components/ticket-card.stories.tsx +0 -133
- package/src/components/ticket-card.tsx +0 -126
- package/src/components/toaster.stories.tsx +0 -79
- package/src/components/toaster.tsx +0 -26
- package/src/components/tooltip.tsx +0 -43
- package/src/index.ts +0 -16
- package/src/theme/global.ts +0 -49
- package/src/theme/primitives/colors.ts +0 -209
- package/src/theme/primitives/fonts.ts +0 -33
- package/src/theme/primitives/sizes.ts +0 -49
- package/src/theme/recipes/alert.ts +0 -12
- package/src/theme/recipes/button.ts +0 -124
- package/src/theme/recipes/dialog.ts +0 -11
- package/src/theme/recipes/divider.ts +0 -7
- package/src/theme/recipes/drawer.ts +0 -16
- package/src/theme/recipes/editable.ts +0 -42
- package/src/theme/recipes/form.ts +0 -11
- package/src/theme/recipes/input.ts +0 -25
- package/src/theme/recipes/menu.ts +0 -40
- package/src/theme/recipes/popover.ts +0 -46
- package/src/theme/recipes/progress-circle.ts +0 -22
- package/src/theme/recipes/skeleton.ts +0 -8
- package/src/theme/recipes/textarea.ts +0 -29
- package/src/theme/recipes/tooltip.ts +0 -15
- package/src/theme/theme.ts +0 -70
- package/src/theme/tokens/borders.ts +0 -38
- package/src/theme/tokens/colors.ts +0 -488
- package/src/theme/tokens/layer-styles.ts +0 -15
- package/src/theme/tokens/shadows.ts +0 -47
- package/src/theme/tokens/text.ts +0 -236
- package/src/utils/apply-theme-preference.ts +0 -17
- package/src/utils/formats.ts +0 -27
- package/src/utils/get-file-type-icon.ts +0 -52
- package/src/utils/theme-preference.tsx +0 -60
- package/src/vite-env.d.ts +0 -6
- package/storybook-static/assets/CodeBlockPlugin-C3OWpvP8.js +0 -281
- package/storybook-static/assets/CodeBlockPlugin-e2vWgtYm.css +0 -1
- package/storybook-static/assets/DataTableNode.stories-DLgTftOI.js +0 -33
- package/storybook-static/assets/EquationComponent-CUFxwyNf.js +0 -1
- package/storybook-static/assets/EquationComponent-DWZwfaVI.css +0 -1
- package/storybook-static/assets/FloatingTextFormatToolbarPlugin-B6jc8xvg.js +0 -1
- package/storybook-static/assets/FloatingTextFormatToolbarPlugin-D2l3--Te.css +0 -1
- package/storybook-static/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2 +0 -0
- package/storybook-static/assets/KaTeX_AMS-Regular-DMm9YOAa.woff +0 -0
- package/storybook-static/assets/KaTeX_AMS-Regular-DRggAlZN.ttf +0 -0
- package/storybook-static/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf +0 -0
- package/storybook-static/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff +0 -0
- package/storybook-static/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff +0 -0
- package/storybook-static/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf +0 -0
- package/storybook-static/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf +0 -0
- package/storybook-static/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff +0 -0
- package/storybook-static/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Fraktur-Regular-CB_wures.ttf +0 -0
- package/storybook-static/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff +0 -0
- package/storybook-static/assets/KaTeX_Main-Bold-Cx986IdX.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Main-Bold-Jm3AIy58.woff +0 -0
- package/storybook-static/assets/KaTeX_Main-Bold-waoOVXN0.ttf +0 -0
- package/storybook-static/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf +0 -0
- package/storybook-static/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff +0 -0
- package/storybook-static/assets/KaTeX_Main-Italic-3WenGoN9.ttf +0 -0
- package/storybook-static/assets/KaTeX_Main-Italic-BMLOBm91.woff +0 -0
- package/storybook-static/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Main-Regular-B22Nviop.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Main-Regular-Dr94JaBh.woff +0 -0
- package/storybook-static/assets/KaTeX_Main-Regular-ypZvNtVU.ttf +0 -0
- package/storybook-static/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf +0 -0
- package/storybook-static/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff +0 -0
- package/storybook-static/assets/KaTeX_Math-Italic-DA0__PXp.woff +0 -0
- package/storybook-static/assets/KaTeX_Math-Italic-flOr_0UB.ttf +0 -0
- package/storybook-static/assets/KaTeX_Math-Italic-t53AETM-.woff2 +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2 +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2 +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff +0 -0
- package/storybook-static/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Script-Regular-C5JkGWo-.ttf +0 -0
- package/storybook-static/assets/KaTeX_Script-Regular-D3wIWfF6.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Script-Regular-D5yQViql.woff +0 -0
- package/storybook-static/assets/KaTeX_Size1-Regular-C195tn64.woff +0 -0
- package/storybook-static/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf +0 -0
- package/storybook-static/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf +0 -0
- package/storybook-static/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Size2-Regular-oD1tc_U0.woff +0 -0
- package/storybook-static/assets/KaTeX_Size3-Regular-CTq5MqoE.woff +0 -0
- package/storybook-static/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf +0 -0
- package/storybook-static/assets/KaTeX_Size4-Regular-BF-4gkZK.woff +0 -0
- package/storybook-static/assets/KaTeX_Size4-Regular-DWFBv043.ttf +0 -0
- package/storybook-static/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff +0 -0
- package/storybook-static/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2 +0 -0
- package/storybook-static/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf +0 -0
- package/storybook-static/assets/LexicalHistoryPlugin.prod-BQAibkDj.js +0 -1
- package/storybook-static/assets/TreeViewPlugin-CyVKCrKJ.js +0 -24
- package/storybook-static/assets/ai-conversation-DcjS--ee.js +0 -1
- package/storybook-static/assets/ai-conversation.stories-COjWuS8V.js +0 -3
- package/storybook-static/assets/ai-message-DLdAGhWH.js +0 -1
- package/storybook-static/assets/ai-message.stories-CRTyreKL.js +0 -3
- package/storybook-static/assets/ai-response-ySM6s0iN.js +0 -1
- package/storybook-static/assets/ai-response.stories-DVBYlrGf.js +0 -11
- package/storybook-static/assets/attachment-list-1p1601I5.js +0 -1
- package/storybook-static/assets/attachment-list.stories-Cydlsnio.js +0 -7
- package/storybook-static/assets/badge-CtgJasjB.js +0 -1
- package/storybook-static/assets/breadcrumb.stories-SAjB-iqH.js +0 -5
- package/storybook-static/assets/button-C7it2n8t.js +0 -1
- package/storybook-static/assets/button.stories-BMVbbb4y.js +0 -72
- package/storybook-static/assets/chat-input-B-915nCM.js +0 -1
- package/storybook-static/assets/chat-input.stories-DrxvpT9p.js +0 -32
- package/storybook-static/assets/chat-panel.stories-D0L6eIte.js +0 -96
- package/storybook-static/assets/chevron-down-BYCAGyCV.js +0 -1
- package/storybook-static/assets/chevron-right-owK1wZnx.js +0 -1
- package/storybook-static/assets/collaborative-markdown-editor-Bj0GvTvv.js +0 -41
- package/storybook-static/assets/collaborative-markdown-editor.stories-B_MUIC5s.js +0 -11
- package/storybook-static/assets/collapsible-DBDG7h1r.js +0 -1
- package/storybook-static/assets/collapsible-content-B1Uq3jUM.js +0 -1
- package/storybook-static/assets/column-file-browser.stories-DPMQnHCw.js +0 -54
- package/storybook-static/assets/compiler-runtime-BXE7OOXE.js +0 -1
- package/storybook-static/assets/computed-style-C0hzrq9-.js +0 -1
- package/storybook-static/assets/create-recipe-context-BU56IzEo.js +0 -1
- package/storybook-static/assets/create-slot-recipe-context-DAhDE6G_.js +0 -1
- package/storybook-static/assets/create-split-props-u5h9OPvL.js +0 -1
- package/storybook-static/assets/createLucideIcon-CcBBUKX8.js +0 -1
- package/storybook-static/assets/data-table-vuIeWXui.css +0 -1
- package/storybook-static/assets/data-table.stories-Cs-q7dpj.js +0 -19
- package/storybook-static/assets/delete-confirmation-modal.stories-C8vDKFRD.js +0 -14
- package/storybook-static/assets/diff-bubble-_zZypMRt.js +0 -1
- package/storybook-static/assets/diff-bubble.stories-DfonanIk.js +0 -39
- package/storybook-static/assets/diff-drawer.stories-CGDWiKD8.js +0 -38
- package/storybook-static/assets/diff-editor-DV9BXqbn.js +0 -11
- package/storybook-static/assets/dismissable-layer-Cc5dFRd8.js +0 -1
- package/storybook-static/assets/drawer-inline.stories-B3Tp7vjL.js +0 -88
- package/storybook-static/assets/empty-state-BXkyq69k.js +0 -1
- package/storybook-static/assets/empty-state.stories-6eYYBOWR.js +0 -29
- package/storybook-static/assets/factory-BR3bc_RM.js +0 -1
- package/storybook-static/assets/factory-DAJZwK4o.js +0 -1
- package/storybook-static/assets/file-selector.stories-PKIGBUd5.js +0 -31
- package/storybook-static/assets/file-text-D5m8MJlG.js +0 -1
- package/storybook-static/assets/flex-DAJL4AFZ.js +0 -1
- package/storybook-static/assets/folder-C5dba_Co.js +0 -1
- package/storybook-static/assets/form-D_Xln9tK.js +0 -1
- package/storybook-static/assets/full-conversation-normalized-LUbl1coD.js +0 -1
- package/storybook-static/assets/grid-7OIKBlfh.js +0 -1
- package/storybook-static/assets/h-stack-DWHd8f97.js +0 -1
- package/storybook-static/assets/horizontal-menu-stack-Cph6x7ui.js +0 -1
- package/storybook-static/assets/icon-C8FN9JqD.js +0 -1
- package/storybook-static/assets/icon-button-DHiUe7rR.js +0 -1
- package/storybook-static/assets/icons-WRA1cA-W.js +0 -1
- package/storybook-static/assets/iframe-2XPD_vrQ.css +0 -1
- package/storybook-static/assets/iframe-B8FSoBNY.js +0 -1075
- package/storybook-static/assets/index-B0y2_lLF.js +0 -1
- package/storybook-static/assets/index-CXwl6T4k.js +0 -1
- package/storybook-static/assets/index-DaXC_qY_.js +0 -1
- package/storybook-static/assets/index-DpB4ozcR.js +0 -1
- package/storybook-static/assets/index-cFwdnc0b.js +0 -1
- package/storybook-static/assets/info-DlgY5-DW.js +0 -1
- package/storybook-static/assets/info-card.stories-Cry0Qfrn.js +0 -55
- package/storybook-static/assets/input-ZSs5cSFQ.js +0 -1
- package/storybook-static/assets/inter-cyrillic-400-normal-HOLc17fK.woff +0 -0
- package/storybook-static/assets/inter-cyrillic-400-normal-obahsSVq.woff2 +0 -0
- package/storybook-static/assets/inter-cyrillic-500-normal-BasfLYem.woff2 +0 -0
- package/storybook-static/assets/inter-cyrillic-500-normal-CxZf_p3X.woff +0 -0
- package/storybook-static/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2 +0 -0
- package/storybook-static/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff +0 -0
- package/storybook-static/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2 +0 -0
- package/storybook-static/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff +0 -0
- package/storybook-static/assets/inter-greek-400-normal-B4URO6DV.woff2 +0 -0
- package/storybook-static/assets/inter-greek-400-normal-q2sYcFCs.woff +0 -0
- package/storybook-static/assets/inter-greek-500-normal-BIZE56-Y.woff2 +0 -0
- package/storybook-static/assets/inter-greek-500-normal-Xzm54t5V.woff +0 -0
- package/storybook-static/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2 +0 -0
- package/storybook-static/assets/inter-greek-ext-400-normal-KugGGMne.woff +0 -0
- package/storybook-static/assets/inter-greek-ext-500-normal-2j5mBUwD.woff +0 -0
- package/storybook-static/assets/inter-greek-ext-500-normal-C4iEst2y.woff2 +0 -0
- package/storybook-static/assets/inter-latin-400-normal-C38fXH4l.woff2 +0 -0
- package/storybook-static/assets/inter-latin-400-normal-CyCys3Eg.woff +0 -0
- package/storybook-static/assets/inter-latin-500-normal-BL9OpVg8.woff +0 -0
- package/storybook-static/assets/inter-latin-500-normal-Cerq10X2.woff2 +0 -0
- package/storybook-static/assets/inter-latin-ext-400-normal-77YHD8bZ.woff +0 -0
- package/storybook-static/assets/inter-latin-ext-400-normal-C1nco2VV.woff2 +0 -0
- package/storybook-static/assets/inter-latin-ext-500-normal-BxGbmqWO.woff +0 -0
- package/storybook-static/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2 +0 -0
- package/storybook-static/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff +0 -0
- package/storybook-static/assets/inter-vietnamese-400-normal-DMkecbls.woff2 +0 -0
- package/storybook-static/assets/inter-vietnamese-500-normal-DOriooB6.woff2 +0 -0
- package/storybook-static/assets/inter-vietnamese-500-normal-mJboJaSs.woff +0 -0
- package/storybook-static/assets/item-section-AoQrVPNJ.js +0 -1
- package/storybook-static/assets/item-section.stories-kYTPHRsx.js +0 -24
- package/storybook-static/assets/layout.stories-DhSjwzU1.js +0 -3
- package/storybook-static/assets/link-DE5grRtm.js +0 -1
- package/storybook-static/assets/markdown-BLUemkxK.js +0 -1
- package/storybook-static/assets/markdown-editor-Y4eMsgVb.js +0 -1
- package/storybook-static/assets/markdown-editor.stories-DIWw-hRP.js +0 -115
- package/storybook-static/assets/menu-item-CrqDaj9K.js +0 -1
- package/storybook-static/assets/menu-item.stories-D9Isjjrf.js +0 -68
- package/storybook-static/assets/message-parts-renderer.stories-CewRvbm7.js +0 -5
- package/storybook-static/assets/message-types-CEyA7Qm7.js +0 -60
- package/storybook-static/assets/model-swap-separator.stories-DrQW2NWQ.js +0 -9
- package/storybook-static/assets/mutation-observer-CAfGweIM.js +0 -1
- package/storybook-static/assets/normalize-props-D7NI5JRu.js +0 -1
- package/storybook-static/assets/number-C92MPsRM.js +0 -1
- package/storybook-static/assets/number-input-D1aC-9ls.js +0 -7
- package/storybook-static/assets/onest-cyrillic-400-normal-BxvCLB5P.woff +0 -0
- package/storybook-static/assets/onest-cyrillic-400-normal-DH8vlB-A.woff2 +0 -0
- package/storybook-static/assets/onest-cyrillic-500-normal-CyY1vN0Q.woff +0 -0
- package/storybook-static/assets/onest-cyrillic-500-normal-DHyr8B2c.woff2 +0 -0
- package/storybook-static/assets/onest-cyrillic-700-normal-CwpXuTGk.woff2 +0 -0
- package/storybook-static/assets/onest-cyrillic-700-normal-DOtXtm0s.woff +0 -0
- package/storybook-static/assets/onest-latin-400-normal-BAzPRZHg.woff +0 -0
- package/storybook-static/assets/onest-latin-400-normal-bladozIj.woff2 +0 -0
- package/storybook-static/assets/onest-latin-500-normal-oFTiz6Nq.woff +0 -0
- package/storybook-static/assets/onest-latin-500-normal-qHiQtL66.woff2 +0 -0
- package/storybook-static/assets/onest-latin-700-normal-Bd6qVL4Q.woff2 +0 -0
- package/storybook-static/assets/onest-latin-700-normal-XTvQgpoh.woff +0 -0
- package/storybook-static/assets/onest-latin-ext-400-normal--mQR5RlC.woff2 +0 -0
- package/storybook-static/assets/onest-latin-ext-400-normal-BbXTNVXw.woff +0 -0
- package/storybook-static/assets/onest-latin-ext-500-normal-BlXa29q8.woff2 +0 -0
- package/storybook-static/assets/onest-latin-ext-500-normal-CoujUMv_.woff +0 -0
- package/storybook-static/assets/onest-latin-ext-700-normal-C-Tcltod.woff2 +0 -0
- package/storybook-static/assets/onest-latin-ext-700-normal-CSGWRWNE.woff +0 -0
- package/storybook-static/assets/open-source-notices-screen.stories-BpdJxDZC.js +0 -21
- package/storybook-static/assets/overflow-CkG1DOya.js +0 -1
- package/storybook-static/assets/panel-menu-CqLSrdTB.js +0 -1
- package/storybook-static/assets/panel-menu.stories-CxdWaWjq.js +0 -14
- package/storybook-static/assets/param-editor-horizontal.stories-C1o-VOjG.js +0 -561
- package/storybook-static/assets/param-editor-selection-input-2pJE1_W1.js +0 -1
- package/storybook-static/assets/param-editor.stories-0ae3y4Vu.js +0 -921
- package/storybook-static/assets/playfair-display-cyrillic-400-normal-CjW2EstV.woff2 +0 -0
- package/storybook-static/assets/playfair-display-cyrillic-400-normal-ZiRag6zj.woff +0 -0
- package/storybook-static/assets/playfair-display-cyrillic-600-normal-DbWAkkgN.woff +0 -0
- package/storybook-static/assets/playfair-display-cyrillic-600-normal-oLY6jnZ7.woff2 +0 -0
- package/storybook-static/assets/playfair-display-cyrillic-700-normal-Dk1mTcxf.woff +0 -0
- package/storybook-static/assets/playfair-display-cyrillic-700-normal-Dw3uKy19.woff2 +0 -0
- package/storybook-static/assets/playfair-display-latin-400-normal-CFtfchNt.woff2 +0 -0
- package/storybook-static/assets/playfair-display-latin-400-normal-DHYHbkg3.woff +0 -0
- package/storybook-static/assets/playfair-display-latin-600-normal-CZLGqjJe.woff2 +0 -0
- package/storybook-static/assets/playfair-display-latin-600-normal-CxxueQ0Z.woff +0 -0
- package/storybook-static/assets/playfair-display-latin-700-normal-Bc_1Q1cG.woff +0 -0
- package/storybook-static/assets/playfair-display-latin-700-normal-CuDiGg7c.woff2 +0 -0
- package/storybook-static/assets/playfair-display-latin-ext-400-normal-BxlSGspa.woff2 +0 -0
- package/storybook-static/assets/playfair-display-latin-ext-400-normal-qdZwdvNS.woff +0 -0
- package/storybook-static/assets/playfair-display-latin-ext-600-normal-BumBfC1v.woff +0 -0
- package/storybook-static/assets/playfair-display-latin-ext-600-normal-CEjQclLc.woff2 +0 -0
- package/storybook-static/assets/playfair-display-latin-ext-700-normal-C58ejOkc.woff2 +0 -0
- package/storybook-static/assets/playfair-display-latin-ext-700-normal-D5HUU8GT.woff +0 -0
- package/storybook-static/assets/playfair-display-vietnamese-400-normal-BV2APVTb.woff2 +0 -0
- package/storybook-static/assets/playfair-display-vietnamese-400-normal-BbvUAu4N.woff +0 -0
- package/storybook-static/assets/playfair-display-vietnamese-600-normal-BPJkAZPN.woff +0 -0
- package/storybook-static/assets/playfair-display-vietnamese-600-normal-ICsRR-qJ.woff2 +0 -0
- package/storybook-static/assets/playfair-display-vietnamese-700-normal-CaKJSIny.woff2 +0 -0
- package/storybook-static/assets/playfair-display-vietnamese-700-normal-Cr1rw0mr.woff +0 -0
- package/storybook-static/assets/portal-CZHfPTRw.js +0 -1
- package/storybook-static/assets/preload-helper-PPVm8Dsz.js +0 -1
- package/storybook-static/assets/prompt-input-BLCttowi.js +0 -14
- package/storybook-static/assets/prompt-input-BVbz9joI.css +0 -1
- package/storybook-static/assets/prompt-input.stories-J8-AMVXy.js +0 -9
- package/storybook-static/assets/properties.stories-Bs7ivKgb.js +0 -59
- package/storybook-static/assets/react-18-KY0R7ltw.js +0 -9
- package/storybook-static/assets/render-strategy-BebqUNCa.js +0 -1
- package/storybook-static/assets/resource-badge-Bw5UoU4J.js +0 -1
- package/storybook-static/assets/resource-badge.stories-DtSh-RX9.js +0 -9
- package/storybook-static/assets/rich-message-BIkzo1SM.js +0 -1
- package/storybook-static/assets/rich-message.stories-C9Wc4d3O.js +0 -115
- package/storybook-static/assets/rich-text-theme-Bkhh9rAZ.js +0 -14
- package/storybook-static/assets/rich-text-theme-K2MBoCbx.css +0 -1
- package/storybook-static/assets/separator-CQkMOHNm.js +0 -1
- package/storybook-static/assets/settings-DUgg22A7.js +0 -1
- package/storybook-static/assets/simple-grid-DIKjhnVI.js +0 -1
- package/storybook-static/assets/spinner-ZYH_gvW-.js +0 -1
- package/storybook-static/assets/stack-CN4X31TA.js +0 -1
- package/storybook-static/assets/star-CvcHIXRa.js +0 -1
- package/storybook-static/assets/style-guide.stories-BUvEhZov.js +0 -6
- package/storybook-static/assets/tabbable-DHAf8oAu.js +0 -1
- package/storybook-static/assets/table-BKNSzs2r.js +0 -1
- package/storybook-static/assets/textarea-rqmaWSc5.js +0 -1
- package/storybook-static/assets/toaster-d9nN0H7K.js +0 -1
- package/storybook-static/assets/toaster.stories-BRVCYyaM.js +0 -52
- package/storybook-static/assets/tool-invocation-timeline-B-cS0W6M.js +0 -59
- package/storybook-static/assets/tool-invocation-timeline.stories-DXO59O73.js +0 -5
- package/storybook-static/assets/tooltip-C_a-XGZ8.js +0 -1
- package/storybook-static/assets/tooltip-DZxUoouw.js +0 -1
- package/storybook-static/assets/trash-2-BO05slEk.js +0 -1
- package/storybook-static/assets/typeahead-CuY9WxfQ.js +0 -1
- package/storybook-static/assets/use-field-context-DoxKQlMm.js +0 -1
- package/storybook-static/assets/use-presence-context-DK2PGZth.js +0 -1
- package/storybook-static/assets/v-stack-Btoq6OB_.js +0 -1
- package/storybook-static/assets/x-D42ziktz.js +0 -1
- package/storybook-static/components/chat-ui/mocks/full-conversation-normalized.json.d.ts +0 -3560
- package/storybook-static/components/rich-text/utils/inferResourceType.d.ts +0 -1
- package/storybook-static/favicon-wrapper.svg +0 -46
- package/storybook-static/favicon.svg +0 -1
- package/storybook-static/iframe.html +0 -705
- package/storybook-static/index.html +0 -150
- package/storybook-static/index.json +0 -1
- package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/project.json +0 -1
- package/storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +0 -628
- package/storybook-static/sb-addons/themes-1/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/vitest-2/manager-bundle.js +0 -3
- package/storybook-static/sb-common-assets/favicon-wrapper.svg +0 -46
- package/storybook-static/sb-common-assets/favicon.svg +0 -1
- package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/sb-manager/globals-runtime.js +0 -77956
- package/storybook-static/sb-manager/globals.js +0 -24
- package/storybook-static/sb-manager/manager-stores.js +0 -23
- package/storybook-static/sb-manager/runtime.js +0 -20422
- package/storybook-static/theme/types.d.ts +0 -1
- package/storybook-static/vite-inject-mocker-entry.js +0 -2
- package/tsconfig.json +0 -29
- package/vite.config.ts +0 -82
- package/vitest.shims.d.ts +0 -1
- /package/{storybook-static → dist}/components/alert.d.ts +0 -0
- /package/{storybook-static → dist}/components/breadcrumb.d.ts +0 -0
- /package/{storybook-static → dist}/components/breadcrumb.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/agent-types.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/ai-conversation.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/ai-message.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/ai-message.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/ai-response.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/ai-response.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/approval-prompt.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/attachment-list.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/attachment-list.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/auto-scroll.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/chat-input.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/chat-input.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/chat-panel.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/chat-panel.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/message-parts-renderer.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/message-parts-renderer.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/message-types.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/model-swap-separator.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/model-swap-separator.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/send-button.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/timeline.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/tool-invocation-timeline.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/components/tool-invocation-timeline.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/tool-rendering/build-timeline.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/tool-rendering/default-renderers.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/tool-rendering/index.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/tool-rendering/types.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/utils/diff.d.ts +0 -0
- /package/{storybook-static → dist}/components/chat-ui/utils/editor-state.d.ts +0 -0
- /package/{storybook-static → dist}/components/code-editor.d.ts +0 -0
- /package/{storybook-static → dist}/components/content-placeholder.d.ts +0 -0
- /package/{storybook-static → dist}/components/delete-confirmation-modal.d.ts +0 -0
- /package/{storybook-static → dist}/components/delete-confirmation-modal.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/diff-bubble.d.ts +0 -0
- /package/{storybook-static → dist}/components/diff-bubble.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/diff-card.d.ts +0 -0
- /package/{storybook-static → dist}/components/diff-drawer.d.ts +0 -0
- /package/{storybook-static → dist}/components/diff-drawer.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/diff-editor.d.ts +0 -0
- /package/{storybook-static → dist}/components/drawer-inline.d.ts +0 -0
- /package/{storybook-static → dist}/components/drawer-inline.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/empty-state.d.ts +0 -0
- /package/{storybook-static → dist}/components/empty-state.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/error-boundary.d.ts +0 -0
- /package/{storybook-static → dist}/components/file-tree-helpers.d.ts +0 -0
- /package/{storybook-static → dist}/components/horizontal-menu-stack.d.ts +0 -0
- /package/{storybook-static → dist}/components/item-section.d.ts +0 -0
- /package/{storybook-static → dist}/components/item-section.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/layout.d.ts +0 -0
- /package/{storybook-static → dist}/components/layout.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/open-source-notices-screen.d.ts +0 -0
- /package/{storybook-static → dist}/components/open-source-notices-screen.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/panel-menu.d.ts +0 -0
- /package/{storybook-static → dist}/components/panel-menu.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-color-input.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-date-input.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-horizontal-text-input.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-horizontal.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-horizontal.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-input-group.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-number-input.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-selection-input.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor-text-input.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor.d.ts +0 -0
- /package/{storybook-static → dist}/components/param-editor.types.d.ts +0 -0
- /package/{storybook-static → dist}/components/properties.d.ts +0 -0
- /package/{storybook-static → dist}/components/properties.stories.d.ts +0 -0
- /package/{storybook-static/components/schub-logo.d.ts → dist/components/pstdio-logo.d.ts} +0 -0
- /package/{storybook-static → dist}/components/resource-badge.d.ts +0 -0
- /package/{storybook-static → dist}/components/resource-badge.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/collaborative-markdown-editor/awareness-cursors.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/collaborative-markdown-editor/collaborative-markdown-editor.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/index.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/markdown-editor/markdown-editor.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/markdown-editor/markdown-editor.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/ReferenceLinkNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/ReferenceLinkTransformer.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/markdown-editor/plugins/ReferenceLinkPlugin/index.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/commands.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/events.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/CommentPlugin/CommentPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/CommentPlugin/hooks/useCommentCommands.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/CommentPlugin/hooks/useCommentSchema.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/CommentPlugin/nodes/CommentNode/CommentNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ImperativeAPIPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/KeyboardShortcutPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/ReferenceMenuOption.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/ReferenceMenuPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/components/ReferenceMenu/ReferenceMenu.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/components/ReferenceMenu/ReferenceMenuItem.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/constants.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/hooks/useContextLookup.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/utils/checkForTriggers.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferenceMenuPlugin/utils/getSortedMenuOptions.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferencePlugin/ReferencePlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/ReferencePlugin/nodes/ReferenceNode/ReferenceNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/plugins/keyboard-shortcuts.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/prompt-input.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/prompt-input.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/theme/prompt-input-theme.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/prompt-input/utils.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/ReferenceLinkNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/ReferenceLinkTransformer.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/rich-message/plugins/ReferenceLinkPlugin/index.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/rich-message/rich-message.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/rich-message/rich-message.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/components/content-editable.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/components/default-rich-text-components.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/editor-config.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/nodes/DataTableNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/nodes/DataTableNode.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/CodePlugin/CodeBlockPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/CodePlugin/CodeNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/EquationPlugin/EquationComponent.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/EquationPlugin/EquationNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/EquationPlugin/EquationPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/EquationPlugin/KatexRenderer.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/FloatingTextFormatToolbarPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/FloatingTextFormatToolbarPlugin/index.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/HorizontalRulePlugin/HorizontalRuleNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/HorizontalRulePlugin/horizontalRule.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/LinkEditorPlugin/LinkEditorPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/LinkEditorPlugin/LinkPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/LinkEditorPlugin/utils/getSelectedNode.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/LinkEditorPlugin/utils/setFloatingElemPos.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/LinkEditorPlugin/utils/url.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/StateUpdatePlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/TableActionMenuPlugin/TableActionMenuPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/TableCellResizerPlugin/TableCellResizerPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/ToggleEditablePlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/plugins/TreeViewPlugin/TreeViewPlugin.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/transformers/markdown-transformers.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/shared/types/rich-text-components.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/theme/report-theme.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/theme/rich-text-theme.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/types.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/utils/markdown.d.ts +0 -0
- /package/{storybook-static → dist}/components/rich-text/utils/mediaType.d.ts +0 -0
- /package/{storybook-static → dist}/components/slider.d.ts +0 -0
- /package/{storybook-static → dist}/components/style-guide-data.d.ts +0 -0
- /package/{storybook-static → dist}/components/style-guide.d.ts +0 -0
- /package/{storybook-static → dist}/components/toaster.stories.d.ts +0 -0
- /package/{storybook-static → dist}/components/tooltip.d.ts +0 -0
- /package/{storybook-static → dist}/theme/global.d.ts +0 -0
- /package/{storybook-static → dist}/theme/index.d.ts +0 -0
- /package/{storybook-static → dist}/theme/primitives/fonts.d.ts +0 -0
- /package/{storybook-static → dist}/theme/primitives/sizes.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/alert.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/button.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/dialog.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/divider.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/drawer.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/editable.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/form.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/input.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/menu.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/popover.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/progress-circle.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/skeleton.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/textarea.d.ts +0 -0
- /package/{storybook-static → dist}/theme/recipes/tooltip.d.ts +0 -0
- /package/{storybook-static → dist}/theme/theme.d.ts +0 -0
- /package/{storybook-static → dist}/theme/tokens/borders.d.ts +0 -0
- /package/{storybook-static → dist}/theme/tokens/colors.d.ts +0 -0
- /package/{storybook-static → dist}/theme/tokens/layer-styles.d.ts +0 -0
- /package/{storybook-static → dist}/theme/tokens/shadows.d.ts +0 -0
- /package/{storybook-static → dist}/theme/tokens/text.d.ts +0 -0
- /package/{storybook-static → dist}/utils/formats.d.ts +0 -0
- /package/{storybook-static → dist}/utils/get-file-type-icon.d.ts +0 -0
|
@@ -1,281 +0,0 @@
|
|
|
1
|
-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./EquationComponent-CUFxwyNf.js","./iframe-B8FSoBNY.js","./preload-helper-PPVm8Dsz.js","./iframe-2XPD_vrQ.css","./compiler-runtime-BXE7OOXE.js","./rich-text-theme-Bkhh9rAZ.js","./index-DaXC_qY_.js","./index-DpB4ozcR.js","./factory-DAJZwK4o.js","./flex-DAJL4AFZ.js","./rich-text-theme-K2MBoCbx.css","./index-B0y2_lLF.js","./index-cFwdnc0b.js","./create-recipe-context-BU56IzEo.js","./textarea-rqmaWSc5.js","./factory-BR3bc_RM.js","./use-field-context-DoxKQlMm.js","./computed-style-C0hzrq9-.js","./table-BKNSzs2r.js","./create-slot-recipe-context-DAhDE6G_.js","./EquationComponent-DWZwfaVI.css"])))=>i.map(i=>d[i]);
|
|
2
|
-
import{o as D0,j as Ye,a2 as Ut,a3 as Ki,a4 as Ji,w as kn,a5 as Z0,a6 as Qi,g as An,a7 as es,V as M0,m as p0,a8 as Et,a9 as ts,N as y0,aa as rs,l as as,a0 as Tn,ab as ns,ac as is,E as F0,ad as En,p as zr,O as f0,ae as g0,af as vt,ag as na,e as v0,ah as Cr,K as j0,_ as Xe,ai as ss,aj as Mn,ak as pt,d as Mt,al as zn,am as ls,an as ia,ao as sa,ap as la,aq as Cn,ar as os,as as bt,at as us,au as cs,av as hs,a1 as ds,Z as ms,aw as ps,ax as cr,ay as fs,az as gs,aA as vs,aB as bs,D as Fn,aC as Gt,aD as ys,P as In,i as xs,X as ws,aE as Ss,T as Fr,aF as ks}from"./rich-text-theme-Bkhh9rAZ.js";import{r as fe,j as Q,C as oa}from"./iframe-B8FSoBNY.js";import{_ as As}from"./preload-helper-PPVm8Dsz.js";import{c as Ir}from"./compiler-runtime-BXE7OOXE.js";import{B as z0}from"./index-B0y2_lLF.js";import{T as W0}from"./index-cFwdnc0b.js";import{T as Ts}from"./textarea-rqmaWSc5.js";import{b as Es,c as ua,d as Ms,f as zs,e as Cs,T as Fs,a as Is}from"./table-BKNSzs2r.js";function ca(r,e){return r.getEditorState().read(()=>{const t=kn(e);return t!==null&&t.isSelected()})}function Rs(r){const[e]=D0(),[t,a]=fe.useState(()=>ca(e,r));return fe.useEffect(()=>{let n=!0;const i=e.registerUpdateListener(()=>{n&&a(ca(e,r))});return()=>{n=!1,i()}},[e,r]),[t,fe.useCallback(n=>{e.update(()=>{let i=Ye();Ut(i)||(i=Ki(),Ji(i)),Ut(i)&&(n?i.add(r):i.delete(r))})},[e,r]),fe.useCallback(()=>{e.update(()=>{const n=Ye();Ut(n)&&n.clear()})},[e])]}function Ns({nodeKey:r}){const[e]=D0(),[t,a,n]=Rs(r);return fe.useEffect(()=>An(e.registerCommand(es,i=>{const l=e.getElementByKey(r);return i.target===l&&(i.shiftKey||n(),a(!t),!0)},M0)),[n,e,t,r,a]),fe.useEffect(()=>{const i=e.getElementByKey(r),l=e._config.theme.hrSelected??"selected";i!==null&&(t?p0(i,l):Et(i,l))},[e,t,r]),null}class Rr extends Qi{static getType(){return"horizontalrule"}static clone(e){return new Rr(e.__key)}static importJSON(e){return Nr().updateFromJSON(e)}static importDOM(){return{hr:()=>({conversion:Ds,priority:0})}}decorate(){return Q.jsx(Ns,{nodeKey:this.__key})}}function Ds(){return{node:Nr()}}function Nr(){return Z0(new Rr)}function $o(){const[r]=D0();return fe.useEffect(()=>r.registerCommand(ts,e=>{const t=Ye();if(!y0(t))return!1;if(t.focus.getNode()!==null){const a=Nr();rs(a)}return!0},as),[r]),null}function Ho({validateUrl:r,attributes:e}){const[t]=D0();return fe.useEffect(()=>{if(!t.hasNodes([Tn]))throw new Error("LinkPlugin: LinkNode not registered on editor")}),fe.useEffect(()=>ns(t,is({attributes:e,validateUrl:r})),[t,r,e]),null}function a0(r,...e){const t=new URL("https://lexical.dev/docs/error"),a=new URLSearchParams;a.append("code",r);for(const n of e)a.append("v",n);throw t.search=a.toString(),Error(`Minified Lexical error #${r}; visit ${t.toString()} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)}function hr(r){let e=1,t=r.getParent();for(;t!=null;){if(Y(t)){const a=t.getParent();if(H(a)){e++,t=a.getParent();continue}a0(40)}return e}return e}function dr(r){let e=r.getParent();H(e)||a0(40);let t=e;for(;t!==null;)t=t.getParent(),H(t)&&(e=t);return e}function Rn(r){let e=[];const t=r.getChildren().filter(Y);for(let a=0;a<t.length;a++){const n=t[a],i=n.getFirstChild();H(i)?e=e.concat(Rn(i)):e.push(n)}return e}function Oe(r){return Y(r)&&H(r.getFirstChild())}function ha(r){return Te().append(r)}function Nn(r,e){return Y(r)&&(e.length===0||e.length===1&&r.is(e[0])&&r.getChildrenSize()===0)}function da(r){const e=Ye();if(e!==null){let t=e.getNodes();if(y0(e)){const n=e.getStartEndPoints();n===null&&a0(143);const[i]=n,l=i.getNode(),o=l.getParent();if(pt(l)){const c=l.getFirstChild();if(c)t=c.selectStart().getNodes();else{const d=v0();l.append(d),t=d.select().getNodes()}}else if(Nn(l,t)){const c=xe(r);if(pt(o)){l.replace(c);const d=Te();f0(l)&&(d.setFormat(l.getFormatType()),d.setIndent(l.getIndent())),c.append(d)}else if(Y(l)){const d=l.getParentOrThrow();b0(c,d.getChildren()),d.replace(c)}return}}const a=new Set;for(let n=0;n<t.length;n++){const i=t[n];if(f0(i)&&i.isEmpty()&&!Y(i)&&!a.has(i.getKey())){ma(i,r);continue}let l=zn(i)?i.getParent():Y(i)&&i.isEmpty()?i:null;for(;l!=null;){const o=l.getKey();if(H(l)){if(!a.has(o)){const c=xe(r);b0(c,l.getChildren()),l.replace(c),a.add(o)}break}{const c=l.getParent();if(pt(c)&&!a.has(o)){a.add(o),ma(l,r);break}l=c}}}}}function b0(r,e){r.splice(r.getChildrenSize(),0,e)}function ma(r,e){if(H(r))return r;const t=r.getPreviousSibling(),a=r.getNextSibling(),n=Te();let i;if(b0(n,r.getChildren()),H(t)&&e===t.getListType())t.append(n),H(a)&&e===a.getListType()&&(b0(t,a.getChildren()),a.remove()),i=t;else if(H(a)&&e===a.getListType())a.getFirstChildOrThrow().insertBefore(n),i=a;else{const o=xe(e);o.append(n),r.replace(o),i=o}n.setFormat(r.getFormatType()),n.setIndent(r.getIndent());const l=Ye();return y0(l)&&(i.getKey()===l.anchor.key&&l.anchor.set(n.getKey(),l.anchor.offset,"element"),i.getKey()===l.focus.key&&l.focus.set(n.getKey(),l.focus.offset,"element")),r.remove(),i}function Dr(r,e){const t=r.getLastChild(),a=e.getFirstChild();t&&a&&Oe(t)&&Oe(a)&&(Dr(t.getFirstChild(),a.getFirstChild()),a.remove());const n=e.getChildren();n.length>0&&r.append(...n),e.remove()}function _s(){const r=Ye();if(y0(r)){const e=new Set,t=r.getNodes(),a=r.anchor.getNode();if(Nn(a,t))e.add(dr(a));else for(let n=0;n<t.length;n++){const i=t[n];if(zn(i)){const l=ls(i,x0);l!=null&&e.add(dr(l))}}for(const n of e){let i=n;const l=Rn(n);for(const o of l){const c=v0().setTextStyle(r.style).setTextFormat(r.format);b0(c,o.getChildren()),i.insertAfter(c),i=c,o.__key===r.anchor.key&&ia(r.anchor,sa(la(c,"next"))),o.__key===r.focus.key&&ia(r.focus,sa(la(c,"next"))),o.remove()}n.remove()}}}function Dn(r){const e=r.getListType()!=="check";let t=r.getStart();for(const a of r.getChildren())Y(a)&&(a.getValue()!==t&&a.setValue(t),e&&a.getLatest().__checked!=null&&a.setChecked(void 0),H(a.getFirstChild())||t++)}function Os(r){const e=new Set;if(Oe(r)||e.has(r.getKey()))return;const t=r.getParent(),a=r.getNextSibling(),n=r.getPreviousSibling();if(Oe(a)&&Oe(n)){const i=n.getFirstChild();if(H(i)){i.append(r);const l=a.getFirstChild();H(l)&&(b0(i,l.getChildren()),a.remove(),e.add(a.getKey()))}}else if(Oe(a)){const i=a.getFirstChild();if(H(i)){const l=i.getFirstChild();l!==null&&l.insertBefore(r)}}else if(Oe(n)){const i=n.getFirstChild();H(i)&&i.append(r)}else if(H(t)){const i=Te().setTextFormat(r.getTextFormat()).setTextStyle(r.getTextStyle()),l=xe(t.getListType()).setTextFormat(t.getTextFormat()).setTextStyle(t.getTextStyle());i.append(l),l.append(r),n?n.insertAfter(i):a?a.insertBefore(i):t.append(i)}}function Bs(r){if(Oe(r))return;const e=r.getParent(),t=e?e.getParent():void 0;if(H(t?t.getParent():void 0)&&Y(t)&&H(e)){const a=e?e.getFirstChild():void 0,n=e?e.getLastChild():void 0;if(r.is(a))t.insertBefore(r),e.isEmpty()&&t.remove();else if(r.is(n))t.insertAfter(r),e.isEmpty()&&t.remove();else{const i=e.getListType(),l=Te(),o=xe(i);l.append(o),r.getPreviousSiblings().forEach(p=>o.append(p));const c=Te(),d=xe(i);c.append(d),b0(d,r.getNextSiblings()),t.insertBefore(l),t.insertAfter(c),t.replace(r)}}}function Ls(){const r=Ye();if(!y0(r)||!r.isCollapsed())return!1;const e=r.anchor.getNode();let t=null;if(Y(e)&&e.getChildrenSize()===0)t=e;else if(Xe(e)){const c=e.getParent();Y(c)&&c.getChildren().every(d=>Xe(d)&&d.getTextContent().trim()==="")&&(t=c)}if(t===null)return!1;const a=dr(t),n=t.getParent();H(n)||a0(40);const i=n.getParent();let l;if(pt(i))l=v0(),a.insertAfter(l);else{if(!Y(i))return!1;l=Te(),i.insertAfter(l)}l.setTextStyle(r.style).setTextFormat(r.format).select();const o=t.getNextSiblings();if(o.length>0){const c=xe(n.getListType());if(Y(l)){const d=Te();d.append(c),l.insertAfter(d)}else l.insertAfter(c);c.append(...o)}return(function(c){let d=c;for(;d.getNextSibling()==null&&d.getPreviousSibling()==null;){const p=d.getParent();if(p==null||!Y(p)&&!H(p))break;d=p}d.remove()})(t),!0}class x0 extends F0{__value;__checked;$config(){return this.config("listitem",{$transform:e=>{if(e.__checked==null)return;const t=e.getParent();H(t)&&t.getListType()!=="check"&&e.getChecked()!=null&&e.setChecked(void 0)},extends:F0,importDOM:En({li:()=>({conversion:qs,priority:0})})})}constructor(e=1,t=void 0,a){super(a),this.__value=e===void 0?1:e,this.__checked=t}afterCloneFrom(e){super.afterCloneFrom(e),this.__value=e.__value,this.__checked=e.__checked}createDOM(e){const t=document.createElement("li");return this.updateListItemDOM(null,t,e),t}updateListItemDOM(e,t,a){(function(l,o,c){const d=o.getParent();!H(d)||d.getListType()!=="check"||H(o.getFirstChild())?(l.removeAttribute("role"),l.removeAttribute("tabIndex"),l.removeAttribute("aria-checked")):(l.setAttribute("role","checkbox"),l.setAttribute("tabIndex","-1"),c&&o.__checked===c.__checked||l.setAttribute("aria-checked",o.getChecked()?"true":"false"))})(t,this,e),t.value=this.__value,(function(l,o,c){const d=[],p=[],f=o.list,b=f?f.listitem:void 0;let y;if(f&&f.nested&&(y=f.nested.listitem),b!==void 0&&d.push(...vt(b)),f){const S=c.getParent(),A=H(S)&&S.getListType()==="check",T=c.getChecked();A&&!T||p.push(f.listitemUnchecked),A&&T||p.push(f.listitemChecked),A&&d.push(T?f.listitemChecked:f.listitemUnchecked)}if(y!==void 0){const S=vt(y);c.getChildren().some(A=>H(A))?d.push(...S):p.push(...S)}p.length>0&&Et(l,...p),d.length>0&&p0(l,...d)})(t,a.theme,this);const n=e?e.__style:"",i=this.__style;n!==i&&(i===""?t.removeAttribute("style"):t.style.cssText=i),(function(l,o,c){const d=na(o.__textStyle);for(const p in d)l.style.setProperty(`--listitem-marker-${p}`,d[p]);if(c)for(const p in na(c.__textStyle))p in d||l.style.removeProperty(`--listitem-marker-${p}`)})(t,this,e)}updateDOM(e,t,a){const n=t;return this.updateListItemDOM(e,n,a),!1}updateFromJSON(e){return super.updateFromJSON(e).setValue(e.value).setChecked(e.checked)}exportDOM(e){const t=this.createDOM(e._config),a=this.getFormatType();a&&(t.style.textAlign=a);const n=this.getDirection();return n&&(t.dir=n),{element:t}}exportJSON(){return{...super.exportJSON(),checked:this.getChecked(),value:this.getValue()}}append(...e){for(let t=0;t<e.length;t++){const a=e[t];if(f0(a)&&this.canMergeWith(a)){const n=a.getChildren();this.append(...n),a.remove()}else super.append(a)}return this}replace(e,t){if(Y(e))return super.replace(e);this.setIndent(0);const a=this.getParentOrThrow();if(!H(a))return e;if(a.__first===this.getKey())a.insertBefore(e);else if(a.__last===this.getKey())a.insertAfter(e);else{const n=xe(a.getListType());let i=this.getNextSibling();for(;i;){const l=i;i=i.getNextSibling(),n.append(l)}a.insertAfter(e),e.insertAfter(n)}return t&&(f0(e)||a0(139),this.getChildren().forEach(n=>{e.append(n)})),this.remove(),a.getChildrenSize()===0&&a.remove(),e}insertAfter(e,t=!0){const a=this.getParentOrThrow();if(H(a)||a0(39),Y(e))return super.insertAfter(e,t);const n=this.getNextSiblings();if(a.insertAfter(e,t),n.length!==0){const i=xe(a.getListType());n.forEach(l=>i.append(l)),e.insertAfter(i,t)}return e}remove(e){const t=this.getPreviousSibling(),a=this.getNextSibling();super.remove(e),t&&a&&Oe(t)&&Oe(a)&&(Dr(t.getFirstChild(),a.getFirstChild()),a.remove())}insertNewAfter(e,t=!0){const a=Te().updateFromJSON(this.exportJSON()).setChecked(!this.getChecked()&&void 0);return this.insertAfter(a,t),a}collapseAtStart(e){const t=v0();this.getChildren().forEach(l=>t.append(l));const a=this.getParentOrThrow(),n=a.getParentOrThrow(),i=Y(n);if(a.getChildrenSize()===1)if(i)a.remove(),n.select();else{a.insertBefore(t),a.remove();const l=e.anchor,o=e.focus,c=t.getKey();l.type==="element"&&l.getNode().is(this)&&l.set(c,l.offset,"element"),o.type==="element"&&o.getNode().is(this)&&o.set(c,o.offset,"element")}else a.insertBefore(t),this.remove();return!0}getValue(){return this.getLatest().__value}setValue(e){const t=this.getWritable();return t.__value=e,t}getChecked(){const e=this.getLatest();let t;const a=this.getParent();return H(a)&&(t=a.getListType()),t==="check"?!!e.__checked:void 0}setChecked(e){const t=this.getWritable();return t.__checked=e,t}toggleChecked(){const e=this.getWritable();return e.setChecked(!e.__checked)}getIndent(){const e=this.getParent();if(e===null||!this.isAttached())return this.getLatest().__indent;let t=e.getParentOrThrow(),a=0;for(;Y(t);)t=t.getParentOrThrow().getParentOrThrow(),a++;return a}setIndent(e){typeof e!="number"&&a0(117),(e=Math.floor(e))>=0||a0(199);let t=this.getIndent();for(;t!==e;)t<e?(Os(this),t++):(Bs(this),t--);return this}canInsertAfter(e){return Y(e)}canReplaceWith(e){return Y(e)}canMergeWith(e){return Y(e)||Cr(e)}extractWithChild(e,t){if(!y0(t))return!1;const a=t.anchor.getNode(),n=t.focus.getNode();return this.isParentOf(a)&&this.isParentOf(n)&&this.getTextContent().length===t.getTextContent().length}isParentRequired(){return!0}createParentElementNode(){return xe("bullet")}canMergeWhenEmpty(){return!0}}function qs(r){if(r.classList.contains("task-list-item")){for(const t of r.children)if(t.tagName==="INPUT")return pa(t)}if(r.classList.contains("joplin-checkbox")){for(const t of r.children)if(t.classList.contains("checkbox-wrapper")&&t.children.length>0&&t.children[0].tagName==="INPUT")return pa(t.children[0])}const e=r.getAttribute("aria-checked");return{node:Te(e==="true"||e!=="false"&&void 0)}}function pa(r){return r.getAttribute("type")!=="checkbox"?{node:null}:{node:Te(r.hasAttribute("checked"))}}function Te(r){return Z0(new x0(void 0,r))}function Y(r){return r instanceof x0}class _0 extends F0{__tag;__start;__listType;$config(){return this.config("list",{$transform:e=>{(function(t){const a=t.getNextSibling();H(a)&&t.getListType()===a.getListType()&&Dr(t,a)})(e),Dn(e)},extends:F0,importDOM:En({ol:()=>({conversion:ga,priority:0}),ul:()=>({conversion:ga,priority:0})})})}constructor(e="number",t=1,a){super(a);const n=$s[e]||e;this.__listType=n,this.__tag=n==="number"?"ol":"ul",this.__start=t}afterCloneFrom(e){super.afterCloneFrom(e),this.__listType=e.__listType,this.__tag=e.__tag,this.__start=e.__start}getTag(){return this.getLatest().__tag}setListType(e){const t=this.getWritable();return t.__listType=e,t.__tag=e==="number"?"ol":"ul",t}getListType(){return this.getLatest().__listType}getStart(){return this.getLatest().__start}setStart(e){const t=this.getWritable();return t.__start=e,t}createDOM(e,t){const a=this.__tag,n=document.createElement(a);return this.__start!==1&&n.setAttribute("start",String(this.__start)),n.__lexicalListType=this.__listType,fa(n,e.theme,this),n}updateDOM(e,t,a){return e.__tag!==this.__tag||e.__listType!==this.__listType||(fa(t,a.theme,this),!1)}updateFromJSON(e){return super.updateFromJSON(e).setListType(e.listType).setStart(e.start)}exportDOM(e){const t=this.createDOM(e._config,e);return zr(t)&&(this.__start!==1&&t.setAttribute("start",String(this.__start)),this.__listType==="check"&&t.setAttribute("__lexicalListType","check")),{element:t}}exportJSON(){return{...super.exportJSON(),listType:this.getListType(),start:this.getStart(),tag:this.getTag()}}canBeEmpty(){return!1}canIndent(){return!1}splice(e,t,a){let n=a;for(let i=0;i<a.length;i++){const l=a[i];Y(l)||(n===a&&(n=[...a]),n[i]=Te().append(!f0(l)||H(l)||l.isInline()?l:g0(l.getTextContent())))}return super.splice(e,t,n)}extractWithChild(e){return Y(e)}}function fa(r,e,t){const a=[],n=[],i=e.list;if(i!==void 0){const l=i[`${t.__tag}Depth`]||[],o=hr(t)-1,c=o%l.length,d=l[c],p=i[t.__tag];let f;const b=i.nested,y=i.checklist;if(b!==void 0&&b.list&&(f=b.list),p!==void 0&&a.push(p),y!==void 0&&t.__listType==="check"&&a.push(y),d!==void 0){a.push(...vt(d));for(let S=0;S<l.length;S++)S!==c&&n.push(t.__tag+S)}if(f!==void 0){const S=vt(f);o>1?a.push(...S):n.push(...S)}}n.length>0&&Et(r,...n),a.length>0&&p0(r,...a)}function Ps(r){const e=[];for(let t=0;t<r.length;t++){const a=r[t];if(Y(a)){e.push(a);const n=a.getChildren();n.length>1&&n.forEach(i=>{H(i)&&e.push(ha(i))})}else e.push(ha(a))}return e}function ga(r){const e=r.nodeName.toLowerCase();let t=null;return e==="ol"?t=xe("number",r.start):e==="ul"&&(t=(function(a){if(a.getAttribute("__lexicallisttype")==="check"||a.classList.contains("contains-task-list")||a.getAttribute("data-is-checklist")==="1")return!0;for(const n of a.childNodes)if(zr(n)&&n.hasAttribute("aria-checked"))return!0;return!1})(r)?xe("check"):xe("bullet")),{after:Ps,node:t}}const $s={ol:"number",ul:"bullet"};function xe(r="number",e=1){return Z0(new _0(r,e))}function H(r){return r instanceof _0}const Hs=Mt("UPDATE_LIST_START_COMMAND"),Us=Mt("INSERT_UNORDERED_LIST_COMMAND"),Gs=Mt("INSERT_ORDERED_LIST_COMMAND"),js=Mt("REMOVE_LIST_COMMAND");function Ws(r){return An(r.registerCommand(Gs,()=>(da("number"),!0),M0),r.registerCommand(Hs,e=>{const{listNodeKey:t,newStart:a}=e,n=kn(t);return!!H(n)&&(n.getListType()==="number"&&(n.setStart(a),Dn(n)),!0)},M0),r.registerCommand(Us,()=>(da("bullet"),!0),M0),r.registerCommand(js,()=>(_s(),!0),M0),r.registerCommand(ss,()=>Ls(),M0),r.registerNodeTransform(x0,e=>{const t=e.getFirstChild();if(t){if(Xe(t)){const a=t.getStyle(),n=t.getFormat();e.getTextStyle()!==a&&e.setTextStyle(a),e.getTextFormat()!==n&&e.setTextFormat(n)}}else{const a=Ye();y0(a)&&(a.style!==e.getTextStyle()||a.format!==e.getTextFormat())&&a.isCollapsed()&&e.is(a.anchor.getNode())&&e.setTextStyle(a.style).setTextFormat(a.format)}}),r.registerNodeTransform(j0,e=>{const t=e.getParent();if(Y(t)&&e.is(t.getFirstChild())){const a=e.getStyle(),n=e.getFormat();a===t.getTextStyle()&&n===t.getTextFormat()||t.setTextStyle(a).setTextFormat(n)}}))}function Vs(r){const e=t=>{const a=t.getParent();if(H(t.getFirstChild())||!H(a))return;const n=Mn(t,i=>Y(i)&&H(i.getParent())&&Y(i.getPreviousSibling()));if(n===null&&t.getIndent()>0)t.setIndent(0);else if(Y(n)){const i=n.getPreviousSibling();if(Y(i)){const l=(function(c){let d=c,p=d.getFirstChild();for(;H(p);){const f=p.getLastChild();if(!Y(f))break;d=f,p=d.getFirstChild()}return d})(i),o=l.getParent();if(H(o)){const c=hr(o);c+1<hr(a)&&t.setIndent(c)}}}};return r.registerNodeTransform(_0,t=>{const a=[t];for(;a.length>0;){const n=a.shift();if(H(n)){for(const i of n.getChildren())if(Y(i)){e(i);const l=i.getFirstChild();H(l)&&a.push(l)}}}})}function Uo({hasStrictIndent:r=!1}){const[e]=D0();return fe.useEffect(()=>{if(!e.hasNodes([_0,x0]))throw new Error("ListPlugin: ListNode and/or ListItemNode not registered on editor")},[e]),fe.useEffect(()=>{if(r)return Vs(e)},[e,r]),(function(t){fe.useEffect(()=>Ws(t),[t])})(e),null}var jt={exports:{}},va;function Ys(){return va||(va=1,(function(r){var e=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{};var t=(function(a){var n=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,i=0,l={},o={manual:a.Prism&&a.Prism.manual,disableWorkerMessageHandler:a.Prism&&a.Prism.disableWorkerMessageHandler,util:{encode:function w(k){return k instanceof c?new c(k.type,w(k.content),k.alias):Array.isArray(k)?k.map(w):k.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(w){return Object.prototype.toString.call(w).slice(8,-1)},objId:function(w){return w.__id||Object.defineProperty(w,"__id",{value:++i}),w.__id},clone:function w(k,M){M=M||{};var E,z;switch(o.util.type(k)){case"Object":if(z=o.util.objId(k),M[z])return M[z];E={},M[z]=E;for(var F in k)k.hasOwnProperty(F)&&(E[F]=w(k[F],M));return E;case"Array":return z=o.util.objId(k),M[z]?M[z]:(E=[],M[z]=E,k.forEach(function(q,_){E[_]=w(q,M)}),E);default:return k}},getLanguage:function(w){for(;w;){var k=n.exec(w.className);if(k)return k[1].toLowerCase();w=w.parentElement}return"none"},setLanguage:function(w,k){w.className=w.className.replace(RegExp(n,"gi"),""),w.classList.add("language-"+k)},currentScript:function(){if(typeof document>"u")return null;if(document.currentScript&&document.currentScript.tagName==="SCRIPT")return document.currentScript;try{throw new Error}catch(E){var w=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(E.stack)||[])[1];if(w){var k=document.getElementsByTagName("script");for(var M in k)if(k[M].src==w)return k[M]}return null}},isActive:function(w,k,M){for(var E="no-"+k;w;){var z=w.classList;if(z.contains(k))return!0;if(z.contains(E))return!1;w=w.parentElement}return!!M}},languages:{plain:l,plaintext:l,text:l,txt:l,extend:function(w,k){var M=o.util.clone(o.languages[w]);for(var E in k)M[E]=k[E];return M},insertBefore:function(w,k,M,E){E=E||o.languages;var z=E[w],F={};for(var q in z)if(z.hasOwnProperty(q)){if(q==k)for(var _ in M)M.hasOwnProperty(_)&&(F[_]=M[_]);M.hasOwnProperty(q)||(F[q]=z[q])}var j=E[w];return E[w]=F,o.languages.DFS(o.languages,function(W,V){V===j&&W!=w&&(this[W]=F)}),F},DFS:function w(k,M,E,z){z=z||{};var F=o.util.objId;for(var q in k)if(k.hasOwnProperty(q)){M.call(k,q,k[q],E||q);var _=k[q],j=o.util.type(_);j==="Object"&&!z[F(_)]?(z[F(_)]=!0,w(_,M,null,z)):j==="Array"&&!z[F(_)]&&(z[F(_)]=!0,w(_,M,q,z))}}},plugins:{},highlightAll:function(w,k){o.highlightAllUnder(document,w,k)},highlightAllUnder:function(w,k,M){var E={callback:M,container:w,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};o.hooks.run("before-highlightall",E),E.elements=Array.prototype.slice.apply(E.container.querySelectorAll(E.selector)),o.hooks.run("before-all-elements-highlight",E);for(var z=0,F;F=E.elements[z++];)o.highlightElement(F,k===!0,E.callback)},highlightElement:function(w,k,M){var E=o.util.getLanguage(w),z=o.languages[E];o.util.setLanguage(w,E);var F=w.parentElement;F&&F.nodeName.toLowerCase()==="pre"&&o.util.setLanguage(F,E);var q=w.textContent,_={element:w,language:E,grammar:z,code:q};function j(V){_.highlightedCode=V,o.hooks.run("before-insert",_),_.element.innerHTML=_.highlightedCode,o.hooks.run("after-highlight",_),o.hooks.run("complete",_),M&&M.call(_.element)}if(o.hooks.run("before-sanity-check",_),F=_.element.parentElement,F&&F.nodeName.toLowerCase()==="pre"&&!F.hasAttribute("tabindex")&&F.setAttribute("tabindex","0"),!_.code){o.hooks.run("complete",_),M&&M.call(_.element);return}if(o.hooks.run("before-highlight",_),!_.grammar){j(o.util.encode(_.code));return}if(k&&a.Worker){var W=new Worker(o.filename);W.onmessage=function(V){j(V.data)},W.postMessage(JSON.stringify({language:_.language,code:_.code,immediateClose:!0}))}else j(o.highlight(_.code,_.grammar,_.language))},highlight:function(w,k,M){var E={code:w,grammar:k,language:M};if(o.hooks.run("before-tokenize",E),!E.grammar)throw new Error('The language "'+E.language+'" has no grammar.');return E.tokens=o.tokenize(E.code,E.grammar),o.hooks.run("after-tokenize",E),c.stringify(o.util.encode(E.tokens),E.language)},tokenize:function(w,k){var M=k.rest;if(M){for(var E in M)k[E]=M[E];delete k.rest}var z=new f;return b(z,z.head,w),p(w,z,k,z.head,0),S(z)},hooks:{all:{},add:function(w,k){var M=o.hooks.all;M[w]=M[w]||[],M[w].push(k)},run:function(w,k){var M=o.hooks.all[w];if(!(!M||!M.length))for(var E=0,z;z=M[E++];)z(k)}},Token:c};a.Prism=o;function c(w,k,M,E){this.type=w,this.content=k,this.alias=M,this.length=(E||"").length|0}c.stringify=function w(k,M){if(typeof k=="string")return k;if(Array.isArray(k)){var E="";return k.forEach(function(j){E+=w(j,M)}),E}var z={type:k.type,content:w(k.content,M),tag:"span",classes:["token",k.type],attributes:{},language:M},F=k.alias;F&&(Array.isArray(F)?Array.prototype.push.apply(z.classes,F):z.classes.push(F)),o.hooks.run("wrap",z);var q="";for(var _ in z.attributes)q+=" "+_+'="'+(z.attributes[_]||"").replace(/"/g,""")+'"';return"<"+z.tag+' class="'+z.classes.join(" ")+'"'+q+">"+z.content+"</"+z.tag+">"};function d(w,k,M,E){w.lastIndex=k;var z=w.exec(M);if(z&&E&&z[1]){var F=z[1].length;z.index+=F,z[0]=z[0].slice(F)}return z}function p(w,k,M,E,z,F){for(var q in M)if(!(!M.hasOwnProperty(q)||!M[q])){var _=M[q];_=Array.isArray(_)?_:[_];for(var j=0;j<_.length;++j){if(F&&F.cause==q+","+j)return;var W=_[j],V=W.inside,Me=!!W.lookbehind,ce=!!W.greedy,Se=W.alias;if(ce&&!W.pattern.global){var De=W.pattern.toString().match(/[imsuy]*$/)[0];W.pattern=RegExp(W.pattern.source,De+"g")}for(var $e=W.pattern||W,re=E.next,be=z;re!==k.tail&&!(F&&be>=F.reach);be+=re.value.length,re=re.next){var de=re.value;if(k.length>w.length)return;if(!(de instanceof c)){var ke=1,ee;if(ce){if(ee=d($e,be,w,Me),!ee||ee.index>=w.length)break;var c0=ee.index,S0=ee.index+ee[0].length,ze=be;for(ze+=re.value.length;c0>=ze;)re=re.next,ze+=re.value.length;if(ze-=re.value.length,be=ze,re.value instanceof c)continue;for(var Ce=re;Ce!==k.tail&&(ze<S0||typeof Ce.value=="string");Ce=Ce.next)ke++,ze+=Ce.value.length;ke--,de=w.slice(be,ze),ee.index-=be}else if(ee=d($e,0,de,Me),!ee)continue;var c0=ee.index,Ne=ee[0],k0=de.slice(0,c0),He=de.slice(c0+Ne.length),e0=be+de.length;F&&e0>F.reach&&(F.reach=e0);var Ue=re.prev;k0&&(Ue=b(k,Ue,k0),be+=k0.length),y(k,Ue,ke);var Pt=new c(q,V?o.tokenize(Ne,V):Ne,Se,Ne);if(re=b(k,Ue,Pt),He&&b(k,re,He),ke>1){var A0={cause:q+","+j,reach:e0};p(w,k,M,re.prev,be,A0),F&&A0.reach>F.reach&&(F.reach=A0.reach)}}}}}}function f(){var w={value:null,prev:null,next:null},k={value:null,prev:w,next:null};w.next=k,this.head=w,this.tail=k,this.length=0}function b(w,k,M){var E=k.next,z={value:M,prev:k,next:E};return k.next=z,E.prev=z,w.length++,z}function y(w,k,M){for(var E=k.next,z=0;z<M&&E!==w.tail;z++)E=E.next;k.next=E,E.prev=k,w.length-=z}function S(w){for(var k=[],M=w.head.next;M!==w.tail;)k.push(M.value),M=M.next;return k}if(!a.document)return a.addEventListener&&(o.disableWorkerMessageHandler||a.addEventListener("message",function(w){var k=JSON.parse(w.data),M=k.language,E=k.code,z=k.immediateClose;a.postMessage(o.highlight(E,o.languages[M],M)),z&&a.close()},!1)),o;var A=o.util.currentScript();A&&(o.filename=A.src,A.hasAttribute("data-manual")&&(o.manual=!0));function T(){o.manual||o.highlightAll()}if(!o.manual){var C=document.readyState;C==="loading"||C==="interactive"&&A&&A.defer?document.addEventListener("DOMContentLoaded",T):window.requestAnimationFrame?window.requestAnimationFrame(T):window.setTimeout(T,16)}return o})(e);r.exports&&(r.exports=t),typeof oa<"u"&&(oa.Prism=t),t.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},t.languages.markup.tag.inside["attr-value"].inside.entity=t.languages.markup.entity,t.languages.markup.doctype.inside["internal-subset"].inside=t.languages.markup,t.hooks.add("wrap",function(a){a.type==="entity"&&(a.attributes.title=a.content.replace(/&/,"&"))}),Object.defineProperty(t.languages.markup.tag,"addInlined",{value:function(n,i){var l={};l["language-"+i]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:t.languages[i]},l.cdata=/^<!\[CDATA\[|\]\]>$/i;var o={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:l}};o["language-"+i]={pattern:/[\s\S]+/,inside:t.languages[i]};var c={};c[n]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return n}),"i"),lookbehind:!0,greedy:!0,inside:o},t.languages.insertBefore("markup","cdata",c)}}),Object.defineProperty(t.languages.markup.tag,"addAttribute",{value:function(a,n){t.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+a+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[n,"language-"+n],inside:t.languages[n]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),t.languages.html=t.languages.markup,t.languages.mathml=t.languages.markup,t.languages.svg=t.languages.markup,t.languages.xml=t.languages.extend("markup",{}),t.languages.ssml=t.languages.xml,t.languages.atom=t.languages.xml,t.languages.rss=t.languages.xml,(function(a){var n=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;a.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+n.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+n.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+n.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+n.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:n,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},a.languages.css.atrule.inside.rest=a.languages.css;var i=a.languages.markup;i&&(i.tag.addInlined("style","css"),i.tag.addAttribute("style","css"))})(t),t.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},t.languages.javascript=t.languages.extend("clike",{"class-name":[t.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),t.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,t.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:t.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:t.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:t.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:t.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:t.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),t.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:t.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),t.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),t.languages.markup&&(t.languages.markup.tag.addInlined("script","javascript"),t.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),t.languages.js=t.languages.javascript,(function(){if(typeof t>"u"||typeof document>"u")return;Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var a="Loading…",n=function(A,T){return"✖ Error "+A+" while fetching file: "+T},i="✖ Error: File does not exist or is empty",l={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},o="data-src-status",c="loading",d="loaded",p="failed",f="pre[data-src]:not(["+o+'="'+d+'"]):not(['+o+'="'+c+'"])';function b(A,T,C){var w=new XMLHttpRequest;w.open("GET",A,!0),w.onreadystatechange=function(){w.readyState==4&&(w.status<400&&w.responseText?T(w.responseText):w.status>=400?C(n(w.status,w.statusText)):C(i))},w.send(null)}function y(A){var T=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(A||"");if(T){var C=Number(T[1]),w=T[2],k=T[3];return w?k?[C,Number(k)]:[C,void 0]:[C,C]}}t.hooks.add("before-highlightall",function(A){A.selector+=", "+f}),t.hooks.add("before-sanity-check",function(A){var T=A.element;if(T.matches(f)){A.code="",T.setAttribute(o,c);var C=T.appendChild(document.createElement("CODE"));C.textContent=a;var w=T.getAttribute("data-src"),k=A.language;if(k==="none"){var M=(/\.(\w+)$/.exec(w)||[,"none"])[1];k=l[M]||M}t.util.setLanguage(C,k),t.util.setLanguage(T,k);var E=t.plugins.autoloader;E&&E.loadLanguages(k),b(w,function(z){T.setAttribute(o,d);var F=y(T.getAttribute("data-range"));if(F){var q=z.split(/\r\n?|\n/g),_=F[0],j=F[1]==null?q.length:F[1];_<0&&(_+=q.length),_=Math.max(0,Math.min(_-1,q.length)),j<0&&(j+=q.length),j=Math.max(0,Math.min(j,q.length)),z=q.slice(_,j).join(`
|
|
3
|
-
`),T.hasAttribute("data-start")||T.setAttribute("data-start",String(_+1))}C.textContent=z,t.highlightElement(C)},function(z){T.setAttribute(o,p),C.textContent=z})}}),t.plugins.fileHighlight={highlight:function(T){for(var C=(T||document).querySelectorAll(f),w=0,k;k=C[w++];)t.highlightElement(k)}};var S=!1;t.fileHighlight=function(){S||(console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),S=!0),t.plugins.fileHighlight.highlight.apply(this,arguments)}})()})(jt)),jt.exports}Ys();Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/};Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/});Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/;Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/});Prism.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}});Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}});Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript"));Prism.languages.js=Prism.languages.javascript;Prism.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]};Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity;Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup;Prism.hooks.add("wrap",function(r){r.type==="entity"&&(r.attributes.title=r.content.replace(/&/,"&"))});Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(e,t){var a={};a["language-"+t]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[t]},a.cdata=/^<!\[CDATA\[|\]\]>$/i;var n={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:a}};n["language-"+t]={pattern:/[\s\S]+/,inside:Prism.languages[t]};var i={};i[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return e}),"i"),lookbehind:!0,greedy:!0,inside:n},Prism.languages.insertBefore("markup","cdata",i)}});Object.defineProperty(Prism.languages.markup.tag,"addAttribute",{value:function(r,e){Prism.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+r+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[e,"language-"+e],inside:Prism.languages[e]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}});Prism.languages.html=Prism.languages.markup;Prism.languages.mathml=Prism.languages.markup;Prism.languages.svg=Prism.languages.markup;Prism.languages.xml=Prism.languages.extend("markup",{});Prism.languages.ssml=Prism.languages.xml;Prism.languages.atom=Prism.languages.xml;Prism.languages.rss=Prism.languages.xml;(function(r){var e=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function t(p){return p=p.replace(/<inner>/g,function(){return e}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+p+")")}var a=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,n=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return a}),i=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;r.languages.markdown=r.languages.extend("markup",{}),r.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:r.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+n+i+"(?:"+n+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+n+i+")(?:"+n+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(a),inside:r.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+n+")"+i+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+n+"$"),inside:{"table-header":{pattern:RegExp(a),alias:"important",inside:r.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:t(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:t(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:t(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:t(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach(function(p){["url","bold","italic","strike","code-snippet"].forEach(function(f){p!==f&&(r.languages.markdown[p].inside.content.inside[f]=r.languages.markdown[f])})}),r.hooks.add("after-tokenize",function(p){if(p.language!=="markdown"&&p.language!=="md")return;function f(b){if(!(!b||typeof b=="string"))for(var y=0,S=b.length;y<S;y++){var A=b[y];if(A.type!=="code"){f(A.content);continue}var T=A.content[1],C=A.content[3];if(T&&C&&T.type==="code-language"&&C.type==="code-block"&&typeof T.content=="string"){var w=T.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp");w=(/[a-z][\w-]*/i.exec(w)||[""])[0].toLowerCase();var k="language-"+w;C.alias?typeof C.alias=="string"?C.alias=[C.alias,k]:C.alias.push(k):C.alias=[k]}}}f(p.tokens)}),r.hooks.add("wrap",function(p){if(p.type==="code-block"){for(var f="",b=0,y=p.classes.length;b<y;b++){var S=p.classes[b],A=/language-(.+)/.exec(S);if(A){f=A[1];break}}var T=r.languages[f];if(T)p.content=r.highlight(d(p.content),T,f);else if(f&&f!=="none"&&r.plugins.autoloader){var C="md-"+new Date().valueOf()+"-"+Math.floor(Math.random()*1e16);p.attributes.id=C,r.plugins.autoloader.loadLanguages(f,function(){var w=document.getElementById(C);w&&(w.innerHTML=r.highlight(w.textContent,r.languages[f],f))})}}});var l=RegExp(r.languages.markup.tag.pattern.source,"gi"),o={amp:"&",lt:"<",gt:">",quot:'"'},c=String.fromCodePoint||String.fromCharCode;function d(p){var f=p.replace(l,"");return f=f.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(b,y){if(y=y.toLowerCase(),y[0]==="#"){var S;return y[1]==="x"?S=parseInt(y.slice(2),16):S=Number(y.slice(1)),c(S)}else{var A=o[y];return A||b}}),f}r.languages.md=r.languages.markdown})(Prism);Prism.languages.c=Prism.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/});Prism.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}});Prism.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},Prism.languages.c.string],char:Prism.languages.c.char,comment:Prism.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:Prism.languages.c}}}});Prism.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/});delete Prism.languages.c.boolean;(function(r){var e=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;r.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+e.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+e.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+e.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+e.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:e,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},r.languages.css.atrule.inside.rest=r.languages.css;var t=r.languages.markup;t&&(t.tag.addInlined("style","css"),t.tag.addAttribute("style","css"))})(Prism);Prism.languages.objectivec=Prism.languages.extend("c",{string:{pattern:/@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|in|inline|int|long|register|return|self|short|signed|sizeof|static|struct|super|switch|typedef|typeof|union|unsigned|void|volatile|while)\b|(?:@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,operator:/-[->]?|\+\+?|!=?|<<?=?|>>?=?|==?|&&?|\|\|?|[~^%?*\/@]/});delete Prism.languages.objectivec["class-name"];Prism.languages.objc=Prism.languages.objectivec;Prism.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/};(function(r){var e=r.languages.powershell={comment:[{pattern:/(^|[^`])<#[\s\S]*?#>/,lookbehind:!0},{pattern:/(^|[^`])#.*/,lookbehind:!0}],string:[{pattern:/"(?:`[\s\S]|[^`"])*"/,greedy:!0,inside:null},{pattern:/'(?:[^']|'')*'/,greedy:!0}],namespace:/\[[a-z](?:\[(?:\[[^\]]*\]|[^\[\]])*\]|[^\[\]])*\]/i,boolean:/\$(?:false|true)\b/i,variable:/\$\w+\b/,function:[/\b(?:Add|Approve|Assert|Backup|Block|Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|ForEach|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Sort|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Tee|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Where|Write)-[a-z]+\b/i,/\b(?:ac|cat|chdir|clc|cli|clp|clv|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|ebp|echo|epal|epcsv|epsn|erase|fc|fl|ft|fw|gal|gbp|gc|gci|gcs|gdr|gi|gl|gm|gp|gps|group|gsv|gu|gv|gwmi|iex|ii|ipal|ipcsv|ipsn|irm|iwmi|iwr|kill|lp|ls|measure|mi|mount|move|mp|mv|nal|ndr|ni|nv|ogv|popd|ps|pushd|pwd|rbp|rd|rdr|ren|ri|rm|rmdir|rni|rnp|rp|rv|rvpa|rwmi|sal|saps|sasv|sbp|sc|select|set|shcm|si|sl|sleep|sls|sort|sp|spps|spsv|start|sv|swmi|tee|trcm|type|write)\b/i],keyword:/\b(?:Begin|Break|Catch|Class|Continue|Data|Define|Do|DynamicParam|Else|ElseIf|End|Exit|Filter|Finally|For|ForEach|From|Function|If|InlineScript|Parallel|Param|Process|Return|Sequence|Switch|Throw|Trap|Try|Until|Using|Var|While|Workflow)\b/i,operator:{pattern:/(^|\W)(?:!|-(?:b?(?:and|x?or)|as|(?:Not)?(?:Contains|In|Like|Match)|eq|ge|gt|is(?:Not)?|Join|le|lt|ne|not|Replace|sh[lr])\b|-[-=]?|\+[+=]?|[*\/%]=?)/i,lookbehind:!0},punctuation:/[|{}[\];(),.]/};e.string[0].inside={function:{pattern:/(^|[^`])\$\((?:\$\([^\r\n()]*\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:e},boolean:e.boolean,variable:e.variable}})(Prism);var ba={},ya;function Xs(){return ya||(ya=1,Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern://,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python,Prism.languages.py=Prism.languages.python),ba}Xs();var xa={},wa;function Zs(){return wa||(wa=1,(function(r){for(var e=/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source,t=0;t<2;t++)e=e.replace(/<self>/g,function(){return e});e=e.replace(/<self>/g,function(){return/[^\s\S]/.source}),r.languages.rust={comment:[{pattern:RegExp(/(^|[^\\])/.source+e),lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/b?"(?:\\[\s\S]|[^\\"])*"|b?r(#*)"(?:[^"]|"(?!\1))*"\1/,greedy:!0},char:{pattern:/b?'(?:\\(?:x[0-7][\da-fA-F]|u\{(?:[\da-fA-F]_*){1,6}\}|.)|[^\\\r\n\t'])'/,greedy:!0},attribute:{pattern:/#!?\[(?:[^\[\]"]|"(?:\\[\s\S]|[^\\"])*")*\]/,greedy:!0,alias:"attr-name",inside:{string:null}},"closure-params":{pattern:/([=(,:]\s*|\bmove\s*)\|[^|]*\||\|[^|]*\|(?=\s*(?:\{|->))/,lookbehind:!0,greedy:!0,inside:{"closure-punctuation":{pattern:/^\||\|$/,alias:"punctuation"},rest:null}},"lifetime-annotation":{pattern:/'\w+/,alias:"symbol"},"fragment-specifier":{pattern:/(\$\w+:)[a-z]+/,lookbehind:!0,alias:"punctuation"},variable:/\$\w+/,"function-definition":{pattern:/(\bfn\s+)\w+/,lookbehind:!0,alias:"function"},"type-definition":{pattern:/(\b(?:enum|struct|trait|type|union)\s+)\w+/,lookbehind:!0,alias:"class-name"},"module-declaration":[{pattern:/(\b(?:crate|mod)\s+)[a-z][a-z_\d]*/,lookbehind:!0,alias:"namespace"},{pattern:/(\b(?:crate|self|super)\s*)::\s*[a-z][a-z_\d]*\b(?:\s*::(?:\s*[a-z][a-z_\d]*\s*::)*)?/,lookbehind:!0,alias:"namespace",inside:{punctuation:/::/}}],keyword:[/\b(?:Self|abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|try|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield)\b/,/\b(?:bool|char|f(?:32|64)|[ui](?:8|16|32|64|128|size)|str)\b/],function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())/,macro:{pattern:/\b\w+!/,alias:"property"},constant:/\b[A-Z_][A-Z_\d]+\b/,"class-name":/\b[A-Z]\w*\b/,namespace:{pattern:/(?:\b[a-z][a-z_\d]*\s*::\s*)*\b[a-z][a-z_\d]*\s*::(?!\s*<)/,inside:{punctuation:/::/}},number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0o[0-7](?:_?[0-7])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)(?:_?(?:f32|f64|[iu](?:8|16|32|64|size)?))?\b/,boolean:/\b(?:false|true)\b/,punctuation:/->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,operator:/[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/},r.languages.rust["closure-params"].inside.rest=r.languages.rust,r.languages.rust.attribute.inside.string=r.languages.rust.string})(Prism)),xa}Zs();Prism.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+(/(?:elseif|if)\b/.source+"(?:[ ]*"+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+")+"|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:false|true)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:false|true)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/};Prism.languages.swift["string-literal"].forEach(function(r){r.inside.interpolation.inside=Prism.languages.swift});var Sa={},ka;function Ks(){return ka||(ka=1,(function(r){r.languages.typescript=r.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),r.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete r.languages.typescript.parameter,delete r.languages.typescript["literal-property"];var e=r.languages.extend("typescript",{});delete e["class-name"],r.languages.typescript["class-name"].inside=e,r.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:e}}}}),r.languages.ts=r.languages.typescript})(Prism)),Sa}Ks();var Aa={},Ta;function Js(){return Ta||(Ta=1,(function(r){var e=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,t=/(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,a={pattern:RegExp(/(^|[^\w.])/.source+t+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}};r.languages.java=r.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[a,{pattern:RegExp(/(^|[^\w.])/.source+t+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:a.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+t+/[A-Z]\w*\b/.source),lookbehind:!0,inside:a.inside}],keyword:e,function:[r.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0},constant:/\b[A-Z][A-Z_\d]+\b/}),r.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),r.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":a,keyword:e,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+t+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:a.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+t+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:a.inside.namespace,static:/\b\w+$/,punctuation:/\./,operator:/\*/,"class-name":/\w+/}}],namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!<keyword>)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(/<keyword>/g,function(){return e.source})),lookbehind:!0,inside:{punctuation:/\./}}})})(Prism)),Aa}Js();var Ea={},Ma;function Qs(){return Ma||(Ma=1,(function(r){var e=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,t=/\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(/<keyword>/g,function(){return e.source});r.languages.cpp=r.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(/<keyword>/g,function(){return e.source})),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:e,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),r.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/<mod-name>(?:\s*:\s*<mod-name>)?|:\s*<mod-name>/.source.replace(/<mod-name>/g,function(){return t})+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),r.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:r.languages.cpp}}}}),r.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),r.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:r.languages.extend("cpp",{})}}),r.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},r.languages.cpp["base-clause"])})(Prism)),Ea}Qs();function _n(r,e){for(const t of r.childNodes){if(zr(t)&&t.tagName===e)return!0;_n(t,e)}return!1}const P0="data-language",q0="data-highlight-language",at="data-theme";let zt=class On extends F0{__language;__theme;__isSyntaxHighlightSupported;static getType(){return"code"}static clone(e){return new On(e.__language,e.__key)}constructor(e,t){super(t),this.__language=e||void 0,this.__isSyntaxHighlightSupported=!1,this.__theme=void 0}afterCloneFrom(e){super.afterCloneFrom(e),this.__language=e.__language,this.__theme=e.__theme,this.__isSyntaxHighlightSupported=e.__isSyntaxHighlightSupported}createDOM(e){const t=document.createElement("code");p0(t,e.theme.code),t.setAttribute("spellcheck","false");const a=this.getLanguage();a&&(t.setAttribute(P0,a),this.getIsSyntaxHighlightSupported()&&t.setAttribute(q0,a));const n=this.getTheme();n&&t.setAttribute(at,n);const i=this.getStyle();return i&&t.setAttribute("style",i),t}updateDOM(e,t,a){const n=this.__language,i=e.__language;n?n!==i&&t.setAttribute(P0,n):i&&t.removeAttribute(P0);const l=this.__isSyntaxHighlightSupported;e.__isSyntaxHighlightSupported&&i?l&&n?n!==i&&t.setAttribute(q0,n):t.removeAttribute(q0):l&&n&&t.setAttribute(q0,n);const o=this.__theme,c=e.__theme;o?o!==c&&t.setAttribute(at,o):c&&t.removeAttribute(at);const d=this.__style,p=e.__style;return d?d!==p&&t.setAttribute("style",d):p&&t.removeAttribute("style"),!1}exportDOM(e){const t=document.createElement("pre");p0(t,e._config.theme.code),t.setAttribute("spellcheck","false");const a=this.getLanguage();a&&(t.setAttribute(P0,a),this.getIsSyntaxHighlightSupported()&&t.setAttribute(q0,a));const n=this.getTheme();n&&t.setAttribute(at,n);const i=this.getStyle();return i&&t.setAttribute("style",i),{element:t}}static importDOM(){return{code:e=>e.textContent!=null&&(/\r?\n/.test(e.textContent)||_n(e,"BR"))?{conversion:za,priority:1}:null,div:()=>({conversion:el,priority:1}),pre:()=>({conversion:za,priority:0}),table:e=>Wt(e)?{conversion:tl,priority:3}:null,td:e=>{const t=e,a=t.closest("table");return t.classList.contains("js-file-line")||a&&Wt(a)?{conversion:Ca,priority:3}:null},tr:e=>{const t=e.closest("table");return t&&Wt(t)?{conversion:Ca,priority:3}:null}}}static importJSON(e){return We().updateFromJSON(e)}updateFromJSON(e){return super.updateFromJSON(e).setLanguage(e.language).setTheme(e.theme)}exportJSON(){return{...super.exportJSON(),language:this.getLanguage(),theme:this.getTheme()}}insertNewAfter(e,t=!0){const a=this.getChildren(),n=a.length;if(n>=2&&a[n-1].getTextContent()===`
|
|
4
|
-
`&&a[n-2].getTextContent()===`
|
|
5
|
-
`&&e.isCollapsed()&&e.anchor.key===this.__key&&e.anchor.offset===n){a[n-1].remove(),a[n-2].remove();const c=v0();return this.insertAfter(c,t),c}const{anchor:i,focus:l}=e,o=(i.isBefore(l)?i:l).getNode();if(Xe(o)){let c=al(o);const d=[];for(;;)if(Cn(c))d.push(os()),c=c.getNextSibling();else{if(!$n(c))break;{let T=0;const C=c.getTextContent(),w=c.getTextContentSize();for(;T<w&&C[T]===" ";)T++;if(T!==0&&d.push(Pn(" ".repeat(T))),T!==w)break;c=c.getNextSibling()}}const p=o.splitText(i.offset)[0],f=i.offset===0?0:1,b=p.getIndexWithinParent()+f,y=o.getParentOrThrow(),S=[bt(),...d];y.splice(b,0,S);const A=d[d.length-1];A?A.select():i.offset===0?p.selectPrevious():p.getNextSibling().selectNext(0,0)}if(Bn(o)){const{offset:c}=e.anchor;o.splice(c,0,[bt()]),o.select(c+1,c+1)}return null}canIndent(){return!1}collapseAtStart(){const e=v0();return this.getChildren().forEach(t=>e.append(t)),this.replace(e),!0}setLanguage(e){const t=this.getWritable();return t.__language=e||void 0,t}getLanguage(){return this.getLatest().__language}setIsSyntaxHighlightSupported(e){const t=this.getWritable();return t.__isSyntaxHighlightSupported=e,t}getIsSyntaxHighlightSupported(){return this.getLatest().__isSyntaxHighlightSupported}setTheme(e){const t=this.getWritable();return t.__theme=e||void 0,t}getTheme(){return this.getLatest().__theme}};function We(r,e){return us(zt).setLanguage(r).setTheme(e)}function Bn(r){return r instanceof zt}function za(r){return{node:We(r.getAttribute(P0))}}function el(r){const e=r,t=Fa(e);return t||(function(a){let n=a.parentElement;for(;n!==null;){if(Fa(n))return!0;n=n.parentElement}return!1})(e)?{node:t?We():null}:{node:null}}function tl(){return{node:We()}}function Ca(){return{node:null}}function Fa(r){return r.style.fontFamily.match("monospace")!==null}function Wt(r){return r.classList.contains("js-file-line-container")}let Ln=class qn extends j0{__highlightType;constructor(e="",t,a){super(e,a),this.__highlightType=t}static getType(){return"code-highlight"}static clone(e){return new qn(e.__text,e.__highlightType||void 0,e.__key)}getHighlightType(){return this.getLatest().__highlightType}setHighlightType(e){const t=this.getWritable();return t.__highlightType=e||void 0,t}canHaveFormat(){return!1}createDOM(e){const t=super.createDOM(e),a=Vt(e.theme,this.__highlightType);return p0(t,a),t}updateDOM(e,t,a){const n=super.updateDOM(e,t,a),i=Vt(a.theme,e.__highlightType),l=Vt(a.theme,this.__highlightType);return i!==l&&(i&&Et(t,i),l&&p0(t,l)),n}static importJSON(e){return Pn().updateFromJSON(e)}updateFromJSON(e){return super.updateFromJSON(e).setHighlightType(e.highlightType)}exportJSON(){return{...super.exportJSON(),highlightType:this.getHighlightType()}}setFormat(e){return this}isParentRequired(){return!0}createParentElementNode(){return We()}};function Vt(r,e){return e&&r&&r.codeHighlight&&r.codeHighlight[e]}function Pn(r="",e){return Z0(new Ln(r,e))}function $n(r){return r instanceof Ln}function rl(r,e){let t=r;for(let a=cs(r,e);a&&($n(a.origin)||Cn(a.origin));a=hs(a))t=a.origin;return t}function al(r){return rl(r,"previous")}(function(r){r.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var e={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(e).forEach(function(t){var a=e[t],n=[];/^\w+$/.test(t)||n.push(/\w+/.exec(t)[0]),t==="diff"&&n.push("bold"),r.languages.diff[t]={pattern:RegExp("^(?:["+a+`].*(?:\r
|
|
6
|
-
?|
|
|
7
|
-
|(?![\\s\\S])))+`,"m"),alias:n,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(t)[0]}}}}),Object.defineProperty(r.languages.diff,"PREFIXES",{value:e})})(Prism);function nl(r,e){const t={};for(const a of r){const n=e(a);n&&(t[n]?t[n].push(a):t[n]=[a])}return t}function Hn(r){const e=nl(r,t=>t.type);return{element:e.element||[],multilineElement:e["multiline-element"]||[],textFormat:e["text-format"]||[],textMatch:e["text-match"]||[]}}const Ia=/[ \t\n\r\f]/,mr=/[!"#$%&'()*+,\-./:;<=>?@[\]^_`{|}~]/,il=/^\s{0,3}$/;function pr(r){if(!Cr(r))return!1;const e=r.getFirstChild();return e==null||r.getChildrenSize()===1&&Xe(e)&&il.test(e.getTextContent())}function sl(r,e,t,a){for(const n of e){if(!n.export)continue;const i=n.export(r,l=>yt(l,t,a));if(i!=null)return i}return f0(r)?yt(r,t,a):In(r)?r.getTextContent():null}function yt(r,e,t,a,n){const i=[],l=r.getChildren();a||(a=[]),n||(n=[]);e:for(const o of l){for(const c of t){if(!c.export)continue;const d=c.export(o,p=>yt(p,e,t,a,[...n,...a]),(p,f)=>Ra(p,f,e,a,n));if(d!=null){i.push(d);continue e}}ws(o)?i.push(`
|
|
8
|
-
`):Xe(o)?i.push(Ra(o,o.getTextContent(),e,a,n)):f0(o)?i.push(yt(o,e,t,a,n)):In(o)&&i.push(o.getTextContent())}return i.join("")}function Ra(r,e,t,a,n){let i=r.getFormat()===0?e:(function(b){return b.replace(/^\s+|\s+$/g,y=>[...y].map(S=>"&#"+S.codePointAt(0)+";").join(""))})(e);r.hasFormat("code")||(i=i.replace(/([*_`~\\])/g,"\\$1"));let l="",o="",c="";const d=Na(r,!0),p=Na(r,!1),f=new Set;for(const b of t){const y=b.format[0],S=b.tag;nt(r,y)&&!f.has(y)&&(f.add(y),nt(d,y)&&a.find(A=>A.tag===S)||(a.push({format:y,tag:S}),l+=S))}for(let b=0;b<a.length;b++){const y=nt(r,a[b].format),S=nt(p,a[b].format);if(y&&S)continue;const A=[...a];for(;A.length>b;){const T=A.pop();n&&T&&n.find(C=>C.tag===T.tag)||(T&&typeof T.tag=="string"&&(y?S||(c+=T.tag):o+=T.tag),a.pop())}break}return i=l+i+c,o+i}function Na(r,e){const t=e?r.getPreviousSibling():r.getNextSibling();return Xe(t)?t:null}function nt(r,e){return Xe(r)&&r.hasFormat(e)}function ll(r,e){const t=r.getTextContent(),a=e.fullMatchRegExpByTag["`"],n=e.transformersByTag["`"],i=[];let l=null;if(a&&n){const b=new RegExp(a.source,"g"),y=Array.from(t.matchAll(b));for(const S of y){const A=S.index,T=A+S[0].length;l||(l={content:S[2],endIndex:T,startIndex:A,tag:"`"}),i.push({end:T,start:A})}}const o=(function(b,y,S=[]){const A=[],T=new Set(Object.keys(y.transformersByTag).filter(M=>M[0]!=="`").map(M=>M[0])),C=M=>{let E=0;for(let z=M-1;z>=0&&b[z]==="\\";z--)E++;return E%2==1},w=M=>S.some(E=>M>=E.start&&M<E.end);let k=0;for(;k<b.length;){const M=b[k];if(!T.has(M)||C(k)||w(k)){k++;continue}let E=1;for(;k+E<b.length&&b[k+E]===M;)E++;const z=Da(M,b,k,E,!0),F=Da(M,b,k,E,!1);(z||F)&&A.push({active:!0,canClose:F,canOpen:z,char:M,index:k,length:E,originalLength:E}),k+=E}return A})(t,e,i),c=o.length>0?(function(b,y,S){const A={};let T=0,C=null;for(;T<y.length;){const w=y[T];if(!w.active||!w.canClose||w.length===0){T++;continue}const k=`${w.char}${w.canOpen}`,M=A[k]??-1;let E=!1;for(let z=T-1;z>M;z--){const F=y[z];if(!F.active||!F.canOpen||F.length===0||F.char!==w.char||(F.canClose||w.canOpen)&&(F.originalLength+w.originalLength)%3==0&&F.originalLength%3!=0&&w.originalLength%3!=0)continue;const q=Math.min(F.length,w.length),_=Object.keys(S.transformersByTag).filter(V=>V[0]===F.char&&V.length<=q).sort((V,Me)=>Me.length-V.length)[0];if(!_)continue;E=!0;const j=_.length,W={content:b.slice(F.index+F.length,w.index),endIndex:w.index+j,startIndex:F.index+(F.length-j),tag:_};(!C||W.startIndex<C.startIndex||W.startIndex===C.startIndex&&W.endIndex>C.endIndex)&&(C=W);for(let V=z+1;V<T;V++)y[V].active=!1;F.length-=j,w.length-=j,F.active=F.length>0,w.length>0?w.index+=j:(w.active=!1,T++);break}E||(A[k]=T-1,w.canOpen||(w.active=!1),T++)}return C})(t,o,e):null;let d=null,p=null;if(l&&c?c.startIndex<=l.startIndex&&c.endIndex>=l.endIndex?(d=c,p=e.transformersByTag[c.tag]):(d=l,p=n):l?(d=l,p=n):c&&(d=c,p=e.transformersByTag[c.tag]),!d||!p)return null;const f=[t.slice(d.startIndex,d.endIndex),d.tag,d.content];return f.index=d.startIndex,f.input=t,{endIndex:d.endIndex,match:f,startIndex:d.startIndex,transformer:p}}function Da(r,e,t,a,n){if(!_a(e,t,a,n))return!1;if(r==="*")return!0;if(r==="_"){if(!_a(e,t,a,!n))return!0;const i=n?e[t-1]:e[t+a];return i!==void 0&&mr.test(i)}return!0}function _a(r,e,t,a){const n=r[e-1],i=r[e+t],[l,o]=a?[i,n]:[n,i];return l!==void 0&&!Ia.test(l)&&(!mr.test(l)||o===void 0||Ia.test(o)||mr.test(o))}function T0(r){return Xe(r)&&!r.hasFormat("code")}function m0(r,e,t){let a=ll(r,e),n=(function(l,o){const c=l;let d,p,f,b;for(const y of o){if(!y.replace||!y.importRegExp)continue;const S=c.getTextContent().match(y.importRegExp);if(!S)continue;const A=S.index||0,T=y.getEndIndex?y.getEndIndex(c,S):A+S[0].length;T!==!1&&(d===void 0||p===void 0||A<d&&(T>p||T<=d))&&(d=A,p=T,f=y,b=S)}return d===void 0||p===void 0||f===void 0||b===void 0?null:{endIndex:p,match:b,startIndex:d,transformer:f}})(r,t);if(a&&n&&(a.startIndex<=n.startIndex&&a.endIndex>=n.endIndex||n.startIndex>a.endIndex?n=null:a=null),a){const l=(function(o,c,d,p,f){const b=o.getTextContent();let y,S,A;if(f[0]===b?y=o:c===0?[y,S]=o.splitText(d):[A,y,S]=o.splitText(c,d),y.setTextContent(f[2]),p)for(const T of p.format)y.hasFormat(T)||y.toggleFormat(T);return{nodeAfter:S,nodeBefore:A,transformedNode:y}})(r,a.startIndex,a.endIndex,a.transformer,a.match);T0(l.nodeAfter)&&m0(l.nodeAfter,e,t),T0(l.nodeBefore)&&m0(l.nodeBefore,e,t),T0(l.transformedNode)&&m0(l.transformedNode,e,t)}else if(n){const l=(function(o,c,d,p,f){let b,y,S;return c===0?[b,y]=o.splitText(d):[S,b,y]=o.splitText(c,d),p.replace?{nodeAfter:y,nodeBefore:S,transformedNode:p.replace(b,f)||void 0}:null})(r,n.startIndex,n.endIndex,n.transformer,n.match);if(!l)return;T0(l.nodeAfter)&&m0(l.nodeAfter,e,t),T0(l.nodeBefore)&&m0(l.nodeBefore,e,t),T0(l.transformedNode)&&m0(l.transformedNode,e,t)}const i=r.getTextContent().replace(/\\([*_`~\\])/g,"$1").replace(/&#(\d+);/g,(l,o)=>String.fromCodePoint(o));r.setTextContent(i)}function ol(r,e=!1){const t=Hn(r),a=(function(n){const i={},l={},o=[],c="(?<![\\\\])";for(const d of n){const{tag:p}=d;i[p]=d;const f=p.replace(/(\*|\^|\+)/g,"\\$1");o.push(f),p.length===1?l[p]=p==="`"?new RegExp("(?<![\\\\`])(`)((?:\\\\`|[^`])+?)(`)(?!`)"):new RegExp(`(?<![\\\\${f}])(${f})((\\\\${f})?.*?[^${f}\\s](\\\\${f})?)((?<!\\\\)|(?<=\\\\\\\\))(${f})(?![\\\\${f}])`):l[p]=new RegExp(`(?<!\\\\)(${f})((\\\\${f})?.*?[^\\s](\\\\${f})?)((?<!\\\\)|(?<=\\\\\\\\))(${f})(?!\\\\)`)}return{fullMatchRegExpByTag:l,openTagsRegExp:new RegExp(`${c}(${o.join("|")})`,"g"),transformersByTag:i}})(t.textFormat);return(n,i)=>{const l=n.split(`
|
|
9
|
-
`),o=l.length,c=i||Fn();c.clear();for(let p=0;p<o;p++){const f=l[p],[b,y]=ul(l,p,t.multilineElement,c);b?p=y:cl(f,c,t.element,a,t.textMatch,e)}const d=c.getChildren();for(const p of d)!e&&pr(p)&&c.getChildrenSize()>1&&p.remove();Ye()!==null&&c.selectStart()}}function ul(r,e,t,a){for(const n of t){const{handleImportAfterStartMatch:i,regExpEnd:l,regExpStart:o,replace:c}=n,d=r[e].match(o);if(!d)continue;if(i){const S=i({lines:r,rootNode:a,startLineIndex:e,startMatch:d,transformer:n});if(S===null)continue;if(S)return S}const p=typeof l=="object"&&"regExp"in l?l.regExp:l,f=l&&typeof l=="object"&&"optional"in l?l.optional:!l;let b=e;const y=r.length;for(;b<y;){const S=p?r[b].match(p):null;if(!S&&(!f||f&&b<y-1)){b++;continue}if(S&&e===b&&S.index===d.index){b++;continue}const A=[];if(S&&e===b)A.push(r[e].slice(d[0].length,-S[0].length));else for(let T=e;T<=b;T++)if(T===e){const C=r[T].slice(d[0].length);A.push(C)}else if(T===b&&S){const C=r[T].slice(0,-S[0].length);A.push(C)}else A.push(r[T]);if(c(a,null,d,S,A,!0)!==!1)return[!0,b];break}}return[!1,e]}function cl(r,e,t,a,n,i){const l=g0(r),o=v0();o.append(l),e.append(o);for(const{regExp:c,replace:d}of t){const p=r.match(c);if(p&&(l.setTextContent(r.slice(p[0].length)),d(o,[l],p,!0)!==!1))break}if(m0(l,a,n),o.isAttached()&&r.length>0){const c=o.getPreviousSibling();if(!i&&(Cr(c)||cr(c)||H(c))){let d=c;if(H(c)){const p=c.getLastDescendant();d=p==null?null:Mn(p,Y)}d!=null&&d.getTextContentSize()>0&&(d.splice(d.getChildrenSize(),0,[bt(),...o.getChildren()]),o.remove())}}}const Un=/^(\s*)(\d{1,})\.\s/,Gn=/^(\s*)[-*+]\s/,hl=/^(\s*)(?:[-*+]\s)?\s?(\[(\s|x)?\])\s/i,fr=/^(#{1,6})\s/,jn=/^>\s/,Wn=/^[ \t]*```([\w-]+)?/,gr=/[ \t]*```$/,dl=/^[ \t]*```[^`]+(?:(?:`{1,2}|`{4,})[^`]+)*```(?:[^`]|$)/,ml=/^(?:\|)(.+)(?:\|)\s?$/,pl=/^(\| ?:?-*:? ?)+\|\s?$/,Oa=/^<[a-z_][\w-]*(?:\s[^<>]*)?\/?>/i,Ba=/^<\/[a-z_][\w-]*\s*>/i,La=r=>new RegExp(`(?:${r.source})$`,r.flags),$0=xs("mdListMarker",{parse:r=>typeof r=="string"&&/^[-*+]$/.test(r)?r:"-"}),Vn=r=>(e,t,a,n)=>{const i=r(a);i.append(...t),e.replace(i),n||i.select(0,0)},Yn=r=>(e,t,a,n)=>{const i=e.getPreviousSibling(),l=e.getNextSibling(),o=Te(r==="check"?a[3]==="x":void 0),c=a[0].trim()[0],d=r!=="bullet"&&r!=="check"||c!==$0.parse(c)?void 0:c;if(H(l)&&l.getListType()===r){d&&Gt(l,$0,d);const f=l.getFirstChild();f!==null?f.insertBefore(o):l.append(o),e.remove()}else if(H(i)&&i.getListType()===r)d&&Gt(i,$0,d),i.append(o),e.remove();else{const f=xe(r,r==="number"?Number(a[2]):void 0);d&&Gt(f,$0,d),f.append(o),e.replace(f)}o.append(...t),n||o.select(0,0);const p=(function(f){const b=f.match(/\t/g),y=f.match(/ /g);let S=0;return b&&(S+=b.length),y&&(S+=Math.floor(y.length/4)),S})(a[1]);p&&o.setIndent(p)},_r=(r,e,t)=>{const a=[],n=r.getChildren();let i=0;for(const l of n)if(Y(l)){if(l.getChildrenSize()===1){const f=l.getFirstChild();if(H(f)){a.push(_r(f,e,t+1));continue}}const o=" ".repeat(4*t),c=r.getListType(),d=ys(r,$0),p=c==="number"?`${r.getStart()+i}. `:c==="check"?`${d} [${l.getChecked()?"x":" "}] `:d+" ";a.push(o+p+e(l)),i++}return a.join(`
|
|
10
|
-
`)},fl={dependencies:[ds],export:(r,e)=>{if(!ps(r))return null;const t=Number(r.getTag().slice(1));return"#".repeat(t)+" "+e(r)},regExp:fr,replace:Vn(r=>{const e="h"+r[1].length;return Ss(e)}),type:"element"},gl={dependencies:[ms],export:(r,e)=>{if(!cr(r))return null;const t=e(r).split(`
|
|
11
|
-
`),a=[];for(const n of t)a.push("> "+n);return a.join(`
|
|
12
|
-
`)},regExp:jn,replace:(r,e,t,a)=>{if(a){const i=r.getPreviousSibling();if(cr(i))return i.splice(i.getChildrenSize(),0,[bt(),...e]),void r.remove()}const n=fs();n.append(...e),r.replace(n),a||n.select(0,0)},type:"element"},vl={dependencies:[zt],export:r=>{if(!Bn(r))return null;const e=r.getTextContent();return"```"+(r.getLanguage()||"")+(e?`
|
|
13
|
-
`+e:"")+"\n```"},regExpEnd:{optional:!0,regExp:gr},regExpStart:Wn,replace:(r,e,t,a,n,i)=>{let l,o;if(!e&&n){if(n.length===1)a?(l=We(),o=t[1]+n[0]):(l=We(t[1]),o=n[0].startsWith(" ")?n[0].slice(1):n[0]);else{if(l=We(t[1]),n[0].trim().length===0)for(;n.length>0&&!n[0].length;)n.shift();else n[0]=n[0].startsWith(" ")?n[0].slice(1):n[0];for(;n.length>0&&!n[n.length-1].length;)n.pop();o=n.join(`
|
|
14
|
-
`)}const c=g0(o);l.append(c),r.append(l)}else e&&Vn(c=>We(c?c[1]:void 0))(r,e,t,i)},type:"multiline-element"},bl={dependencies:[_0,x0],export:(r,e)=>H(r)?_r(r,e,0):null,regExp:Gn,replace:Yn("bullet"),type:"element"},yl={dependencies:[_0,x0],export:(r,e)=>H(r)?_r(r,e,0):null,regExp:Un,replace:Yn("number"),type:"element"},xl={format:["code"],tag:"`",type:"text-format"},wl={format:["highlight"],tag:"==",type:"text-format"},Sl={format:["bold","italic"],tag:"***",type:"text-format"},kl={format:["bold","italic"],intraword:!1,tag:"___",type:"text-format"},Al={format:["bold"],tag:"**",type:"text-format"},Tl={format:["bold"],intraword:!1,tag:"__",type:"text-format"},El={format:["strikethrough"],tag:"~~",type:"text-format"},Ml={format:["italic"],tag:"*",type:"text-format"},zl={format:["italic"],intraword:!1,tag:"_",type:"text-format"},Cl={dependencies:[Tn],export:(r,e,t)=>{if(!vs(r)||bs(r))return null;const a=r.getTitle(),n=e(r);return a?`[${n}](${r.getURL()} "${a}")`:`[${n}](${r.getURL()})`},importRegExp:/(?:\[(.+?)\])(?:\((?:([^()\s]+)(?:\s"((?:[^"]*\\")*[^"]*)"\s*)?)\))/,regExp:/(?:\[(.+?)\])(?:\((?:([^()\s]+)(?:\s"((?:[^"]*\\")*[^"]*)"\s*)?)\))$/,replace:(r,e)=>{const[,t,a,n]=e,i=gs(a,{title:n}),l=t.split("[").length-1,o=t.split("]").length-1;let c=t,d="";if(l<o)return;if(l>o){const f=t.split("[");d="["+f[0],c=f.slice(1).join("[")}const p=g0(c);return p.setFormat(r.getFormat()),i.append(p),r.replace(i),d&&i.insertBefore(g0(d)),p},trigger:")",type:"text-match"},Fl=[fl,gl,bl,yl],Il=[vl],Rl=[xl,Sl,kl,Al,Tl,wl,Ml,zl,El],Nl=[Cl],Xn=[...Fl,...Il,...Rl,...Nl];function Go(r,e=Xn,t,a=!1,n=!1){const i=a?r:(function(l,o=!1){const c=l.split(`
|
|
15
|
-
`);let d=!1;const p=[];for(let f=0;f<c.length;f++){const b=c[f].trimEnd(),y=p[p.length-1];dl.test(b)?p.push(b):Wn.test(b)||gr.test(b)?(d=!d,p.push(b)):d||b===""||y===""||!y||fr.test(y)||fr.test(b)||jn.test(b)||Un.test(b)||Gn.test(b)||hl.test(b)||ml.test(b)||pl.test(b)||!o||Oa.test(b)||Ba.test(b)||La(Ba).test(y)||La(Oa).test(y)||gr.test(y)?p.push(b):p[p.length-1]=y+" "+b.trimStart()}return p.join(`
|
|
16
|
-
`)})(r,n);return ol(e,a)(i,t)}function jo(r=Xn,e,t=!1){return(function(n,i=!1){const l=Hn(n),o=[...l.multilineElement,...l.element],c=!i,d=l.textFormat.filter(p=>p.format.length===1).sort((p,f)=>Number(p.format.includes("code"))-Number(f.format.includes("code")));return p=>{const f=[],b=(p||Fn()).getChildren();for(let y=0;y<b.length;y++){const S=b[y],A=sl(S,o,d,l.textMatch);A!=null&&f.push(c&&y>0&&!pr(S)&&!pr(b[y-1])?`
|
|
17
|
-
`.concat(A):A)}return f.join(`
|
|
18
|
-
`)}})(r,t)(e)}const Dl=r=>r==null?"-":typeof r=="string"?r.length?r:"-":typeof r=="number"||typeof r=="boolean"?String(r).toUpperCase():r instanceof Date?r.toISOString():JSON.stringify(r),Zn=r=>{const e=Ir.c(6),{defaultCode:t,isEditable:a,showLineNumbers:n,disableScroll:i}=r,l=t===void 0?"":t,o=a===void 0?!1:a,c=n===void 0?!1:n,d=i===void 0?!1:i;if(o){let f;return e[0]!==l?(f=Q.jsx(Ts,{defaultValue:l,fontFamily:"mono",fontSize:"sm",resize:"vertical",minHeight:"100%"}),e[0]=l,e[1]=f):f=e[1],f}let p;if(e[2]!==l||e[3]!==d||e[4]!==c){const f=c?l.split(`
|
|
19
|
-
`):[l];p=Q.jsx(z0,{as:"pre",margin:0,padding:"sm",fontFamily:"mono",fontSize:"sm",lineHeight:"1.5",overflowY:d?"hidden":"auto",background:"bg.muted",borderRadius:"md",width:"100%",children:c?Q.jsx(z0,{as:"code",display:"grid",gridTemplateColumns:"auto 1fr",columnGap:"sm",children:f.map(_l)}):Q.jsx(z0,{as:"code",children:l})}),e[2]=l,e[3]=d,e[4]=c,e[5]=p}else p=e[5];return p},Kn=r=>{const e=Ir.c(26),{data:t,fullWidth:a,noBorder:n,hiddenColumns:i}=r,l=a===void 0?!1:a,o=n===void 0?!1:n;let c;e[0]!==i?(c=i===void 0?[]:i,e[0]=i,e[1]=c):c=e[1];const d=c;if(!t.length){const E=o?"0":"1px";let z;e[2]===Symbol.for("react.memo_cache_sentinel")?(z=Q.jsx(W0,{textStyle:"label/S/regular",color:"fg.muted",children:"No data"}),e[2]=z):z=e[2];let F;return e[3]!==E?(F=Q.jsx(z0,{padding:"sm",borderWidth:E,borderColor:"border.muted",children:z}),e[3]=E,e[4]=F):F=e[4],F}let p;e[5]!==d?(p=new Set(d),e[5]=d,e[6]=p):p=e[6];const f=p;let b;e[7]!==t[0]?(b=Object.keys(t[0]??{}),e[7]=t[0],e[8]=b):b=e[8];let y;e[9]!==f||e[10]!==b?(y=b.filter(E=>!f.has(E)),e[9]=f,e[10]=b,e[11]=y):y=e[11];const S=y,A=l?"100%":"fit-content",T=o?"0":"1px";let C;e[12]!==S?(C=Q.jsx(Es,{children:Q.jsx(ua,{background:"bg.muted",children:S.map(Ol)})}),e[12]=S,e[13]=C):C=e[13];let w;if(e[14]!==S||e[15]!==t){let E;e[17]!==S?(E=(z,F)=>Q.jsx(ua,{children:S.map(q=>Q.jsx(zs,{paddingX:"xs",paddingY:"2xs",children:Q.jsx(W0,{textStyle:"paragraph/S/regular",children:Dl(z[q])})},`${F}-${q}`))},`${F}-${S.join("-")}`),e[17]=S,e[18]=E):E=e[18],w=t.map(E),e[14]=S,e[15]=t,e[16]=w}else w=e[16];let k;e[19]!==w?(k=Q.jsx(Cs,{children:w}),e[19]=w,e[20]=k):k=e[20];let M;return e[21]!==k||e[22]!==A||e[23]!==T||e[24]!==C?(M=Q.jsx(Fs,{overflowX:"auto",maxWidth:"100%",children:Q.jsxs(Is,{size:"sm",width:A,borderWidth:T,borderColor:"border.muted",children:[C,k]})}),e[21]=k,e[22]=A,e[23]=T,e[24]=C,e[25]=M):M=e[25],M};Zn.__docgenInfo={description:"",methods:[],displayName:"DefaultRichTextCodeEditor",props:{language:{required:!1,tsType:{name:"string"},description:""},defaultCode:{required:!1,tsType:{name:"string"},description:""},isEditable:{required:!1,tsType:{name:"boolean"},description:""},showLineNumbers:{required:!1,tsType:{name:"boolean"},description:""},disableScroll:{required:!1,tsType:{name:"boolean"},description:""}}};Kn.__docgenInfo={description:"",methods:[],displayName:"DefaultRichTextDataTable",props:{data:{required:!0,tsType:{name:"Array",elements:[{name:"Record",elements:[{name:"string"},{name:"unknown"}],raw:"Record<string, unknown>"}],raw:"RowData[]"},description:""},isReadOnly:{required:!1,tsType:{name:"boolean"},description:""},fullWidth:{required:!1,tsType:{name:"boolean"},description:""},noBorder:{required:!1,tsType:{name:"boolean"},description:""},hiddenColumns:{required:!1,tsType:{name:"Array",elements:[{name:"string"}],raw:"string[]"},description:""}}};function _l(r,e){return Q.jsxs(z0,{as:"span",display:"contents",children:[Q.jsx(W0,{as:"span",color:"fg.muted",textAlign:"right",children:e+1}),Q.jsx(W0,{as:"span",children:r.length?r:" "})]},`${e}-${r}`)}function Ol(r){return Q.jsx(Ms,{textTransform:"none",paddingX:"xs",paddingY:"2xs",children:Q.jsx(W0,{textStyle:"label/S/medium",children:r})},r)}class V0 extends Fr{__data;static getType(){return"data_table"}static clone(e){return new V0(e.__data,e.__key)}constructor(e,t){super(t),this.__data=e}getData(){return this.__data}createDOM(){return document.createElement("div")}updateDOM(){return!1}decorate(){return Q.jsx(Kn,{fullWidth:!0,isReadOnly:!0,data:this.__data})}exportJSON(){return{type:"data_table",version:1,data:this.__data}}static importJSON(e){return new V0(e.data)}getTextContent(){if(!this.__data.length)return"";const e=Object.keys(this.__data[0]),t=e.join(" | "),a=e.map(()=>"---").join(" | "),n=this.__data.map(i=>e.map(l=>String(i[l]||"")).join(" | "));return[t,a,...n].join(`
|
|
20
|
-
`)}}function qa(r){return new V0(r)}function Pa(r){return r instanceof V0}class xt extends Fr{__language;__code;static getType(){return"codeblock"}static clone(e){return new xt(e.__language,e.__code,e.__key)}constructor(e,t,a){super(a),this.__language=e,this.__code=t}createDOM(){return document.createElement("div")}updateDOM(){return!1}static importJSON(e){const{language:t,code:a}=e;return new xt(t,a)}decorate(){return Q.jsx(z0,{borderRadius:"md",overflow:"hidden",children:Q.jsx(Zn,{language:this.__language||"plaintext",defaultCode:this.__code,isEditable:!1,showLineNumbers:!0,disableScroll:!0})})}}class ye{constructor(e,t,a){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=e,this.start=t,this.end=a}static range(e,t){return t?!e||!e.loc||!t.loc||e.loc.lexer!==t.loc.lexer?null:new ye(e.loc.lexer,e.loc.start,t.loc.end):e&&e.loc}}class Ae{constructor(e,t){this.text=void 0,this.loc=void 0,this.noexpand=void 0,this.treatAsRelax=void 0,this.text=e,this.loc=t}range(e,t){return new Ae(t,ye.range(this,e))}}class N{constructor(e,t){this.name=void 0,this.position=void 0,this.length=void 0,this.rawMessage=void 0;var a="KaTeX parse error: "+e,n,i,l=t&&t.loc;if(l&&l.start<=l.end){var o=l.lexer.input;n=l.start,i=l.end,n===o.length?a+=" at end of input: ":a+=" at position "+(n+1)+": ";var c=o.slice(n,i).replace(/[^]/g,"$&̲"),d;n>15?d="…"+o.slice(n-15,n):d=o.slice(0,n);var p;i+15<o.length?p=o.slice(i,i+15)+"…":p=o.slice(i),a+=d+c+p}var f=new Error(a);return f.name="ParseError",f.__proto__=N.prototype,f.position=n,n!=null&&i!=null&&(f.length=i-n),f.rawMessage=e,f}}N.prototype.__proto__=Error.prototype;var Bl=/([A-Z])/g,Or=r=>r.replace(Bl,"-$1").toLowerCase(),Ll={"&":"&",">":">","<":"<",'"':""","'":"'"},ql=/[&><"']/g,he=r=>String(r).replace(ql,e=>Ll[e]),U0=r=>r.type==="ordgroup"||r.type==="color"?r.body.length===1?U0(r.body[0]):r:r.type==="font"?U0(r.body):r,Pl=new Set(["mathord","textord","atom"]),Ke=r=>Pl.has(U0(r).type),$l=r=>{var e=/^[\x00-\x20]*([^\\/#?]*?)(:|�*58|�*3a|&colon)/i.exec(r);return e?e[2]!==":"||!/^[a-zA-Z][a-zA-Z0-9+\-.]*$/.test(e[1])?null:e[1].toLowerCase():"_relative"},ft={displayMode:{type:"boolean",description:"Render math in display mode, which puts the math in display style (so \\int and \\sum are large, for example), and centers the math on the page on its own line.",cli:"-d, --display-mode"},output:{type:{enum:["htmlAndMathml","html","mathml"]},description:"Determines the markup language of the output.",cli:"-F, --format <type>"},leqno:{type:"boolean",description:"Render display math in leqno style (left-justified tags)."},fleqn:{type:"boolean",description:"Render display math flush left."},throwOnError:{type:"boolean",default:!0,cli:"-t, --no-throw-on-error",cliDescription:"Render errors (in the color given by --error-color) instead of throwing a ParseError exception when encountering an error."},errorColor:{type:"string",default:"#cc0000",cli:"-c, --error-color <color>",cliDescription:"A color string given in the format 'rgb' or 'rrggbb' (no #). This option determines the color of errors rendered by the -t option.",cliProcessor:r=>"#"+r},macros:{type:"object",cli:"-m, --macro <def>",cliDescription:"Define custom macro of the form '\\foo:expansion' (use multiple -m arguments for multiple macros).",cliDefault:[],cliProcessor:(r,e)=>(e.push(r),e)},minRuleThickness:{type:"number",description:"Specifies a minimum thickness, in ems, for fraction lines, `\\sqrt` top lines, `{array}` vertical lines, `\\hline`, `\\hdashline`, `\\underline`, `\\overline`, and the borders of `\\fbox`, `\\boxed`, and `\\fcolorbox`.",processor:r=>Math.max(0,r),cli:"--min-rule-thickness <size>",cliProcessor:parseFloat},colorIsTextColor:{type:"boolean",description:"Makes \\color behave like LaTeX's 2-argument \\textcolor, instead of LaTeX's one-argument \\color mode change.",cli:"-b, --color-is-text-color"},strict:{type:[{enum:["warn","ignore","error"]},"boolean","function"],description:"Turn on strict / LaTeX faithfulness mode, which throws an error if the input uses features that are not supported by LaTeX.",cli:"-S, --strict",cliDefault:!1},trust:{type:["boolean","function"],description:"Trust the input, enabling all HTML features such as \\url.",cli:"-T, --trust"},maxSize:{type:"number",default:1/0,description:"If non-zero, all user-specified sizes, e.g. in \\rule{500em}{500em}, will be capped to maxSize ems. Otherwise, elements and spaces can be arbitrarily large",processor:r=>Math.max(0,r),cli:"-s, --max-size <n>",cliProcessor:parseInt},maxExpand:{type:"number",default:1e3,description:"Limit the number of macro expansions to the specified number, to prevent e.g. infinite macro loops. If set to Infinity, the macro expander will try to fully expand as in LaTeX.",processor:r=>Math.max(0,r),cli:"-e, --max-expand <n>",cliProcessor:r=>r==="Infinity"?1/0:parseInt(r)},globalGroup:{type:"boolean",cli:!1}};function Hl(r){if(r.default)return r.default;var e=r.type,t=Array.isArray(e)?e[0]:e;if(typeof t!="string")return t.enum[0];switch(t){case"boolean":return!1;case"string":return"";case"number":return 0;case"object":return{}}}class Br{constructor(e){this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.globalGroup=void 0,e=e||{};for(var t in ft)if(ft.hasOwnProperty(t)){var a=ft[t];this[t]=e[t]!==void 0?a.processor?a.processor(e[t]):e[t]:Hl(a)}}reportNonstrict(e,t,a){var n=this.strict;if(typeof n=="function"&&(n=n(e,t,a)),!(!n||n==="ignore")){if(n===!0||n==="error")throw new N("LaTeX-incompatible input and strict mode is set to 'error': "+(t+" ["+e+"]"),a);n==="warn"?typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(t+" ["+e+"]")):typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+n+"': "+t+" ["+e+"]"))}}useStrictBehavior(e,t,a){var n=this.strict;if(typeof n=="function")try{n=n(e,t,a)}catch{n="error"}return!n||n==="ignore"?!1:n===!0||n==="error"?!0:n==="warn"?(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+(t+" ["+e+"]")),!1):(typeof console<"u"&&console.warn("LaTeX-incompatible input and strict mode is set to "+("unrecognized '"+n+"': "+t+" ["+e+"]")),!1)}isTrusted(e){if(e.url&&!e.protocol){var t=$l(e.url);if(t==null)return!1;e.protocol=t}var a=typeof this.trust=="function"?this.trust(e):this.trust;return!!a}}class t0{constructor(e,t,a){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=e,this.size=t,this.cramped=a}sup(){return _e[Ul[this.id]]}sub(){return _e[Gl[this.id]]}fracNum(){return _e[jl[this.id]]}fracDen(){return _e[Wl[this.id]]}cramp(){return _e[Vl[this.id]]}text(){return _e[Yl[this.id]]}isTight(){return this.size>=2}}var Lr=0,wt=1,C0=2,Ve=3,Y0=4,Fe=5,I0=6,ge=7,_e=[new t0(Lr,0,!1),new t0(wt,0,!0),new t0(C0,1,!1),new t0(Ve,1,!0),new t0(Y0,2,!1),new t0(Fe,2,!0),new t0(I0,3,!1),new t0(ge,3,!0)],Ul=[Y0,Fe,Y0,Fe,I0,ge,I0,ge],Gl=[Fe,Fe,Fe,Fe,ge,ge,ge,ge],jl=[C0,Ve,Y0,Fe,I0,ge,I0,ge],Wl=[Ve,Ve,Fe,Fe,ge,ge,ge,ge],Vl=[wt,wt,Ve,Ve,Fe,Fe,ge,ge],Yl=[Lr,wt,C0,Ve,C0,Ve,C0,Ve],U={DISPLAY:_e[Lr],TEXT:_e[C0],SCRIPT:_e[Y0],SCRIPTSCRIPT:_e[I0]},vr=[{name:"latin",blocks:[[256,591],[768,879]]},{name:"cyrillic",blocks:[[1024,1279]]},{name:"armenian",blocks:[[1328,1423]]},{name:"brahmic",blocks:[[2304,4255]]},{name:"georgian",blocks:[[4256,4351]]},{name:"cjk",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:"hangul",blocks:[[44032,55215]]}];function Xl(r){for(var e=0;e<vr.length;e++)for(var t=vr[e],a=0;a<t.blocks.length;a++){var n=t.blocks[a];if(r>=n[0]&&r<=n[1])return t.name}return null}var gt=[];vr.forEach(r=>r.blocks.forEach(e=>gt.push(...e)));function Jn(r){for(var e=0;e<gt.length;e+=2)if(r>=gt[e]&&r<=gt[e+1])return!0;return!1}var E0=80,Zl=function(e,t){return"M95,"+(622+e+t)+`
|
|
21
|
-
c-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14
|
|
22
|
-
c0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54
|
|
23
|
-
c44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10
|
|
24
|
-
s173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429
|
|
25
|
-
c69,-144,104.5,-217.7,106.5,-221
|
|
26
|
-
l`+e/2.075+" -"+e+`
|
|
27
|
-
c5.3,-9.3,12,-14,20,-14
|
|
28
|
-
H400000v`+(40+e)+`H845.2724
|
|
29
|
-
s-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7
|
|
30
|
-
c-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z
|
|
31
|
-
M`+(834+e)+" "+t+"h400000v"+(40+e)+"h-400000z"},Kl=function(e,t){return"M263,"+(601+e+t)+`c0.7,0,18,39.7,52,119
|
|
32
|
-
c34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120
|
|
33
|
-
c340,-704.7,510.7,-1060.3,512,-1067
|
|
34
|
-
l`+e/2.084+" -"+e+`
|
|
35
|
-
c4.7,-7.3,11,-11,19,-11
|
|
36
|
-
H40000v`+(40+e)+`H1012.3
|
|
37
|
-
s-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232
|
|
38
|
-
c-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1
|
|
39
|
-
s-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26
|
|
40
|
-
c-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z
|
|
41
|
-
M`+(1001+e)+" "+t+"h400000v"+(40+e)+"h-400000z"},Jl=function(e,t){return"M983 "+(10+e+t)+`
|
|
42
|
-
l`+e/3.13+" -"+e+`
|
|
43
|
-
c4,-6.7,10,-10,18,-10 H400000v`+(40+e)+`
|
|
44
|
-
H1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7
|
|
45
|
-
s-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744
|
|
46
|
-
c-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30
|
|
47
|
-
c26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722
|
|
48
|
-
c56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5
|
|
49
|
-
c53.7,-170.3,84.5,-266.8,92.5,-289.5z
|
|
50
|
-
M`+(1001+e)+" "+t+"h400000v"+(40+e)+"h-400000z"},Ql=function(e,t){return"M424,"+(2398+e+t)+`
|
|
51
|
-
c-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514
|
|
52
|
-
c0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20
|
|
53
|
-
s-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121
|
|
54
|
-
s209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081
|
|
55
|
-
l`+e/4.223+" -"+e+`c4,-6.7,10,-10,18,-10 H400000
|
|
56
|
-
v`+(40+e)+`H1014.6
|
|
57
|
-
s-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185
|
|
58
|
-
c-2,6,-10,9,-24,9
|
|
59
|
-
c-8,0,-12,-0.7,-12,-2z M`+(1001+e)+" "+t+`
|
|
60
|
-
h400000v`+(40+e)+"h-400000z"},e1=function(e,t){return"M473,"+(2713+e+t)+`
|
|
61
|
-
c339.3,-1799.3,509.3,-2700,510,-2702 l`+e/5.298+" -"+e+`
|
|
62
|
-
c3.3,-7.3,9.3,-11,18,-11 H400000v`+(40+e)+`H1017.7
|
|
63
|
-
s-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9
|
|
64
|
-
c-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200
|
|
65
|
-
c0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26
|
|
66
|
-
s76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,
|
|
67
|
-
606zM`+(1001+e)+" "+t+"h400000v"+(40+e)+"H1017.7z"},t1=function(e){var t=e/2;return"M400000 "+e+" H0 L"+t+" 0 l65 45 L145 "+(e-80)+" H400000z"},r1=function(e,t,a){var n=a-54-t-e;return"M702 "+(e+t)+"H400000"+(40+e)+`
|
|
68
|
-
H742v`+n+`l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1
|
|
69
|
-
h-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170
|
|
70
|
-
c-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667
|
|
71
|
-
219 661 l218 661zM702 `+t+"H400000v"+(40+e)+"H742z"},a1=function(e,t,a){t=1e3*t;var n="";switch(e){case"sqrtMain":n=Zl(t,E0);break;case"sqrtSize1":n=Kl(t,E0);break;case"sqrtSize2":n=Jl(t,E0);break;case"sqrtSize3":n=Ql(t,E0);break;case"sqrtSize4":n=e1(t,E0);break;case"sqrtTall":n=r1(t,E0,a)}return n},n1=function(e,t){switch(e){case"⎜":return"M291 0 H417 V"+t+" H291z M291 0 H417 V"+t+" H291z";case"∣":return"M145 0 H188 V"+t+" H145z M145 0 H188 V"+t+" H145z";case"∥":return"M145 0 H188 V"+t+" H145z M145 0 H188 V"+t+" H145z"+("M367 0 H410 V"+t+" H367z M367 0 H410 V"+t+" H367z");case"⎟":return"M457 0 H583 V"+t+" H457z M457 0 H583 V"+t+" H457z";case"⎢":return"M319 0 H403 V"+t+" H319z M319 0 H403 V"+t+" H319z";case"⎥":return"M263 0 H347 V"+t+" H263z M263 0 H347 V"+t+" H263z";case"⎪":return"M384 0 H504 V"+t+" H384z M384 0 H504 V"+t+" H384z";case"⏐":return"M312 0 H355 V"+t+" H312z M312 0 H355 V"+t+" H312z";case"‖":return"M257 0 H300 V"+t+" H257z M257 0 H300 V"+t+" H257z"+("M478 0 H521 V"+t+" H478z M478 0 H521 V"+t+" H478z");default:return""}},$a={doubleleftarrow:`M262 157
|
|
72
|
-
l10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3
|
|
73
|
-
0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28
|
|
74
|
-
14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5
|
|
75
|
-
c2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5
|
|
76
|
-
157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87
|
|
77
|
-
-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7
|
|
78
|
-
-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z
|
|
79
|
-
m8 0v40h399730v-40zm0 194v40h399730v-40z`,doublerightarrow:`M399738 392l
|
|
80
|
-
-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5
|
|
81
|
-
14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88
|
|
82
|
-
-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68
|
|
83
|
-
-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18
|
|
84
|
-
-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782
|
|
85
|
-
c-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3
|
|
86
|
-
-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z`,leftarrow:`M400000 241H110l3-3c68.7-52.7 113.7-120
|
|
87
|
-
135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8
|
|
88
|
-
-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247
|
|
89
|
-
c-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208
|
|
90
|
-
490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3
|
|
91
|
-
1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202
|
|
92
|
-
l-3-3h399890zM100 241v40h399900v-40z`,leftbrace:`M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117
|
|
93
|
-
-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7
|
|
94
|
-
5-6 9-10 13-.7 1-7.3 1-20 1H6z`,leftbraceunder:`M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13
|
|
95
|
-
35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688
|
|
96
|
-
0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7
|
|
97
|
-
-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z`,leftgroup:`M400000 80
|
|
98
|
-
H435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0
|
|
99
|
-
435 0h399565z`,leftgroupunder:`M400000 262
|
|
100
|
-
H435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219
|
|
101
|
-
435 219h399565z`,leftharpoon:`M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3
|
|
102
|
-
-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5
|
|
103
|
-
-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7
|
|
104
|
-
-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z`,leftharpoonplus:`M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5
|
|
105
|
-
20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3
|
|
106
|
-
-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7
|
|
107
|
-
-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z
|
|
108
|
-
m0 0v40h400000v-40z`,leftharpoondown:`M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333
|
|
109
|
-
5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5
|
|
110
|
-
1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667
|
|
111
|
-
-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z`,leftharpoondownplus:`M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12
|
|
112
|
-
10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7
|
|
113
|
-
-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0
|
|
114
|
-
v40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z`,lefthook:`M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5
|
|
115
|
-
-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3
|
|
116
|
-
-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21
|
|
117
|
-
71.5 23h399859zM103 281v-40h399897v40z`,leftlinesegment:`M40 281 V428 H0 V94 H40 V241 H400000 v40z
|
|
118
|
-
M40 281 V428 H0 V94 H40 V241 H400000 v40z`,leftmapsto:`M40 281 V448H0V74H40V241H400000v40z
|
|
119
|
-
M40 281 V448H0V74H40V241H400000v40z`,leftToFrom:`M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23
|
|
120
|
-
-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8
|
|
121
|
-
c28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3
|
|
122
|
-
68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z`,longequal:`M0 50 h400000 v40H0z m0 194h40000v40H0z
|
|
123
|
-
M0 50 h400000 v40H0z m0 194h40000v40H0z`,midbrace:`M200428 334
|
|
124
|
-
c-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14
|
|
125
|
-
-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7
|
|
126
|
-
311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11
|
|
127
|
-
12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z`,midbraceunder:`M199572 214
|
|
128
|
-
c100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14
|
|
129
|
-
53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3
|
|
130
|
-
11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0
|
|
131
|
-
-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z`,oiintSize1:`M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6
|
|
132
|
-
-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z
|
|
133
|
-
m368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8
|
|
134
|
-
60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z`,oiintSize2:`M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8
|
|
135
|
-
-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z
|
|
136
|
-
m502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2
|
|
137
|
-
c0 110 84 276 504 276s502.4-166 502.4-276z`,oiiintSize1:`M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6
|
|
138
|
-
-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z
|
|
139
|
-
m525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0
|
|
140
|
-
85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z`,oiiintSize2:`M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8
|
|
141
|
-
-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z
|
|
142
|
-
m770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1
|
|
143
|
-
c0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z`,rightarrow:`M0 241v40h399891c-47.3 35.3-84 78-110 128
|
|
144
|
-
-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20
|
|
145
|
-
11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7
|
|
146
|
-
39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85
|
|
147
|
-
-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5
|
|
148
|
-
-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67
|
|
149
|
-
151.7 139 205zm0 0v40h399900v-40z`,rightbrace:`M400000 542l
|
|
150
|
-
-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5
|
|
151
|
-
s-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1
|
|
152
|
-
c124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z`,rightbraceunder:`M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3
|
|
153
|
-
28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237
|
|
154
|
-
-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z`,rightgroup:`M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0
|
|
155
|
-
3-1 3-3v-38c-76-158-257-219-435-219H0z`,rightgroupunder:`M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18
|
|
156
|
-
0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z`,rightharpoon:`M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3
|
|
157
|
-
-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2
|
|
158
|
-
-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58
|
|
159
|
-
69.2 92 94.5zm0 0v40h399900v-40z`,rightharpoonplus:`M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11
|
|
160
|
-
-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7
|
|
161
|
-
2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z
|
|
162
|
-
m0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z`,rightharpoondown:`M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8
|
|
163
|
-
8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5
|
|
164
|
-
-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95
|
|
165
|
-
-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z`,rightharpoondownplus:`M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8
|
|
166
|
-
15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3
|
|
167
|
-
8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3
|
|
168
|
-
-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z
|
|
169
|
-
m0-194v40h400000v-40zm0 0v40h400000v-40z`,righthook:`M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3
|
|
170
|
-
15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0
|
|
171
|
-
-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21
|
|
172
|
-
66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z`,rightlinesegment:`M399960 241 V94 h40 V428 h-40 V281 H0 v-40z
|
|
173
|
-
M399960 241 V94 h40 V428 h-40 V281 H0 v-40z`,rightToFrom:`M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23
|
|
174
|
-
1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32
|
|
175
|
-
-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142
|
|
176
|
-
-167z M100 147v40h399900v-40zM0 341v40h399900v-40z`,twoheadleftarrow:`M0 167c68 40
|
|
177
|
-
115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69
|
|
178
|
-
-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3
|
|
179
|
-
-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19
|
|
180
|
-
-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101
|
|
181
|
-
10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z`,twoheadrightarrow:`M400000 167
|
|
182
|
-
c-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3
|
|
183
|
-
41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42
|
|
184
|
-
18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333
|
|
185
|
-
-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70
|
|
186
|
-
101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z`,tilde1:`M200 55.538c-77 0-168 73.953-177 73.953-3 0-7
|
|
187
|
-
-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0
|
|
188
|
-
114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0
|
|
189
|
-
4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128
|
|
190
|
-
-68.267.847-113-73.952-191-73.952z`,tilde2:`M344 55.266c-142 0-300.638 81.316-311.5 86.418
|
|
191
|
-
-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9
|
|
192
|
-
31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114
|
|
193
|
-
c1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751
|
|
194
|
-
181.476 676 181.476c-149 0-189-126.21-332-126.21z`,tilde3:`M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457
|
|
195
|
-
-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0
|
|
196
|
-
411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697
|
|
197
|
-
16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696
|
|
198
|
-
-338 0-409-156.573-744-156.573z`,tilde4:`M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345
|
|
199
|
-
-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409
|
|
200
|
-
177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9
|
|
201
|
-
14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409
|
|
202
|
-
-175.236-744-175.236z`,vec:`M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5
|
|
203
|
-
3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11
|
|
204
|
-
10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63
|
|
205
|
-
-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1
|
|
206
|
-
-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59
|
|
207
|
-
H213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359
|
|
208
|
-
c-16-25.333-24-45-24-59z`,widehat1:`M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22
|
|
209
|
-
c-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z`,widehat2:`M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10
|
|
210
|
-
-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z`,widehat3:`M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10
|
|
211
|
-
-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z`,widehat4:`M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10
|
|
212
|
-
-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z`,widecheck1:`M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,
|
|
213
|
-
-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z`,widecheck2:`M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,
|
|
214
|
-
-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z`,widecheck3:`M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,
|
|
215
|
-
-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z`,widecheck4:`M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,
|
|
216
|
-
-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z`,baraboveleftarrow:`M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202
|
|
217
|
-
c4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5
|
|
218
|
-
c-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130
|
|
219
|
-
s-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47
|
|
220
|
-
121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6
|
|
221
|
-
s2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11
|
|
222
|
-
c0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z
|
|
223
|
-
M100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z`,rightarrowabovebar:`M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32
|
|
224
|
-
-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0
|
|
225
|
-
13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39
|
|
226
|
-
-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5
|
|
227
|
-
-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5
|
|
228
|
-
-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67
|
|
229
|
-
151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z`,baraboveshortleftharpoon:`M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11
|
|
230
|
-
c1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17
|
|
231
|
-
c2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21
|
|
232
|
-
c-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40
|
|
233
|
-
c-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z
|
|
234
|
-
M0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z`,rightharpoonaboveshortbar:`M0,241 l0,40c399126,0,399993,0,399993,0
|
|
235
|
-
c4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,
|
|
236
|
-
-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6
|
|
237
|
-
c-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z
|
|
238
|
-
M0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z`,shortbaraboveleftharpoon:`M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11
|
|
239
|
-
c1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,
|
|
240
|
-
1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,
|
|
241
|
-
-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z
|
|
242
|
-
M93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z`,shortrightharpoonabovebar:`M53,241l0,40c398570,0,399437,0,399437,0
|
|
243
|
-
c4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,
|
|
244
|
-
-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6
|
|
245
|
-
c-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z
|
|
246
|
-
M500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z`},i1=function(e,t){switch(e){case"lbrack":return"M403 1759 V84 H666 V0 H319 V1759 v"+t+` v1759 h347 v-84
|
|
247
|
-
H403z M403 1759 V0 H319 V1759 v`+t+" v1759 h84z";case"rbrack":return"M347 1759 V0 H0 V84 H263 V1759 v"+t+` v1759 H0 v84 H347z
|
|
248
|
-
M347 1759 V0 H263 V1759 v`+t+" v1759 h84z";case"vert":return"M145 15 v585 v"+t+` v585 c2.667,10,9.667,15,21,15
|
|
249
|
-
c10,0,16.667,-5,20,-15 v-585 v`+-t+` v-585 c-2.667,-10,-9.667,-15,-21,-15
|
|
250
|
-
c-10,0,-16.667,5,-20,15z M188 15 H145 v585 v`+t+" v585 h43z";case"doublevert":return"M145 15 v585 v"+t+` v585 c2.667,10,9.667,15,21,15
|
|
251
|
-
c10,0,16.667,-5,20,-15 v-585 v`+-t+` v-585 c-2.667,-10,-9.667,-15,-21,-15
|
|
252
|
-
c-10,0,-16.667,5,-20,15z M188 15 H145 v585 v`+t+` v585 h43z
|
|
253
|
-
M367 15 v585 v`+t+` v585 c2.667,10,9.667,15,21,15
|
|
254
|
-
c10,0,16.667,-5,20,-15 v-585 v`+-t+` v-585 c-2.667,-10,-9.667,-15,-21,-15
|
|
255
|
-
c-10,0,-16.667,5,-20,15z M410 15 H367 v585 v`+t+" v585 h43z";case"lfloor":return"M319 602 V0 H403 V602 v"+t+` v1715 h263 v84 H319z
|
|
256
|
-
MM319 602 V0 H403 V602 v`+t+" v1715 H319z";case"rfloor":return"M319 602 V0 H403 V602 v"+t+` v1799 H0 v-84 H319z
|
|
257
|
-
MM319 602 V0 H403 V602 v`+t+" v1715 H319z";case"lceil":return"M403 1759 V84 H666 V0 H319 V1759 v"+t+` v602 h84z
|
|
258
|
-
M403 1759 V0 H319 V1759 v`+t+" v602 h84z";case"rceil":return"M347 1759 V0 H0 V84 H263 V1759 v"+t+` v602 h84z
|
|
259
|
-
M347 1759 V0 h-84 V1759 v`+t+" v602 h84z";case"lparen":return`M863,9c0,-2,-2,-5,-6,-9c0,0,-17,0,-17,0c-12.7,0,-19.3,0.3,-20,1
|
|
260
|
-
c-5.3,5.3,-10.3,11,-15,17c-242.7,294.7,-395.3,682,-458,1162c-21.3,163.3,-33.3,349,
|
|
261
|
-
-36,557 l0,`+(t+84)+`c0.2,6,0,26,0,60c2,159.3,10,310.7,24,454c53.3,528,210,
|
|
262
|
-
949.7,470,1265c4.7,6,9.7,11.7,15,17c0.7,0.7,7,1,19,1c0,0,18,0,18,0c4,-4,6,-7,6,-9
|
|
263
|
-
c0,-2.7,-3.3,-8.7,-10,-18c-135.3,-192.7,-235.5,-414.3,-300.5,-665c-65,-250.7,-102.5,
|
|
264
|
-
-544.7,-112.5,-882c-2,-104,-3,-167,-3,-189
|
|
265
|
-
l0,-`+(t+92)+`c0,-162.7,5.7,-314,17,-454c20.7,-272,63.7,-513,129,-723c65.3,
|
|
266
|
-
-210,155.3,-396.3,270,-559c6.7,-9.3,10,-15.3,10,-18z`;case"rparen":return`M76,0c-16.7,0,-25,3,-25,9c0,2,2,6.3,6,13c21.3,28.7,42.3,60.3,
|
|
267
|
-
63,95c96.7,156.7,172.8,332.5,228.5,527.5c55.7,195,92.8,416.5,111.5,664.5
|
|
268
|
-
c11.3,139.3,17,290.7,17,454c0,28,1.7,43,3.3,45l0,`+(t+9)+`
|
|
269
|
-
c-3,4,-3.3,16.7,-3.3,38c0,162,-5.7,313.7,-17,455c-18.7,248,-55.8,469.3,-111.5,664
|
|
270
|
-
c-55.7,194.7,-131.8,370.3,-228.5,527c-20.7,34.7,-41.7,66.3,-63,95c-2,3.3,-4,7,-6,11
|
|
271
|
-
c0,7.3,5.7,11,17,11c0,0,11,0,11,0c9.3,0,14.3,-0.3,15,-1c5.3,-5.3,10.3,-11,15,-17
|
|
272
|
-
c242.7,-294.7,395.3,-681.7,458,-1161c21.3,-164.7,33.3,-350.7,36,-558
|
|
273
|
-
l0,-`+(t+144)+`c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
|
|
274
|
-
-470,-1265c-4.7,-6,-9.7,-11.7,-15,-17c-0.7,-0.7,-6.7,-1,-18,-1z`;default:throw new Error("Unknown stretchy delimiter.")}};class K0{constructor(e){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=e,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}hasClass(e){return this.classes.includes(e)}toNode(){for(var e=document.createDocumentFragment(),t=0;t<this.children.length;t++)e.appendChild(this.children[t].toNode());return e}toMarkup(){for(var e="",t=0;t<this.children.length;t++)e+=this.children[t].toMarkup();return e}toText(){var e=t=>t.toText();return this.children.map(e).join("")}}var Be={"AMS-Regular":{32:[0,0,0,0,.25],65:[0,.68889,0,0,.72222],66:[0,.68889,0,0,.66667],67:[0,.68889,0,0,.72222],68:[0,.68889,0,0,.72222],69:[0,.68889,0,0,.66667],70:[0,.68889,0,0,.61111],71:[0,.68889,0,0,.77778],72:[0,.68889,0,0,.77778],73:[0,.68889,0,0,.38889],74:[.16667,.68889,0,0,.5],75:[0,.68889,0,0,.77778],76:[0,.68889,0,0,.66667],77:[0,.68889,0,0,.94445],78:[0,.68889,0,0,.72222],79:[.16667,.68889,0,0,.77778],80:[0,.68889,0,0,.61111],81:[.16667,.68889,0,0,.77778],82:[0,.68889,0,0,.72222],83:[0,.68889,0,0,.55556],84:[0,.68889,0,0,.66667],85:[0,.68889,0,0,.72222],86:[0,.68889,0,0,.72222],87:[0,.68889,0,0,1],88:[0,.68889,0,0,.72222],89:[0,.68889,0,0,.72222],90:[0,.68889,0,0,.66667],107:[0,.68889,0,0,.55556],160:[0,0,0,0,.25],165:[0,.675,.025,0,.75],174:[.15559,.69224,0,0,.94666],240:[0,.68889,0,0,.55556],295:[0,.68889,0,0,.54028],710:[0,.825,0,0,2.33334],732:[0,.9,0,0,2.33334],770:[0,.825,0,0,2.33334],771:[0,.9,0,0,2.33334],989:[.08167,.58167,0,0,.77778],1008:[0,.43056,.04028,0,.66667],8245:[0,.54986,0,0,.275],8463:[0,.68889,0,0,.54028],8487:[0,.68889,0,0,.72222],8498:[0,.68889,0,0,.55556],8502:[0,.68889,0,0,.66667],8503:[0,.68889,0,0,.44445],8504:[0,.68889,0,0,.66667],8513:[0,.68889,0,0,.63889],8592:[-.03598,.46402,0,0,.5],8594:[-.03598,.46402,0,0,.5],8602:[-.13313,.36687,0,0,1],8603:[-.13313,.36687,0,0,1],8606:[.01354,.52239,0,0,1],8608:[.01354,.52239,0,0,1],8610:[.01354,.52239,0,0,1.11111],8611:[.01354,.52239,0,0,1.11111],8619:[0,.54986,0,0,1],8620:[0,.54986,0,0,1],8621:[-.13313,.37788,0,0,1.38889],8622:[-.13313,.36687,0,0,1],8624:[0,.69224,0,0,.5],8625:[0,.69224,0,0,.5],8630:[0,.43056,0,0,1],8631:[0,.43056,0,0,1],8634:[.08198,.58198,0,0,.77778],8635:[.08198,.58198,0,0,.77778],8638:[.19444,.69224,0,0,.41667],8639:[.19444,.69224,0,0,.41667],8642:[.19444,.69224,0,0,.41667],8643:[.19444,.69224,0,0,.41667],8644:[.1808,.675,0,0,1],8646:[.1808,.675,0,0,1],8647:[.1808,.675,0,0,1],8648:[.19444,.69224,0,0,.83334],8649:[.1808,.675,0,0,1],8650:[.19444,.69224,0,0,.83334],8651:[.01354,.52239,0,0,1],8652:[.01354,.52239,0,0,1],8653:[-.13313,.36687,0,0,1],8654:[-.13313,.36687,0,0,1],8655:[-.13313,.36687,0,0,1],8666:[.13667,.63667,0,0,1],8667:[.13667,.63667,0,0,1],8669:[-.13313,.37788,0,0,1],8672:[-.064,.437,0,0,1.334],8674:[-.064,.437,0,0,1.334],8705:[0,.825,0,0,.5],8708:[0,.68889,0,0,.55556],8709:[.08167,.58167,0,0,.77778],8717:[0,.43056,0,0,.42917],8722:[-.03598,.46402,0,0,.5],8724:[.08198,.69224,0,0,.77778],8726:[.08167,.58167,0,0,.77778],8733:[0,.69224,0,0,.77778],8736:[0,.69224,0,0,.72222],8737:[0,.69224,0,0,.72222],8738:[.03517,.52239,0,0,.72222],8739:[.08167,.58167,0,0,.22222],8740:[.25142,.74111,0,0,.27778],8741:[.08167,.58167,0,0,.38889],8742:[.25142,.74111,0,0,.5],8756:[0,.69224,0,0,.66667],8757:[0,.69224,0,0,.66667],8764:[-.13313,.36687,0,0,.77778],8765:[-.13313,.37788,0,0,.77778],8769:[-.13313,.36687,0,0,.77778],8770:[-.03625,.46375,0,0,.77778],8774:[.30274,.79383,0,0,.77778],8776:[-.01688,.48312,0,0,.77778],8778:[.08167,.58167,0,0,.77778],8782:[.06062,.54986,0,0,.77778],8783:[.06062,.54986,0,0,.77778],8785:[.08198,.58198,0,0,.77778],8786:[.08198,.58198,0,0,.77778],8787:[.08198,.58198,0,0,.77778],8790:[0,.69224,0,0,.77778],8791:[.22958,.72958,0,0,.77778],8796:[.08198,.91667,0,0,.77778],8806:[.25583,.75583,0,0,.77778],8807:[.25583,.75583,0,0,.77778],8808:[.25142,.75726,0,0,.77778],8809:[.25142,.75726,0,0,.77778],8812:[.25583,.75583,0,0,.5],8814:[.20576,.70576,0,0,.77778],8815:[.20576,.70576,0,0,.77778],8816:[.30274,.79383,0,0,.77778],8817:[.30274,.79383,0,0,.77778],8818:[.22958,.72958,0,0,.77778],8819:[.22958,.72958,0,0,.77778],8822:[.1808,.675,0,0,.77778],8823:[.1808,.675,0,0,.77778],8828:[.13667,.63667,0,0,.77778],8829:[.13667,.63667,0,0,.77778],8830:[.22958,.72958,0,0,.77778],8831:[.22958,.72958,0,0,.77778],8832:[.20576,.70576,0,0,.77778],8833:[.20576,.70576,0,0,.77778],8840:[.30274,.79383,0,0,.77778],8841:[.30274,.79383,0,0,.77778],8842:[.13597,.63597,0,0,.77778],8843:[.13597,.63597,0,0,.77778],8847:[.03517,.54986,0,0,.77778],8848:[.03517,.54986,0,0,.77778],8858:[.08198,.58198,0,0,.77778],8859:[.08198,.58198,0,0,.77778],8861:[.08198,.58198,0,0,.77778],8862:[0,.675,0,0,.77778],8863:[0,.675,0,0,.77778],8864:[0,.675,0,0,.77778],8865:[0,.675,0,0,.77778],8872:[0,.69224,0,0,.61111],8873:[0,.69224,0,0,.72222],8874:[0,.69224,0,0,.88889],8876:[0,.68889,0,0,.61111],8877:[0,.68889,0,0,.61111],8878:[0,.68889,0,0,.72222],8879:[0,.68889,0,0,.72222],8882:[.03517,.54986,0,0,.77778],8883:[.03517,.54986,0,0,.77778],8884:[.13667,.63667,0,0,.77778],8885:[.13667,.63667,0,0,.77778],8888:[0,.54986,0,0,1.11111],8890:[.19444,.43056,0,0,.55556],8891:[.19444,.69224,0,0,.61111],8892:[.19444,.69224,0,0,.61111],8901:[0,.54986,0,0,.27778],8903:[.08167,.58167,0,0,.77778],8905:[.08167,.58167,0,0,.77778],8906:[.08167,.58167,0,0,.77778],8907:[0,.69224,0,0,.77778],8908:[0,.69224,0,0,.77778],8909:[-.03598,.46402,0,0,.77778],8910:[0,.54986,0,0,.76042],8911:[0,.54986,0,0,.76042],8912:[.03517,.54986,0,0,.77778],8913:[.03517,.54986,0,0,.77778],8914:[0,.54986,0,0,.66667],8915:[0,.54986,0,0,.66667],8916:[0,.69224,0,0,.66667],8918:[.0391,.5391,0,0,.77778],8919:[.0391,.5391,0,0,.77778],8920:[.03517,.54986,0,0,1.33334],8921:[.03517,.54986,0,0,1.33334],8922:[.38569,.88569,0,0,.77778],8923:[.38569,.88569,0,0,.77778],8926:[.13667,.63667,0,0,.77778],8927:[.13667,.63667,0,0,.77778],8928:[.30274,.79383,0,0,.77778],8929:[.30274,.79383,0,0,.77778],8934:[.23222,.74111,0,0,.77778],8935:[.23222,.74111,0,0,.77778],8936:[.23222,.74111,0,0,.77778],8937:[.23222,.74111,0,0,.77778],8938:[.20576,.70576,0,0,.77778],8939:[.20576,.70576,0,0,.77778],8940:[.30274,.79383,0,0,.77778],8941:[.30274,.79383,0,0,.77778],8994:[.19444,.69224,0,0,.77778],8995:[.19444,.69224,0,0,.77778],9416:[.15559,.69224,0,0,.90222],9484:[0,.69224,0,0,.5],9488:[0,.69224,0,0,.5],9492:[0,.37788,0,0,.5],9496:[0,.37788,0,0,.5],9585:[.19444,.68889,0,0,.88889],9586:[.19444,.74111,0,0,.88889],9632:[0,.675,0,0,.77778],9633:[0,.675,0,0,.77778],9650:[0,.54986,0,0,.72222],9651:[0,.54986,0,0,.72222],9654:[.03517,.54986,0,0,.77778],9660:[0,.54986,0,0,.72222],9661:[0,.54986,0,0,.72222],9664:[.03517,.54986,0,0,.77778],9674:[.11111,.69224,0,0,.66667],9733:[.19444,.69224,0,0,.94445],10003:[0,.69224,0,0,.83334],10016:[0,.69224,0,0,.83334],10731:[.11111,.69224,0,0,.66667],10846:[.19444,.75583,0,0,.61111],10877:[.13667,.63667,0,0,.77778],10878:[.13667,.63667,0,0,.77778],10885:[.25583,.75583,0,0,.77778],10886:[.25583,.75583,0,0,.77778],10887:[.13597,.63597,0,0,.77778],10888:[.13597,.63597,0,0,.77778],10889:[.26167,.75726,0,0,.77778],10890:[.26167,.75726,0,0,.77778],10891:[.48256,.98256,0,0,.77778],10892:[.48256,.98256,0,0,.77778],10901:[.13667,.63667,0,0,.77778],10902:[.13667,.63667,0,0,.77778],10933:[.25142,.75726,0,0,.77778],10934:[.25142,.75726,0,0,.77778],10935:[.26167,.75726,0,0,.77778],10936:[.26167,.75726,0,0,.77778],10937:[.26167,.75726,0,0,.77778],10938:[.26167,.75726,0,0,.77778],10949:[.25583,.75583,0,0,.77778],10950:[.25583,.75583,0,0,.77778],10955:[.28481,.79383,0,0,.77778],10956:[.28481,.79383,0,0,.77778],57350:[.08167,.58167,0,0,.22222],57351:[.08167,.58167,0,0,.38889],57352:[.08167,.58167,0,0,.77778],57353:[0,.43056,.04028,0,.66667],57356:[.25142,.75726,0,0,.77778],57357:[.25142,.75726,0,0,.77778],57358:[.41951,.91951,0,0,.77778],57359:[.30274,.79383,0,0,.77778],57360:[.30274,.79383,0,0,.77778],57361:[.41951,.91951,0,0,.77778],57366:[.25142,.75726,0,0,.77778],57367:[.25142,.75726,0,0,.77778],57368:[.25142,.75726,0,0,.77778],57369:[.25142,.75726,0,0,.77778],57370:[.13597,.63597,0,0,.77778],57371:[.13597,.63597,0,0,.77778]},"Caligraphic-Regular":{32:[0,0,0,0,.25],65:[0,.68333,0,.19445,.79847],66:[0,.68333,.03041,.13889,.65681],67:[0,.68333,.05834,.13889,.52653],68:[0,.68333,.02778,.08334,.77139],69:[0,.68333,.08944,.11111,.52778],70:[0,.68333,.09931,.11111,.71875],71:[.09722,.68333,.0593,.11111,.59487],72:[0,.68333,.00965,.11111,.84452],73:[0,.68333,.07382,0,.54452],74:[.09722,.68333,.18472,.16667,.67778],75:[0,.68333,.01445,.05556,.76195],76:[0,.68333,0,.13889,.68972],77:[0,.68333,0,.13889,1.2009],78:[0,.68333,.14736,.08334,.82049],79:[0,.68333,.02778,.11111,.79611],80:[0,.68333,.08222,.08334,.69556],81:[.09722,.68333,0,.11111,.81667],82:[0,.68333,0,.08334,.8475],83:[0,.68333,.075,.13889,.60556],84:[0,.68333,.25417,0,.54464],85:[0,.68333,.09931,.08334,.62583],86:[0,.68333,.08222,0,.61278],87:[0,.68333,.08222,.08334,.98778],88:[0,.68333,.14643,.13889,.7133],89:[.09722,.68333,.08222,.08334,.66834],90:[0,.68333,.07944,.13889,.72473],160:[0,0,0,0,.25]},"Fraktur-Regular":{32:[0,0,0,0,.25],33:[0,.69141,0,0,.29574],34:[0,.69141,0,0,.21471],38:[0,.69141,0,0,.73786],39:[0,.69141,0,0,.21201],40:[.24982,.74947,0,0,.38865],41:[.24982,.74947,0,0,.38865],42:[0,.62119,0,0,.27764],43:[.08319,.58283,0,0,.75623],44:[0,.10803,0,0,.27764],45:[.08319,.58283,0,0,.75623],46:[0,.10803,0,0,.27764],47:[.24982,.74947,0,0,.50181],48:[0,.47534,0,0,.50181],49:[0,.47534,0,0,.50181],50:[0,.47534,0,0,.50181],51:[.18906,.47534,0,0,.50181],52:[.18906,.47534,0,0,.50181],53:[.18906,.47534,0,0,.50181],54:[0,.69141,0,0,.50181],55:[.18906,.47534,0,0,.50181],56:[0,.69141,0,0,.50181],57:[.18906,.47534,0,0,.50181],58:[0,.47534,0,0,.21606],59:[.12604,.47534,0,0,.21606],61:[-.13099,.36866,0,0,.75623],63:[0,.69141,0,0,.36245],65:[0,.69141,0,0,.7176],66:[0,.69141,0,0,.88397],67:[0,.69141,0,0,.61254],68:[0,.69141,0,0,.83158],69:[0,.69141,0,0,.66278],70:[.12604,.69141,0,0,.61119],71:[0,.69141,0,0,.78539],72:[.06302,.69141,0,0,.7203],73:[0,.69141,0,0,.55448],74:[.12604,.69141,0,0,.55231],75:[0,.69141,0,0,.66845],76:[0,.69141,0,0,.66602],77:[0,.69141,0,0,1.04953],78:[0,.69141,0,0,.83212],79:[0,.69141,0,0,.82699],80:[.18906,.69141,0,0,.82753],81:[.03781,.69141,0,0,.82699],82:[0,.69141,0,0,.82807],83:[0,.69141,0,0,.82861],84:[0,.69141,0,0,.66899],85:[0,.69141,0,0,.64576],86:[0,.69141,0,0,.83131],87:[0,.69141,0,0,1.04602],88:[0,.69141,0,0,.71922],89:[.18906,.69141,0,0,.83293],90:[.12604,.69141,0,0,.60201],91:[.24982,.74947,0,0,.27764],93:[.24982,.74947,0,0,.27764],94:[0,.69141,0,0,.49965],97:[0,.47534,0,0,.50046],98:[0,.69141,0,0,.51315],99:[0,.47534,0,0,.38946],100:[0,.62119,0,0,.49857],101:[0,.47534,0,0,.40053],102:[.18906,.69141,0,0,.32626],103:[.18906,.47534,0,0,.5037],104:[.18906,.69141,0,0,.52126],105:[0,.69141,0,0,.27899],106:[0,.69141,0,0,.28088],107:[0,.69141,0,0,.38946],108:[0,.69141,0,0,.27953],109:[0,.47534,0,0,.76676],110:[0,.47534,0,0,.52666],111:[0,.47534,0,0,.48885],112:[.18906,.52396,0,0,.50046],113:[.18906,.47534,0,0,.48912],114:[0,.47534,0,0,.38919],115:[0,.47534,0,0,.44266],116:[0,.62119,0,0,.33301],117:[0,.47534,0,0,.5172],118:[0,.52396,0,0,.5118],119:[0,.52396,0,0,.77351],120:[.18906,.47534,0,0,.38865],121:[.18906,.47534,0,0,.49884],122:[.18906,.47534,0,0,.39054],160:[0,0,0,0,.25],8216:[0,.69141,0,0,.21471],8217:[0,.69141,0,0,.21471],58112:[0,.62119,0,0,.49749],58113:[0,.62119,0,0,.4983],58114:[.18906,.69141,0,0,.33328],58115:[.18906,.69141,0,0,.32923],58116:[.18906,.47534,0,0,.50343],58117:[0,.69141,0,0,.33301],58118:[0,.62119,0,0,.33409],58119:[0,.47534,0,0,.50073]},"Main-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.35],34:[0,.69444,0,0,.60278],35:[.19444,.69444,0,0,.95833],36:[.05556,.75,0,0,.575],37:[.05556,.75,0,0,.95833],38:[0,.69444,0,0,.89444],39:[0,.69444,0,0,.31944],40:[.25,.75,0,0,.44722],41:[.25,.75,0,0,.44722],42:[0,.75,0,0,.575],43:[.13333,.63333,0,0,.89444],44:[.19444,.15556,0,0,.31944],45:[0,.44444,0,0,.38333],46:[0,.15556,0,0,.31944],47:[.25,.75,0,0,.575],48:[0,.64444,0,0,.575],49:[0,.64444,0,0,.575],50:[0,.64444,0,0,.575],51:[0,.64444,0,0,.575],52:[0,.64444,0,0,.575],53:[0,.64444,0,0,.575],54:[0,.64444,0,0,.575],55:[0,.64444,0,0,.575],56:[0,.64444,0,0,.575],57:[0,.64444,0,0,.575],58:[0,.44444,0,0,.31944],59:[.19444,.44444,0,0,.31944],60:[.08556,.58556,0,0,.89444],61:[-.10889,.39111,0,0,.89444],62:[.08556,.58556,0,0,.89444],63:[0,.69444,0,0,.54305],64:[0,.69444,0,0,.89444],65:[0,.68611,0,0,.86944],66:[0,.68611,0,0,.81805],67:[0,.68611,0,0,.83055],68:[0,.68611,0,0,.88194],69:[0,.68611,0,0,.75555],70:[0,.68611,0,0,.72361],71:[0,.68611,0,0,.90416],72:[0,.68611,0,0,.9],73:[0,.68611,0,0,.43611],74:[0,.68611,0,0,.59444],75:[0,.68611,0,0,.90138],76:[0,.68611,0,0,.69166],77:[0,.68611,0,0,1.09166],78:[0,.68611,0,0,.9],79:[0,.68611,0,0,.86388],80:[0,.68611,0,0,.78611],81:[.19444,.68611,0,0,.86388],82:[0,.68611,0,0,.8625],83:[0,.68611,0,0,.63889],84:[0,.68611,0,0,.8],85:[0,.68611,0,0,.88472],86:[0,.68611,.01597,0,.86944],87:[0,.68611,.01597,0,1.18888],88:[0,.68611,0,0,.86944],89:[0,.68611,.02875,0,.86944],90:[0,.68611,0,0,.70277],91:[.25,.75,0,0,.31944],92:[.25,.75,0,0,.575],93:[.25,.75,0,0,.31944],94:[0,.69444,0,0,.575],95:[.31,.13444,.03194,0,.575],97:[0,.44444,0,0,.55902],98:[0,.69444,0,0,.63889],99:[0,.44444,0,0,.51111],100:[0,.69444,0,0,.63889],101:[0,.44444,0,0,.52708],102:[0,.69444,.10903,0,.35139],103:[.19444,.44444,.01597,0,.575],104:[0,.69444,0,0,.63889],105:[0,.69444,0,0,.31944],106:[.19444,.69444,0,0,.35139],107:[0,.69444,0,0,.60694],108:[0,.69444,0,0,.31944],109:[0,.44444,0,0,.95833],110:[0,.44444,0,0,.63889],111:[0,.44444,0,0,.575],112:[.19444,.44444,0,0,.63889],113:[.19444,.44444,0,0,.60694],114:[0,.44444,0,0,.47361],115:[0,.44444,0,0,.45361],116:[0,.63492,0,0,.44722],117:[0,.44444,0,0,.63889],118:[0,.44444,.01597,0,.60694],119:[0,.44444,.01597,0,.83055],120:[0,.44444,0,0,.60694],121:[.19444,.44444,.01597,0,.60694],122:[0,.44444,0,0,.51111],123:[.25,.75,0,0,.575],124:[.25,.75,0,0,.31944],125:[.25,.75,0,0,.575],126:[.35,.34444,0,0,.575],160:[0,0,0,0,.25],163:[0,.69444,0,0,.86853],168:[0,.69444,0,0,.575],172:[0,.44444,0,0,.76666],176:[0,.69444,0,0,.86944],177:[.13333,.63333,0,0,.89444],184:[.17014,0,0,0,.51111],198:[0,.68611,0,0,1.04166],215:[.13333,.63333,0,0,.89444],216:[.04861,.73472,0,0,.89444],223:[0,.69444,0,0,.59722],230:[0,.44444,0,0,.83055],247:[.13333,.63333,0,0,.89444],248:[.09722,.54167,0,0,.575],305:[0,.44444,0,0,.31944],338:[0,.68611,0,0,1.16944],339:[0,.44444,0,0,.89444],567:[.19444,.44444,0,0,.35139],710:[0,.69444,0,0,.575],711:[0,.63194,0,0,.575],713:[0,.59611,0,0,.575],714:[0,.69444,0,0,.575],715:[0,.69444,0,0,.575],728:[0,.69444,0,0,.575],729:[0,.69444,0,0,.31944],730:[0,.69444,0,0,.86944],732:[0,.69444,0,0,.575],733:[0,.69444,0,0,.575],915:[0,.68611,0,0,.69166],916:[0,.68611,0,0,.95833],920:[0,.68611,0,0,.89444],923:[0,.68611,0,0,.80555],926:[0,.68611,0,0,.76666],928:[0,.68611,0,0,.9],931:[0,.68611,0,0,.83055],933:[0,.68611,0,0,.89444],934:[0,.68611,0,0,.83055],936:[0,.68611,0,0,.89444],937:[0,.68611,0,0,.83055],8211:[0,.44444,.03194,0,.575],8212:[0,.44444,.03194,0,1.14999],8216:[0,.69444,0,0,.31944],8217:[0,.69444,0,0,.31944],8220:[0,.69444,0,0,.60278],8221:[0,.69444,0,0,.60278],8224:[.19444,.69444,0,0,.51111],8225:[.19444,.69444,0,0,.51111],8242:[0,.55556,0,0,.34444],8407:[0,.72444,.15486,0,.575],8463:[0,.69444,0,0,.66759],8465:[0,.69444,0,0,.83055],8467:[0,.69444,0,0,.47361],8472:[.19444,.44444,0,0,.74027],8476:[0,.69444,0,0,.83055],8501:[0,.69444,0,0,.70277],8592:[-.10889,.39111,0,0,1.14999],8593:[.19444,.69444,0,0,.575],8594:[-.10889,.39111,0,0,1.14999],8595:[.19444,.69444,0,0,.575],8596:[-.10889,.39111,0,0,1.14999],8597:[.25,.75,0,0,.575],8598:[.19444,.69444,0,0,1.14999],8599:[.19444,.69444,0,0,1.14999],8600:[.19444,.69444,0,0,1.14999],8601:[.19444,.69444,0,0,1.14999],8636:[-.10889,.39111,0,0,1.14999],8637:[-.10889,.39111,0,0,1.14999],8640:[-.10889,.39111,0,0,1.14999],8641:[-.10889,.39111,0,0,1.14999],8656:[-.10889,.39111,0,0,1.14999],8657:[.19444,.69444,0,0,.70277],8658:[-.10889,.39111,0,0,1.14999],8659:[.19444,.69444,0,0,.70277],8660:[-.10889,.39111,0,0,1.14999],8661:[.25,.75,0,0,.70277],8704:[0,.69444,0,0,.63889],8706:[0,.69444,.06389,0,.62847],8707:[0,.69444,0,0,.63889],8709:[.05556,.75,0,0,.575],8711:[0,.68611,0,0,.95833],8712:[.08556,.58556,0,0,.76666],8715:[.08556,.58556,0,0,.76666],8722:[.13333,.63333,0,0,.89444],8723:[.13333,.63333,0,0,.89444],8725:[.25,.75,0,0,.575],8726:[.25,.75,0,0,.575],8727:[-.02778,.47222,0,0,.575],8728:[-.02639,.47361,0,0,.575],8729:[-.02639,.47361,0,0,.575],8730:[.18,.82,0,0,.95833],8733:[0,.44444,0,0,.89444],8734:[0,.44444,0,0,1.14999],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.31944],8741:[.25,.75,0,0,.575],8743:[0,.55556,0,0,.76666],8744:[0,.55556,0,0,.76666],8745:[0,.55556,0,0,.76666],8746:[0,.55556,0,0,.76666],8747:[.19444,.69444,.12778,0,.56875],8764:[-.10889,.39111,0,0,.89444],8768:[.19444,.69444,0,0,.31944],8771:[.00222,.50222,0,0,.89444],8773:[.027,.638,0,0,.894],8776:[.02444,.52444,0,0,.89444],8781:[.00222,.50222,0,0,.89444],8801:[.00222,.50222,0,0,.89444],8804:[.19667,.69667,0,0,.89444],8805:[.19667,.69667,0,0,.89444],8810:[.08556,.58556,0,0,1.14999],8811:[.08556,.58556,0,0,1.14999],8826:[.08556,.58556,0,0,.89444],8827:[.08556,.58556,0,0,.89444],8834:[.08556,.58556,0,0,.89444],8835:[.08556,.58556,0,0,.89444],8838:[.19667,.69667,0,0,.89444],8839:[.19667,.69667,0,0,.89444],8846:[0,.55556,0,0,.76666],8849:[.19667,.69667,0,0,.89444],8850:[.19667,.69667,0,0,.89444],8851:[0,.55556,0,0,.76666],8852:[0,.55556,0,0,.76666],8853:[.13333,.63333,0,0,.89444],8854:[.13333,.63333,0,0,.89444],8855:[.13333,.63333,0,0,.89444],8856:[.13333,.63333,0,0,.89444],8857:[.13333,.63333,0,0,.89444],8866:[0,.69444,0,0,.70277],8867:[0,.69444,0,0,.70277],8868:[0,.69444,0,0,.89444],8869:[0,.69444,0,0,.89444],8900:[-.02639,.47361,0,0,.575],8901:[-.02639,.47361,0,0,.31944],8902:[-.02778,.47222,0,0,.575],8968:[.25,.75,0,0,.51111],8969:[.25,.75,0,0,.51111],8970:[.25,.75,0,0,.51111],8971:[.25,.75,0,0,.51111],8994:[-.13889,.36111,0,0,1.14999],8995:[-.13889,.36111,0,0,1.14999],9651:[.19444,.69444,0,0,1.02222],9657:[-.02778,.47222,0,0,.575],9661:[.19444,.69444,0,0,1.02222],9667:[-.02778,.47222,0,0,.575],9711:[.19444,.69444,0,0,1.14999],9824:[.12963,.69444,0,0,.89444],9825:[.12963,.69444,0,0,.89444],9826:[.12963,.69444,0,0,.89444],9827:[.12963,.69444,0,0,.89444],9837:[0,.75,0,0,.44722],9838:[.19444,.69444,0,0,.44722],9839:[.19444,.69444,0,0,.44722],10216:[.25,.75,0,0,.44722],10217:[.25,.75,0,0,.44722],10815:[0,.68611,0,0,.9],10927:[.19667,.69667,0,0,.89444],10928:[.19667,.69667,0,0,.89444],57376:[.19444,.69444,0,0,0]},"Main-BoldItalic":{32:[0,0,0,0,.25],33:[0,.69444,.11417,0,.38611],34:[0,.69444,.07939,0,.62055],35:[.19444,.69444,.06833,0,.94444],37:[.05556,.75,.12861,0,.94444],38:[0,.69444,.08528,0,.88555],39:[0,.69444,.12945,0,.35555],40:[.25,.75,.15806,0,.47333],41:[.25,.75,.03306,0,.47333],42:[0,.75,.14333,0,.59111],43:[.10333,.60333,.03306,0,.88555],44:[.19444,.14722,0,0,.35555],45:[0,.44444,.02611,0,.41444],46:[0,.14722,0,0,.35555],47:[.25,.75,.15806,0,.59111],48:[0,.64444,.13167,0,.59111],49:[0,.64444,.13167,0,.59111],50:[0,.64444,.13167,0,.59111],51:[0,.64444,.13167,0,.59111],52:[.19444,.64444,.13167,0,.59111],53:[0,.64444,.13167,0,.59111],54:[0,.64444,.13167,0,.59111],55:[.19444,.64444,.13167,0,.59111],56:[0,.64444,.13167,0,.59111],57:[0,.64444,.13167,0,.59111],58:[0,.44444,.06695,0,.35555],59:[.19444,.44444,.06695,0,.35555],61:[-.10889,.39111,.06833,0,.88555],63:[0,.69444,.11472,0,.59111],64:[0,.69444,.09208,0,.88555],65:[0,.68611,0,0,.86555],66:[0,.68611,.0992,0,.81666],67:[0,.68611,.14208,0,.82666],68:[0,.68611,.09062,0,.87555],69:[0,.68611,.11431,0,.75666],70:[0,.68611,.12903,0,.72722],71:[0,.68611,.07347,0,.89527],72:[0,.68611,.17208,0,.8961],73:[0,.68611,.15681,0,.47166],74:[0,.68611,.145,0,.61055],75:[0,.68611,.14208,0,.89499],76:[0,.68611,0,0,.69777],77:[0,.68611,.17208,0,1.07277],78:[0,.68611,.17208,0,.8961],79:[0,.68611,.09062,0,.85499],80:[0,.68611,.0992,0,.78721],81:[.19444,.68611,.09062,0,.85499],82:[0,.68611,.02559,0,.85944],83:[0,.68611,.11264,0,.64999],84:[0,.68611,.12903,0,.7961],85:[0,.68611,.17208,0,.88083],86:[0,.68611,.18625,0,.86555],87:[0,.68611,.18625,0,1.15999],88:[0,.68611,.15681,0,.86555],89:[0,.68611,.19803,0,.86555],90:[0,.68611,.14208,0,.70888],91:[.25,.75,.1875,0,.35611],93:[.25,.75,.09972,0,.35611],94:[0,.69444,.06709,0,.59111],95:[.31,.13444,.09811,0,.59111],97:[0,.44444,.09426,0,.59111],98:[0,.69444,.07861,0,.53222],99:[0,.44444,.05222,0,.53222],100:[0,.69444,.10861,0,.59111],101:[0,.44444,.085,0,.53222],102:[.19444,.69444,.21778,0,.4],103:[.19444,.44444,.105,0,.53222],104:[0,.69444,.09426,0,.59111],105:[0,.69326,.11387,0,.35555],106:[.19444,.69326,.1672,0,.35555],107:[0,.69444,.11111,0,.53222],108:[0,.69444,.10861,0,.29666],109:[0,.44444,.09426,0,.94444],110:[0,.44444,.09426,0,.64999],111:[0,.44444,.07861,0,.59111],112:[.19444,.44444,.07861,0,.59111],113:[.19444,.44444,.105,0,.53222],114:[0,.44444,.11111,0,.50167],115:[0,.44444,.08167,0,.48694],116:[0,.63492,.09639,0,.385],117:[0,.44444,.09426,0,.62055],118:[0,.44444,.11111,0,.53222],119:[0,.44444,.11111,0,.76777],120:[0,.44444,.12583,0,.56055],121:[.19444,.44444,.105,0,.56166],122:[0,.44444,.13889,0,.49055],126:[.35,.34444,.11472,0,.59111],160:[0,0,0,0,.25],168:[0,.69444,.11473,0,.59111],176:[0,.69444,0,0,.94888],184:[.17014,0,0,0,.53222],198:[0,.68611,.11431,0,1.02277],216:[.04861,.73472,.09062,0,.88555],223:[.19444,.69444,.09736,0,.665],230:[0,.44444,.085,0,.82666],248:[.09722,.54167,.09458,0,.59111],305:[0,.44444,.09426,0,.35555],338:[0,.68611,.11431,0,1.14054],339:[0,.44444,.085,0,.82666],567:[.19444,.44444,.04611,0,.385],710:[0,.69444,.06709,0,.59111],711:[0,.63194,.08271,0,.59111],713:[0,.59444,.10444,0,.59111],714:[0,.69444,.08528,0,.59111],715:[0,.69444,0,0,.59111],728:[0,.69444,.10333,0,.59111],729:[0,.69444,.12945,0,.35555],730:[0,.69444,0,0,.94888],732:[0,.69444,.11472,0,.59111],733:[0,.69444,.11472,0,.59111],915:[0,.68611,.12903,0,.69777],916:[0,.68611,0,0,.94444],920:[0,.68611,.09062,0,.88555],923:[0,.68611,0,0,.80666],926:[0,.68611,.15092,0,.76777],928:[0,.68611,.17208,0,.8961],931:[0,.68611,.11431,0,.82666],933:[0,.68611,.10778,0,.88555],934:[0,.68611,.05632,0,.82666],936:[0,.68611,.10778,0,.88555],937:[0,.68611,.0992,0,.82666],8211:[0,.44444,.09811,0,.59111],8212:[0,.44444,.09811,0,1.18221],8216:[0,.69444,.12945,0,.35555],8217:[0,.69444,.12945,0,.35555],8220:[0,.69444,.16772,0,.62055],8221:[0,.69444,.07939,0,.62055]},"Main-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.12417,0,.30667],34:[0,.69444,.06961,0,.51444],35:[.19444,.69444,.06616,0,.81777],37:[.05556,.75,.13639,0,.81777],38:[0,.69444,.09694,0,.76666],39:[0,.69444,.12417,0,.30667],40:[.25,.75,.16194,0,.40889],41:[.25,.75,.03694,0,.40889],42:[0,.75,.14917,0,.51111],43:[.05667,.56167,.03694,0,.76666],44:[.19444,.10556,0,0,.30667],45:[0,.43056,.02826,0,.35778],46:[0,.10556,0,0,.30667],47:[.25,.75,.16194,0,.51111],48:[0,.64444,.13556,0,.51111],49:[0,.64444,.13556,0,.51111],50:[0,.64444,.13556,0,.51111],51:[0,.64444,.13556,0,.51111],52:[.19444,.64444,.13556,0,.51111],53:[0,.64444,.13556,0,.51111],54:[0,.64444,.13556,0,.51111],55:[.19444,.64444,.13556,0,.51111],56:[0,.64444,.13556,0,.51111],57:[0,.64444,.13556,0,.51111],58:[0,.43056,.0582,0,.30667],59:[.19444,.43056,.0582,0,.30667],61:[-.13313,.36687,.06616,0,.76666],63:[0,.69444,.1225,0,.51111],64:[0,.69444,.09597,0,.76666],65:[0,.68333,0,0,.74333],66:[0,.68333,.10257,0,.70389],67:[0,.68333,.14528,0,.71555],68:[0,.68333,.09403,0,.755],69:[0,.68333,.12028,0,.67833],70:[0,.68333,.13305,0,.65277],71:[0,.68333,.08722,0,.77361],72:[0,.68333,.16389,0,.74333],73:[0,.68333,.15806,0,.38555],74:[0,.68333,.14028,0,.525],75:[0,.68333,.14528,0,.76888],76:[0,.68333,0,0,.62722],77:[0,.68333,.16389,0,.89666],78:[0,.68333,.16389,0,.74333],79:[0,.68333,.09403,0,.76666],80:[0,.68333,.10257,0,.67833],81:[.19444,.68333,.09403,0,.76666],82:[0,.68333,.03868,0,.72944],83:[0,.68333,.11972,0,.56222],84:[0,.68333,.13305,0,.71555],85:[0,.68333,.16389,0,.74333],86:[0,.68333,.18361,0,.74333],87:[0,.68333,.18361,0,.99888],88:[0,.68333,.15806,0,.74333],89:[0,.68333,.19383,0,.74333],90:[0,.68333,.14528,0,.61333],91:[.25,.75,.1875,0,.30667],93:[.25,.75,.10528,0,.30667],94:[0,.69444,.06646,0,.51111],95:[.31,.12056,.09208,0,.51111],97:[0,.43056,.07671,0,.51111],98:[0,.69444,.06312,0,.46],99:[0,.43056,.05653,0,.46],100:[0,.69444,.10333,0,.51111],101:[0,.43056,.07514,0,.46],102:[.19444,.69444,.21194,0,.30667],103:[.19444,.43056,.08847,0,.46],104:[0,.69444,.07671,0,.51111],105:[0,.65536,.1019,0,.30667],106:[.19444,.65536,.14467,0,.30667],107:[0,.69444,.10764,0,.46],108:[0,.69444,.10333,0,.25555],109:[0,.43056,.07671,0,.81777],110:[0,.43056,.07671,0,.56222],111:[0,.43056,.06312,0,.51111],112:[.19444,.43056,.06312,0,.51111],113:[.19444,.43056,.08847,0,.46],114:[0,.43056,.10764,0,.42166],115:[0,.43056,.08208,0,.40889],116:[0,.61508,.09486,0,.33222],117:[0,.43056,.07671,0,.53666],118:[0,.43056,.10764,0,.46],119:[0,.43056,.10764,0,.66444],120:[0,.43056,.12042,0,.46389],121:[.19444,.43056,.08847,0,.48555],122:[0,.43056,.12292,0,.40889],126:[.35,.31786,.11585,0,.51111],160:[0,0,0,0,.25],168:[0,.66786,.10474,0,.51111],176:[0,.69444,0,0,.83129],184:[.17014,0,0,0,.46],198:[0,.68333,.12028,0,.88277],216:[.04861,.73194,.09403,0,.76666],223:[.19444,.69444,.10514,0,.53666],230:[0,.43056,.07514,0,.71555],248:[.09722,.52778,.09194,0,.51111],338:[0,.68333,.12028,0,.98499],339:[0,.43056,.07514,0,.71555],710:[0,.69444,.06646,0,.51111],711:[0,.62847,.08295,0,.51111],713:[0,.56167,.10333,0,.51111],714:[0,.69444,.09694,0,.51111],715:[0,.69444,0,0,.51111],728:[0,.69444,.10806,0,.51111],729:[0,.66786,.11752,0,.30667],730:[0,.69444,0,0,.83129],732:[0,.66786,.11585,0,.51111],733:[0,.69444,.1225,0,.51111],915:[0,.68333,.13305,0,.62722],916:[0,.68333,0,0,.81777],920:[0,.68333,.09403,0,.76666],923:[0,.68333,0,0,.69222],926:[0,.68333,.15294,0,.66444],928:[0,.68333,.16389,0,.74333],931:[0,.68333,.12028,0,.71555],933:[0,.68333,.11111,0,.76666],934:[0,.68333,.05986,0,.71555],936:[0,.68333,.11111,0,.76666],937:[0,.68333,.10257,0,.71555],8211:[0,.43056,.09208,0,.51111],8212:[0,.43056,.09208,0,1.02222],8216:[0,.69444,.12417,0,.30667],8217:[0,.69444,.12417,0,.30667],8220:[0,.69444,.1685,0,.51444],8221:[0,.69444,.06961,0,.51444],8463:[0,.68889,0,0,.54028]},"Main-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.27778],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.77778],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.19444,.10556,0,0,.27778],45:[0,.43056,0,0,.33333],46:[0,.10556,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.64444,0,0,.5],49:[0,.64444,0,0,.5],50:[0,.64444,0,0,.5],51:[0,.64444,0,0,.5],52:[0,.64444,0,0,.5],53:[0,.64444,0,0,.5],54:[0,.64444,0,0,.5],55:[0,.64444,0,0,.5],56:[0,.64444,0,0,.5],57:[0,.64444,0,0,.5],58:[0,.43056,0,0,.27778],59:[.19444,.43056,0,0,.27778],60:[.0391,.5391,0,0,.77778],61:[-.13313,.36687,0,0,.77778],62:[.0391,.5391,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.77778],65:[0,.68333,0,0,.75],66:[0,.68333,0,0,.70834],67:[0,.68333,0,0,.72222],68:[0,.68333,0,0,.76389],69:[0,.68333,0,0,.68056],70:[0,.68333,0,0,.65278],71:[0,.68333,0,0,.78472],72:[0,.68333,0,0,.75],73:[0,.68333,0,0,.36111],74:[0,.68333,0,0,.51389],75:[0,.68333,0,0,.77778],76:[0,.68333,0,0,.625],77:[0,.68333,0,0,.91667],78:[0,.68333,0,0,.75],79:[0,.68333,0,0,.77778],80:[0,.68333,0,0,.68056],81:[.19444,.68333,0,0,.77778],82:[0,.68333,0,0,.73611],83:[0,.68333,0,0,.55556],84:[0,.68333,0,0,.72222],85:[0,.68333,0,0,.75],86:[0,.68333,.01389,0,.75],87:[0,.68333,.01389,0,1.02778],88:[0,.68333,0,0,.75],89:[0,.68333,.025,0,.75],90:[0,.68333,0,0,.61111],91:[.25,.75,0,0,.27778],92:[.25,.75,0,0,.5],93:[.25,.75,0,0,.27778],94:[0,.69444,0,0,.5],95:[.31,.12056,.02778,0,.5],97:[0,.43056,0,0,.5],98:[0,.69444,0,0,.55556],99:[0,.43056,0,0,.44445],100:[0,.69444,0,0,.55556],101:[0,.43056,0,0,.44445],102:[0,.69444,.07778,0,.30556],103:[.19444,.43056,.01389,0,.5],104:[0,.69444,0,0,.55556],105:[0,.66786,0,0,.27778],106:[.19444,.66786,0,0,.30556],107:[0,.69444,0,0,.52778],108:[0,.69444,0,0,.27778],109:[0,.43056,0,0,.83334],110:[0,.43056,0,0,.55556],111:[0,.43056,0,0,.5],112:[.19444,.43056,0,0,.55556],113:[.19444,.43056,0,0,.52778],114:[0,.43056,0,0,.39167],115:[0,.43056,0,0,.39445],116:[0,.61508,0,0,.38889],117:[0,.43056,0,0,.55556],118:[0,.43056,.01389,0,.52778],119:[0,.43056,.01389,0,.72222],120:[0,.43056,0,0,.52778],121:[.19444,.43056,.01389,0,.52778],122:[0,.43056,0,0,.44445],123:[.25,.75,0,0,.5],124:[.25,.75,0,0,.27778],125:[.25,.75,0,0,.5],126:[.35,.31786,0,0,.5],160:[0,0,0,0,.25],163:[0,.69444,0,0,.76909],167:[.19444,.69444,0,0,.44445],168:[0,.66786,0,0,.5],172:[0,.43056,0,0,.66667],176:[0,.69444,0,0,.75],177:[.08333,.58333,0,0,.77778],182:[.19444,.69444,0,0,.61111],184:[.17014,0,0,0,.44445],198:[0,.68333,0,0,.90278],215:[.08333,.58333,0,0,.77778],216:[.04861,.73194,0,0,.77778],223:[0,.69444,0,0,.5],230:[0,.43056,0,0,.72222],247:[.08333,.58333,0,0,.77778],248:[.09722,.52778,0,0,.5],305:[0,.43056,0,0,.27778],338:[0,.68333,0,0,1.01389],339:[0,.43056,0,0,.77778],567:[.19444,.43056,0,0,.30556],710:[0,.69444,0,0,.5],711:[0,.62847,0,0,.5],713:[0,.56778,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.66786,0,0,.27778],730:[0,.69444,0,0,.75],732:[0,.66786,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.68333,0,0,.625],916:[0,.68333,0,0,.83334],920:[0,.68333,0,0,.77778],923:[0,.68333,0,0,.69445],926:[0,.68333,0,0,.66667],928:[0,.68333,0,0,.75],931:[0,.68333,0,0,.72222],933:[0,.68333,0,0,.77778],934:[0,.68333,0,0,.72222],936:[0,.68333,0,0,.77778],937:[0,.68333,0,0,.72222],8211:[0,.43056,.02778,0,.5],8212:[0,.43056,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5],8224:[.19444,.69444,0,0,.44445],8225:[.19444,.69444,0,0,.44445],8230:[0,.123,0,0,1.172],8242:[0,.55556,0,0,.275],8407:[0,.71444,.15382,0,.5],8463:[0,.68889,0,0,.54028],8465:[0,.69444,0,0,.72222],8467:[0,.69444,0,.11111,.41667],8472:[.19444,.43056,0,.11111,.63646],8476:[0,.69444,0,0,.72222],8501:[0,.69444,0,0,.61111],8592:[-.13313,.36687,0,0,1],8593:[.19444,.69444,0,0,.5],8594:[-.13313,.36687,0,0,1],8595:[.19444,.69444,0,0,.5],8596:[-.13313,.36687,0,0,1],8597:[.25,.75,0,0,.5],8598:[.19444,.69444,0,0,1],8599:[.19444,.69444,0,0,1],8600:[.19444,.69444,0,0,1],8601:[.19444,.69444,0,0,1],8614:[.011,.511,0,0,1],8617:[.011,.511,0,0,1.126],8618:[.011,.511,0,0,1.126],8636:[-.13313,.36687,0,0,1],8637:[-.13313,.36687,0,0,1],8640:[-.13313,.36687,0,0,1],8641:[-.13313,.36687,0,0,1],8652:[.011,.671,0,0,1],8656:[-.13313,.36687,0,0,1],8657:[.19444,.69444,0,0,.61111],8658:[-.13313,.36687,0,0,1],8659:[.19444,.69444,0,0,.61111],8660:[-.13313,.36687,0,0,1],8661:[.25,.75,0,0,.61111],8704:[0,.69444,0,0,.55556],8706:[0,.69444,.05556,.08334,.5309],8707:[0,.69444,0,0,.55556],8709:[.05556,.75,0,0,.5],8711:[0,.68333,0,0,.83334],8712:[.0391,.5391,0,0,.66667],8715:[.0391,.5391,0,0,.66667],8722:[.08333,.58333,0,0,.77778],8723:[.08333,.58333,0,0,.77778],8725:[.25,.75,0,0,.5],8726:[.25,.75,0,0,.5],8727:[-.03472,.46528,0,0,.5],8728:[-.05555,.44445,0,0,.5],8729:[-.05555,.44445,0,0,.5],8730:[.2,.8,0,0,.83334],8733:[0,.43056,0,0,.77778],8734:[0,.43056,0,0,1],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.27778],8741:[.25,.75,0,0,.5],8743:[0,.55556,0,0,.66667],8744:[0,.55556,0,0,.66667],8745:[0,.55556,0,0,.66667],8746:[0,.55556,0,0,.66667],8747:[.19444,.69444,.11111,0,.41667],8764:[-.13313,.36687,0,0,.77778],8768:[.19444,.69444,0,0,.27778],8771:[-.03625,.46375,0,0,.77778],8773:[-.022,.589,0,0,.778],8776:[-.01688,.48312,0,0,.77778],8781:[-.03625,.46375,0,0,.77778],8784:[-.133,.673,0,0,.778],8801:[-.03625,.46375,0,0,.77778],8804:[.13597,.63597,0,0,.77778],8805:[.13597,.63597,0,0,.77778],8810:[.0391,.5391,0,0,1],8811:[.0391,.5391,0,0,1],8826:[.0391,.5391,0,0,.77778],8827:[.0391,.5391,0,0,.77778],8834:[.0391,.5391,0,0,.77778],8835:[.0391,.5391,0,0,.77778],8838:[.13597,.63597,0,0,.77778],8839:[.13597,.63597,0,0,.77778],8846:[0,.55556,0,0,.66667],8849:[.13597,.63597,0,0,.77778],8850:[.13597,.63597,0,0,.77778],8851:[0,.55556,0,0,.66667],8852:[0,.55556,0,0,.66667],8853:[.08333,.58333,0,0,.77778],8854:[.08333,.58333,0,0,.77778],8855:[.08333,.58333,0,0,.77778],8856:[.08333,.58333,0,0,.77778],8857:[.08333,.58333,0,0,.77778],8866:[0,.69444,0,0,.61111],8867:[0,.69444,0,0,.61111],8868:[0,.69444,0,0,.77778],8869:[0,.69444,0,0,.77778],8872:[.249,.75,0,0,.867],8900:[-.05555,.44445,0,0,.5],8901:[-.05555,.44445,0,0,.27778],8902:[-.03472,.46528,0,0,.5],8904:[.005,.505,0,0,.9],8942:[.03,.903,0,0,.278],8943:[-.19,.313,0,0,1.172],8945:[-.1,.823,0,0,1.282],8968:[.25,.75,0,0,.44445],8969:[.25,.75,0,0,.44445],8970:[.25,.75,0,0,.44445],8971:[.25,.75,0,0,.44445],8994:[-.14236,.35764,0,0,1],8995:[-.14236,.35764,0,0,1],9136:[.244,.744,0,0,.412],9137:[.244,.745,0,0,.412],9651:[.19444,.69444,0,0,.88889],9657:[-.03472,.46528,0,0,.5],9661:[.19444,.69444,0,0,.88889],9667:[-.03472,.46528,0,0,.5],9711:[.19444,.69444,0,0,1],9824:[.12963,.69444,0,0,.77778],9825:[.12963,.69444,0,0,.77778],9826:[.12963,.69444,0,0,.77778],9827:[.12963,.69444,0,0,.77778],9837:[0,.75,0,0,.38889],9838:[.19444,.69444,0,0,.38889],9839:[.19444,.69444,0,0,.38889],10216:[.25,.75,0,0,.38889],10217:[.25,.75,0,0,.38889],10222:[.244,.744,0,0,.412],10223:[.244,.745,0,0,.412],10229:[.011,.511,0,0,1.609],10230:[.011,.511,0,0,1.638],10231:[.011,.511,0,0,1.859],10232:[.024,.525,0,0,1.609],10233:[.024,.525,0,0,1.638],10234:[.024,.525,0,0,1.858],10236:[.011,.511,0,0,1.638],10815:[0,.68333,0,0,.75],10927:[.13597,.63597,0,0,.77778],10928:[.13597,.63597,0,0,.77778],57376:[.19444,.69444,0,0,0]},"Math-BoldItalic":{32:[0,0,0,0,.25],48:[0,.44444,0,0,.575],49:[0,.44444,0,0,.575],50:[0,.44444,0,0,.575],51:[.19444,.44444,0,0,.575],52:[.19444,.44444,0,0,.575],53:[.19444,.44444,0,0,.575],54:[0,.64444,0,0,.575],55:[.19444,.44444,0,0,.575],56:[0,.64444,0,0,.575],57:[.19444,.44444,0,0,.575],65:[0,.68611,0,0,.86944],66:[0,.68611,.04835,0,.8664],67:[0,.68611,.06979,0,.81694],68:[0,.68611,.03194,0,.93812],69:[0,.68611,.05451,0,.81007],70:[0,.68611,.15972,0,.68889],71:[0,.68611,0,0,.88673],72:[0,.68611,.08229,0,.98229],73:[0,.68611,.07778,0,.51111],74:[0,.68611,.10069,0,.63125],75:[0,.68611,.06979,0,.97118],76:[0,.68611,0,0,.75555],77:[0,.68611,.11424,0,1.14201],78:[0,.68611,.11424,0,.95034],79:[0,.68611,.03194,0,.83666],80:[0,.68611,.15972,0,.72309],81:[.19444,.68611,0,0,.86861],82:[0,.68611,.00421,0,.87235],83:[0,.68611,.05382,0,.69271],84:[0,.68611,.15972,0,.63663],85:[0,.68611,.11424,0,.80027],86:[0,.68611,.25555,0,.67778],87:[0,.68611,.15972,0,1.09305],88:[0,.68611,.07778,0,.94722],89:[0,.68611,.25555,0,.67458],90:[0,.68611,.06979,0,.77257],97:[0,.44444,0,0,.63287],98:[0,.69444,0,0,.52083],99:[0,.44444,0,0,.51342],100:[0,.69444,0,0,.60972],101:[0,.44444,0,0,.55361],102:[.19444,.69444,.11042,0,.56806],103:[.19444,.44444,.03704,0,.5449],104:[0,.69444,0,0,.66759],105:[0,.69326,0,0,.4048],106:[.19444,.69326,.0622,0,.47083],107:[0,.69444,.01852,0,.6037],108:[0,.69444,.0088,0,.34815],109:[0,.44444,0,0,1.0324],110:[0,.44444,0,0,.71296],111:[0,.44444,0,0,.58472],112:[.19444,.44444,0,0,.60092],113:[.19444,.44444,.03704,0,.54213],114:[0,.44444,.03194,0,.5287],115:[0,.44444,0,0,.53125],116:[0,.63492,0,0,.41528],117:[0,.44444,0,0,.68102],118:[0,.44444,.03704,0,.56666],119:[0,.44444,.02778,0,.83148],120:[0,.44444,0,0,.65903],121:[.19444,.44444,.03704,0,.59028],122:[0,.44444,.04213,0,.55509],160:[0,0,0,0,.25],915:[0,.68611,.15972,0,.65694],916:[0,.68611,0,0,.95833],920:[0,.68611,.03194,0,.86722],923:[0,.68611,0,0,.80555],926:[0,.68611,.07458,0,.84125],928:[0,.68611,.08229,0,.98229],931:[0,.68611,.05451,0,.88507],933:[0,.68611,.15972,0,.67083],934:[0,.68611,0,0,.76666],936:[0,.68611,.11653,0,.71402],937:[0,.68611,.04835,0,.8789],945:[0,.44444,0,0,.76064],946:[.19444,.69444,.03403,0,.65972],947:[.19444,.44444,.06389,0,.59003],948:[0,.69444,.03819,0,.52222],949:[0,.44444,0,0,.52882],950:[.19444,.69444,.06215,0,.50833],951:[.19444,.44444,.03704,0,.6],952:[0,.69444,.03194,0,.5618],953:[0,.44444,0,0,.41204],954:[0,.44444,0,0,.66759],955:[0,.69444,0,0,.67083],956:[.19444,.44444,0,0,.70787],957:[0,.44444,.06898,0,.57685],958:[.19444,.69444,.03021,0,.50833],959:[0,.44444,0,0,.58472],960:[0,.44444,.03704,0,.68241],961:[.19444,.44444,0,0,.6118],962:[.09722,.44444,.07917,0,.42361],963:[0,.44444,.03704,0,.68588],964:[0,.44444,.13472,0,.52083],965:[0,.44444,.03704,0,.63055],966:[.19444,.44444,0,0,.74722],967:[.19444,.44444,0,0,.71805],968:[.19444,.69444,.03704,0,.75833],969:[0,.44444,.03704,0,.71782],977:[0,.69444,0,0,.69155],981:[.19444,.69444,0,0,.7125],982:[0,.44444,.03194,0,.975],1009:[.19444,.44444,0,0,.6118],1013:[0,.44444,0,0,.48333],57649:[0,.44444,0,0,.39352],57911:[.19444,.44444,0,0,.43889]},"Math-Italic":{32:[0,0,0,0,.25],48:[0,.43056,0,0,.5],49:[0,.43056,0,0,.5],50:[0,.43056,0,0,.5],51:[.19444,.43056,0,0,.5],52:[.19444,.43056,0,0,.5],53:[.19444,.43056,0,0,.5],54:[0,.64444,0,0,.5],55:[.19444,.43056,0,0,.5],56:[0,.64444,0,0,.5],57:[.19444,.43056,0,0,.5],65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],160:[0,0,0,0,.25],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059],57649:[0,.43056,0,.02778,.32246],57911:[.19444,.43056,0,.08334,.38403]},"SansSerif-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.36667],34:[0,.69444,0,0,.55834],35:[.19444,.69444,0,0,.91667],36:[.05556,.75,0,0,.55],37:[.05556,.75,0,0,1.02912],38:[0,.69444,0,0,.83056],39:[0,.69444,0,0,.30556],40:[.25,.75,0,0,.42778],41:[.25,.75,0,0,.42778],42:[0,.75,0,0,.55],43:[.11667,.61667,0,0,.85556],44:[.10556,.13056,0,0,.30556],45:[0,.45833,0,0,.36667],46:[0,.13056,0,0,.30556],47:[.25,.75,0,0,.55],48:[0,.69444,0,0,.55],49:[0,.69444,0,0,.55],50:[0,.69444,0,0,.55],51:[0,.69444,0,0,.55],52:[0,.69444,0,0,.55],53:[0,.69444,0,0,.55],54:[0,.69444,0,0,.55],55:[0,.69444,0,0,.55],56:[0,.69444,0,0,.55],57:[0,.69444,0,0,.55],58:[0,.45833,0,0,.30556],59:[.10556,.45833,0,0,.30556],61:[-.09375,.40625,0,0,.85556],63:[0,.69444,0,0,.51945],64:[0,.69444,0,0,.73334],65:[0,.69444,0,0,.73334],66:[0,.69444,0,0,.73334],67:[0,.69444,0,0,.70278],68:[0,.69444,0,0,.79445],69:[0,.69444,0,0,.64167],70:[0,.69444,0,0,.61111],71:[0,.69444,0,0,.73334],72:[0,.69444,0,0,.79445],73:[0,.69444,0,0,.33056],74:[0,.69444,0,0,.51945],75:[0,.69444,0,0,.76389],76:[0,.69444,0,0,.58056],77:[0,.69444,0,0,.97778],78:[0,.69444,0,0,.79445],79:[0,.69444,0,0,.79445],80:[0,.69444,0,0,.70278],81:[.10556,.69444,0,0,.79445],82:[0,.69444,0,0,.70278],83:[0,.69444,0,0,.61111],84:[0,.69444,0,0,.73334],85:[0,.69444,0,0,.76389],86:[0,.69444,.01528,0,.73334],87:[0,.69444,.01528,0,1.03889],88:[0,.69444,0,0,.73334],89:[0,.69444,.0275,0,.73334],90:[0,.69444,0,0,.67223],91:[.25,.75,0,0,.34306],93:[.25,.75,0,0,.34306],94:[0,.69444,0,0,.55],95:[.35,.10833,.03056,0,.55],97:[0,.45833,0,0,.525],98:[0,.69444,0,0,.56111],99:[0,.45833,0,0,.48889],100:[0,.69444,0,0,.56111],101:[0,.45833,0,0,.51111],102:[0,.69444,.07639,0,.33611],103:[.19444,.45833,.01528,0,.55],104:[0,.69444,0,0,.56111],105:[0,.69444,0,0,.25556],106:[.19444,.69444,0,0,.28611],107:[0,.69444,0,0,.53056],108:[0,.69444,0,0,.25556],109:[0,.45833,0,0,.86667],110:[0,.45833,0,0,.56111],111:[0,.45833,0,0,.55],112:[.19444,.45833,0,0,.56111],113:[.19444,.45833,0,0,.56111],114:[0,.45833,.01528,0,.37222],115:[0,.45833,0,0,.42167],116:[0,.58929,0,0,.40417],117:[0,.45833,0,0,.56111],118:[0,.45833,.01528,0,.5],119:[0,.45833,.01528,0,.74445],120:[0,.45833,0,0,.5],121:[.19444,.45833,.01528,0,.5],122:[0,.45833,0,0,.47639],126:[.35,.34444,0,0,.55],160:[0,0,0,0,.25],168:[0,.69444,0,0,.55],176:[0,.69444,0,0,.73334],180:[0,.69444,0,0,.55],184:[.17014,0,0,0,.48889],305:[0,.45833,0,0,.25556],567:[.19444,.45833,0,0,.28611],710:[0,.69444,0,0,.55],711:[0,.63542,0,0,.55],713:[0,.63778,0,0,.55],728:[0,.69444,0,0,.55],729:[0,.69444,0,0,.30556],730:[0,.69444,0,0,.73334],732:[0,.69444,0,0,.55],733:[0,.69444,0,0,.55],915:[0,.69444,0,0,.58056],916:[0,.69444,0,0,.91667],920:[0,.69444,0,0,.85556],923:[0,.69444,0,0,.67223],926:[0,.69444,0,0,.73334],928:[0,.69444,0,0,.79445],931:[0,.69444,0,0,.79445],933:[0,.69444,0,0,.85556],934:[0,.69444,0,0,.79445],936:[0,.69444,0,0,.85556],937:[0,.69444,0,0,.79445],8211:[0,.45833,.03056,0,.55],8212:[0,.45833,.03056,0,1.10001],8216:[0,.69444,0,0,.30556],8217:[0,.69444,0,0,.30556],8220:[0,.69444,0,0,.55834],8221:[0,.69444,0,0,.55834]},"SansSerif-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.05733,0,.31945],34:[0,.69444,.00316,0,.5],35:[.19444,.69444,.05087,0,.83334],36:[.05556,.75,.11156,0,.5],37:[.05556,.75,.03126,0,.83334],38:[0,.69444,.03058,0,.75834],39:[0,.69444,.07816,0,.27778],40:[.25,.75,.13164,0,.38889],41:[.25,.75,.02536,0,.38889],42:[0,.75,.11775,0,.5],43:[.08333,.58333,.02536,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,.01946,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,.13164,0,.5],48:[0,.65556,.11156,0,.5],49:[0,.65556,.11156,0,.5],50:[0,.65556,.11156,0,.5],51:[0,.65556,.11156,0,.5],52:[0,.65556,.11156,0,.5],53:[0,.65556,.11156,0,.5],54:[0,.65556,.11156,0,.5],55:[0,.65556,.11156,0,.5],56:[0,.65556,.11156,0,.5],57:[0,.65556,.11156,0,.5],58:[0,.44444,.02502,0,.27778],59:[.125,.44444,.02502,0,.27778],61:[-.13,.37,.05087,0,.77778],63:[0,.69444,.11809,0,.47222],64:[0,.69444,.07555,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,.08293,0,.66667],67:[0,.69444,.11983,0,.63889],68:[0,.69444,.07555,0,.72223],69:[0,.69444,.11983,0,.59722],70:[0,.69444,.13372,0,.56945],71:[0,.69444,.11983,0,.66667],72:[0,.69444,.08094,0,.70834],73:[0,.69444,.13372,0,.27778],74:[0,.69444,.08094,0,.47222],75:[0,.69444,.11983,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,.08094,0,.875],78:[0,.69444,.08094,0,.70834],79:[0,.69444,.07555,0,.73611],80:[0,.69444,.08293,0,.63889],81:[.125,.69444,.07555,0,.73611],82:[0,.69444,.08293,0,.64584],83:[0,.69444,.09205,0,.55556],84:[0,.69444,.13372,0,.68056],85:[0,.69444,.08094,0,.6875],86:[0,.69444,.1615,0,.66667],87:[0,.69444,.1615,0,.94445],88:[0,.69444,.13372,0,.66667],89:[0,.69444,.17261,0,.66667],90:[0,.69444,.11983,0,.61111],91:[.25,.75,.15942,0,.28889],93:[.25,.75,.08719,0,.28889],94:[0,.69444,.0799,0,.5],95:[.35,.09444,.08616,0,.5],97:[0,.44444,.00981,0,.48056],98:[0,.69444,.03057,0,.51667],99:[0,.44444,.08336,0,.44445],100:[0,.69444,.09483,0,.51667],101:[0,.44444,.06778,0,.44445],102:[0,.69444,.21705,0,.30556],103:[.19444,.44444,.10836,0,.5],104:[0,.69444,.01778,0,.51667],105:[0,.67937,.09718,0,.23889],106:[.19444,.67937,.09162,0,.26667],107:[0,.69444,.08336,0,.48889],108:[0,.69444,.09483,0,.23889],109:[0,.44444,.01778,0,.79445],110:[0,.44444,.01778,0,.51667],111:[0,.44444,.06613,0,.5],112:[.19444,.44444,.0389,0,.51667],113:[.19444,.44444,.04169,0,.51667],114:[0,.44444,.10836,0,.34167],115:[0,.44444,.0778,0,.38333],116:[0,.57143,.07225,0,.36111],117:[0,.44444,.04169,0,.51667],118:[0,.44444,.10836,0,.46111],119:[0,.44444,.10836,0,.68334],120:[0,.44444,.09169,0,.46111],121:[.19444,.44444,.10836,0,.46111],122:[0,.44444,.08752,0,.43472],126:[.35,.32659,.08826,0,.5],160:[0,0,0,0,.25],168:[0,.67937,.06385,0,.5],176:[0,.69444,0,0,.73752],184:[.17014,0,0,0,.44445],305:[0,.44444,.04169,0,.23889],567:[.19444,.44444,.04169,0,.26667],710:[0,.69444,.0799,0,.5],711:[0,.63194,.08432,0,.5],713:[0,.60889,.08776,0,.5],714:[0,.69444,.09205,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,.09483,0,.5],729:[0,.67937,.07774,0,.27778],730:[0,.69444,0,0,.73752],732:[0,.67659,.08826,0,.5],733:[0,.69444,.09205,0,.5],915:[0,.69444,.13372,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,.07555,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,.12816,0,.66667],928:[0,.69444,.08094,0,.70834],931:[0,.69444,.11983,0,.72222],933:[0,.69444,.09031,0,.77778],934:[0,.69444,.04603,0,.72222],936:[0,.69444,.09031,0,.77778],937:[0,.69444,.08293,0,.72222],8211:[0,.44444,.08616,0,.5],8212:[0,.44444,.08616,0,1],8216:[0,.69444,.07816,0,.27778],8217:[0,.69444,.07816,0,.27778],8220:[0,.69444,.14205,0,.5],8221:[0,.69444,.00316,0,.5]},"SansSerif-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.31945],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.75834],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,0,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.65556,0,0,.5],49:[0,.65556,0,0,.5],50:[0,.65556,0,0,.5],51:[0,.65556,0,0,.5],52:[0,.65556,0,0,.5],53:[0,.65556,0,0,.5],54:[0,.65556,0,0,.5],55:[0,.65556,0,0,.5],56:[0,.65556,0,0,.5],57:[0,.65556,0,0,.5],58:[0,.44444,0,0,.27778],59:[.125,.44444,0,0,.27778],61:[-.13,.37,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,0,0,.66667],67:[0,.69444,0,0,.63889],68:[0,.69444,0,0,.72223],69:[0,.69444,0,0,.59722],70:[0,.69444,0,0,.56945],71:[0,.69444,0,0,.66667],72:[0,.69444,0,0,.70834],73:[0,.69444,0,0,.27778],74:[0,.69444,0,0,.47222],75:[0,.69444,0,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,0,0,.875],78:[0,.69444,0,0,.70834],79:[0,.69444,0,0,.73611],80:[0,.69444,0,0,.63889],81:[.125,.69444,0,0,.73611],82:[0,.69444,0,0,.64584],83:[0,.69444,0,0,.55556],84:[0,.69444,0,0,.68056],85:[0,.69444,0,0,.6875],86:[0,.69444,.01389,0,.66667],87:[0,.69444,.01389,0,.94445],88:[0,.69444,0,0,.66667],89:[0,.69444,.025,0,.66667],90:[0,.69444,0,0,.61111],91:[.25,.75,0,0,.28889],93:[.25,.75,0,0,.28889],94:[0,.69444,0,0,.5],95:[.35,.09444,.02778,0,.5],97:[0,.44444,0,0,.48056],98:[0,.69444,0,0,.51667],99:[0,.44444,0,0,.44445],100:[0,.69444,0,0,.51667],101:[0,.44444,0,0,.44445],102:[0,.69444,.06944,0,.30556],103:[.19444,.44444,.01389,0,.5],104:[0,.69444,0,0,.51667],105:[0,.67937,0,0,.23889],106:[.19444,.67937,0,0,.26667],107:[0,.69444,0,0,.48889],108:[0,.69444,0,0,.23889],109:[0,.44444,0,0,.79445],110:[0,.44444,0,0,.51667],111:[0,.44444,0,0,.5],112:[.19444,.44444,0,0,.51667],113:[.19444,.44444,0,0,.51667],114:[0,.44444,.01389,0,.34167],115:[0,.44444,0,0,.38333],116:[0,.57143,0,0,.36111],117:[0,.44444,0,0,.51667],118:[0,.44444,.01389,0,.46111],119:[0,.44444,.01389,0,.68334],120:[0,.44444,0,0,.46111],121:[.19444,.44444,.01389,0,.46111],122:[0,.44444,0,0,.43472],126:[.35,.32659,0,0,.5],160:[0,0,0,0,.25],168:[0,.67937,0,0,.5],176:[0,.69444,0,0,.66667],184:[.17014,0,0,0,.44445],305:[0,.44444,0,0,.23889],567:[.19444,.44444,0,0,.26667],710:[0,.69444,0,0,.5],711:[0,.63194,0,0,.5],713:[0,.60889,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.67937,0,0,.27778],730:[0,.69444,0,0,.66667],732:[0,.67659,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.69444,0,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,0,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,0,0,.66667],928:[0,.69444,0,0,.70834],931:[0,.69444,0,0,.72222],933:[0,.69444,0,0,.77778],934:[0,.69444,0,0,.72222],936:[0,.69444,0,0,.77778],937:[0,.69444,0,0,.72222],8211:[0,.44444,.02778,0,.5],8212:[0,.44444,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5]},"Script-Regular":{32:[0,0,0,0,.25],65:[0,.7,.22925,0,.80253],66:[0,.7,.04087,0,.90757],67:[0,.7,.1689,0,.66619],68:[0,.7,.09371,0,.77443],69:[0,.7,.18583,0,.56162],70:[0,.7,.13634,0,.89544],71:[0,.7,.17322,0,.60961],72:[0,.7,.29694,0,.96919],73:[0,.7,.19189,0,.80907],74:[.27778,.7,.19189,0,1.05159],75:[0,.7,.31259,0,.91364],76:[0,.7,.19189,0,.87373],77:[0,.7,.15981,0,1.08031],78:[0,.7,.3525,0,.9015],79:[0,.7,.08078,0,.73787],80:[0,.7,.08078,0,1.01262],81:[0,.7,.03305,0,.88282],82:[0,.7,.06259,0,.85],83:[0,.7,.19189,0,.86767],84:[0,.7,.29087,0,.74697],85:[0,.7,.25815,0,.79996],86:[0,.7,.27523,0,.62204],87:[0,.7,.27523,0,.80532],88:[0,.7,.26006,0,.94445],89:[0,.7,.2939,0,.70961],90:[0,.7,.24037,0,.8212],160:[0,0,0,0,.25]},"Size1-Regular":{32:[0,0,0,0,.25],40:[.35001,.85,0,0,.45834],41:[.35001,.85,0,0,.45834],47:[.35001,.85,0,0,.57778],91:[.35001,.85,0,0,.41667],92:[.35001,.85,0,0,.57778],93:[.35001,.85,0,0,.41667],123:[.35001,.85,0,0,.58334],125:[.35001,.85,0,0,.58334],160:[0,0,0,0,.25],710:[0,.72222,0,0,.55556],732:[0,.72222,0,0,.55556],770:[0,.72222,0,0,.55556],771:[0,.72222,0,0,.55556],8214:[-99e-5,.601,0,0,.77778],8593:[1e-5,.6,0,0,.66667],8595:[1e-5,.6,0,0,.66667],8657:[1e-5,.6,0,0,.77778],8659:[1e-5,.6,0,0,.77778],8719:[.25001,.75,0,0,.94445],8720:[.25001,.75,0,0,.94445],8721:[.25001,.75,0,0,1.05556],8730:[.35001,.85,0,0,1],8739:[-.00599,.606,0,0,.33333],8741:[-.00599,.606,0,0,.55556],8747:[.30612,.805,.19445,0,.47222],8748:[.306,.805,.19445,0,.47222],8749:[.306,.805,.19445,0,.47222],8750:[.30612,.805,.19445,0,.47222],8896:[.25001,.75,0,0,.83334],8897:[.25001,.75,0,0,.83334],8898:[.25001,.75,0,0,.83334],8899:[.25001,.75,0,0,.83334],8968:[.35001,.85,0,0,.47222],8969:[.35001,.85,0,0,.47222],8970:[.35001,.85,0,0,.47222],8971:[.35001,.85,0,0,.47222],9168:[-99e-5,.601,0,0,.66667],10216:[.35001,.85,0,0,.47222],10217:[.35001,.85,0,0,.47222],10752:[.25001,.75,0,0,1.11111],10753:[.25001,.75,0,0,1.11111],10754:[.25001,.75,0,0,1.11111],10756:[.25001,.75,0,0,.83334],10758:[.25001,.75,0,0,.83334]},"Size2-Regular":{32:[0,0,0,0,.25],40:[.65002,1.15,0,0,.59722],41:[.65002,1.15,0,0,.59722],47:[.65002,1.15,0,0,.81111],91:[.65002,1.15,0,0,.47222],92:[.65002,1.15,0,0,.81111],93:[.65002,1.15,0,0,.47222],123:[.65002,1.15,0,0,.66667],125:[.65002,1.15,0,0,.66667],160:[0,0,0,0,.25],710:[0,.75,0,0,1],732:[0,.75,0,0,1],770:[0,.75,0,0,1],771:[0,.75,0,0,1],8719:[.55001,1.05,0,0,1.27778],8720:[.55001,1.05,0,0,1.27778],8721:[.55001,1.05,0,0,1.44445],8730:[.65002,1.15,0,0,1],8747:[.86225,1.36,.44445,0,.55556],8748:[.862,1.36,.44445,0,.55556],8749:[.862,1.36,.44445,0,.55556],8750:[.86225,1.36,.44445,0,.55556],8896:[.55001,1.05,0,0,1.11111],8897:[.55001,1.05,0,0,1.11111],8898:[.55001,1.05,0,0,1.11111],8899:[.55001,1.05,0,0,1.11111],8968:[.65002,1.15,0,0,.52778],8969:[.65002,1.15,0,0,.52778],8970:[.65002,1.15,0,0,.52778],8971:[.65002,1.15,0,0,.52778],10216:[.65002,1.15,0,0,.61111],10217:[.65002,1.15,0,0,.61111],10752:[.55001,1.05,0,0,1.51112],10753:[.55001,1.05,0,0,1.51112],10754:[.55001,1.05,0,0,1.51112],10756:[.55001,1.05,0,0,1.11111],10758:[.55001,1.05,0,0,1.11111]},"Size3-Regular":{32:[0,0,0,0,.25],40:[.95003,1.45,0,0,.73611],41:[.95003,1.45,0,0,.73611],47:[.95003,1.45,0,0,1.04445],91:[.95003,1.45,0,0,.52778],92:[.95003,1.45,0,0,1.04445],93:[.95003,1.45,0,0,.52778],123:[.95003,1.45,0,0,.75],125:[.95003,1.45,0,0,.75],160:[0,0,0,0,.25],710:[0,.75,0,0,1.44445],732:[0,.75,0,0,1.44445],770:[0,.75,0,0,1.44445],771:[0,.75,0,0,1.44445],8730:[.95003,1.45,0,0,1],8968:[.95003,1.45,0,0,.58334],8969:[.95003,1.45,0,0,.58334],8970:[.95003,1.45,0,0,.58334],8971:[.95003,1.45,0,0,.58334],10216:[.95003,1.45,0,0,.75],10217:[.95003,1.45,0,0,.75]},"Size4-Regular":{32:[0,0,0,0,.25],40:[1.25003,1.75,0,0,.79167],41:[1.25003,1.75,0,0,.79167],47:[1.25003,1.75,0,0,1.27778],91:[1.25003,1.75,0,0,.58334],92:[1.25003,1.75,0,0,1.27778],93:[1.25003,1.75,0,0,.58334],123:[1.25003,1.75,0,0,.80556],125:[1.25003,1.75,0,0,.80556],160:[0,0,0,0,.25],710:[0,.825,0,0,1.8889],732:[0,.825,0,0,1.8889],770:[0,.825,0,0,1.8889],771:[0,.825,0,0,1.8889],8730:[1.25003,1.75,0,0,1],8968:[1.25003,1.75,0,0,.63889],8969:[1.25003,1.75,0,0,.63889],8970:[1.25003,1.75,0,0,.63889],8971:[1.25003,1.75,0,0,.63889],9115:[.64502,1.155,0,0,.875],9116:[1e-5,.6,0,0,.875],9117:[.64502,1.155,0,0,.875],9118:[.64502,1.155,0,0,.875],9119:[1e-5,.6,0,0,.875],9120:[.64502,1.155,0,0,.875],9121:[.64502,1.155,0,0,.66667],9122:[-99e-5,.601,0,0,.66667],9123:[.64502,1.155,0,0,.66667],9124:[.64502,1.155,0,0,.66667],9125:[-99e-5,.601,0,0,.66667],9126:[.64502,1.155,0,0,.66667],9127:[1e-5,.9,0,0,.88889],9128:[.65002,1.15,0,0,.88889],9129:[.90001,0,0,0,.88889],9130:[0,.3,0,0,.88889],9131:[1e-5,.9,0,0,.88889],9132:[.65002,1.15,0,0,.88889],9133:[.90001,0,0,0,.88889],9143:[.88502,.915,0,0,1.05556],10216:[1.25003,1.75,0,0,.80556],10217:[1.25003,1.75,0,0,.80556],57344:[-.00499,.605,0,0,1.05556],57345:[-.00499,.605,0,0,1.05556],57680:[0,.12,0,0,.45],57681:[0,.12,0,0,.45],57682:[0,.12,0,0,.45],57683:[0,.12,0,0,.45]},"Typewriter-Regular":{32:[0,0,0,0,.525],33:[0,.61111,0,0,.525],34:[0,.61111,0,0,.525],35:[0,.61111,0,0,.525],36:[.08333,.69444,0,0,.525],37:[.08333,.69444,0,0,.525],38:[0,.61111,0,0,.525],39:[0,.61111,0,0,.525],40:[.08333,.69444,0,0,.525],41:[.08333,.69444,0,0,.525],42:[0,.52083,0,0,.525],43:[-.08056,.53055,0,0,.525],44:[.13889,.125,0,0,.525],45:[-.08056,.53055,0,0,.525],46:[0,.125,0,0,.525],47:[.08333,.69444,0,0,.525],48:[0,.61111,0,0,.525],49:[0,.61111,0,0,.525],50:[0,.61111,0,0,.525],51:[0,.61111,0,0,.525],52:[0,.61111,0,0,.525],53:[0,.61111,0,0,.525],54:[0,.61111,0,0,.525],55:[0,.61111,0,0,.525],56:[0,.61111,0,0,.525],57:[0,.61111,0,0,.525],58:[0,.43056,0,0,.525],59:[.13889,.43056,0,0,.525],60:[-.05556,.55556,0,0,.525],61:[-.19549,.41562,0,0,.525],62:[-.05556,.55556,0,0,.525],63:[0,.61111,0,0,.525],64:[0,.61111,0,0,.525],65:[0,.61111,0,0,.525],66:[0,.61111,0,0,.525],67:[0,.61111,0,0,.525],68:[0,.61111,0,0,.525],69:[0,.61111,0,0,.525],70:[0,.61111,0,0,.525],71:[0,.61111,0,0,.525],72:[0,.61111,0,0,.525],73:[0,.61111,0,0,.525],74:[0,.61111,0,0,.525],75:[0,.61111,0,0,.525],76:[0,.61111,0,0,.525],77:[0,.61111,0,0,.525],78:[0,.61111,0,0,.525],79:[0,.61111,0,0,.525],80:[0,.61111,0,0,.525],81:[.13889,.61111,0,0,.525],82:[0,.61111,0,0,.525],83:[0,.61111,0,0,.525],84:[0,.61111,0,0,.525],85:[0,.61111,0,0,.525],86:[0,.61111,0,0,.525],87:[0,.61111,0,0,.525],88:[0,.61111,0,0,.525],89:[0,.61111,0,0,.525],90:[0,.61111,0,0,.525],91:[.08333,.69444,0,0,.525],92:[.08333,.69444,0,0,.525],93:[.08333,.69444,0,0,.525],94:[0,.61111,0,0,.525],95:[.09514,0,0,0,.525],96:[0,.61111,0,0,.525],97:[0,.43056,0,0,.525],98:[0,.61111,0,0,.525],99:[0,.43056,0,0,.525],100:[0,.61111,0,0,.525],101:[0,.43056,0,0,.525],102:[0,.61111,0,0,.525],103:[.22222,.43056,0,0,.525],104:[0,.61111,0,0,.525],105:[0,.61111,0,0,.525],106:[.22222,.61111,0,0,.525],107:[0,.61111,0,0,.525],108:[0,.61111,0,0,.525],109:[0,.43056,0,0,.525],110:[0,.43056,0,0,.525],111:[0,.43056,0,0,.525],112:[.22222,.43056,0,0,.525],113:[.22222,.43056,0,0,.525],114:[0,.43056,0,0,.525],115:[0,.43056,0,0,.525],116:[0,.55358,0,0,.525],117:[0,.43056,0,0,.525],118:[0,.43056,0,0,.525],119:[0,.43056,0,0,.525],120:[0,.43056,0,0,.525],121:[.22222,.43056,0,0,.525],122:[0,.43056,0,0,.525],123:[.08333,.69444,0,0,.525],124:[.08333,.69444,0,0,.525],125:[.08333,.69444,0,0,.525],126:[0,.61111,0,0,.525],127:[0,.61111,0,0,.525],160:[0,0,0,0,.525],176:[0,.61111,0,0,.525],184:[.19445,0,0,0,.525],305:[0,.43056,0,0,.525],567:[.22222,.43056,0,0,.525],711:[0,.56597,0,0,.525],713:[0,.56555,0,0,.525],714:[0,.61111,0,0,.525],715:[0,.61111,0,0,.525],728:[0,.61111,0,0,.525],730:[0,.61111,0,0,.525],770:[0,.61111,0,0,.525],771:[0,.61111,0,0,.525],776:[0,.61111,0,0,.525],915:[0,.61111,0,0,.525],916:[0,.61111,0,0,.525],920:[0,.61111,0,0,.525],923:[0,.61111,0,0,.525],926:[0,.61111,0,0,.525],928:[0,.61111,0,0,.525],931:[0,.61111,0,0,.525],933:[0,.61111,0,0,.525],934:[0,.61111,0,0,.525],936:[0,.61111,0,0,.525],937:[0,.61111,0,0,.525],8216:[0,.61111,0,0,.525],8217:[0,.61111,0,0,.525],8242:[0,.61111,0,0,.525],9251:[.11111,.21944,0,0,.525]}},it={slant:[.25,.25,.25],space:[0,0,0],stretch:[0,0,0],shrink:[0,0,0],xHeight:[.431,.431,.431],quad:[1,1.171,1.472],extraSpace:[0,0,0],num1:[.677,.732,.925],num2:[.394,.384,.387],num3:[.444,.471,.504],denom1:[.686,.752,1.025],denom2:[.345,.344,.532],sup1:[.413,.503,.504],sup2:[.363,.431,.404],sup3:[.289,.286,.294],sub1:[.15,.143,.2],sub2:[.247,.286,.4],supDrop:[.386,.353,.494],subDrop:[.05,.071,.1],delim1:[2.39,1.7,1.98],delim2:[1.01,1.157,1.42],axisHeight:[.25,.25,.25],defaultRuleThickness:[.04,.049,.049],bigOpSpacing1:[.111,.111,.111],bigOpSpacing2:[.166,.166,.166],bigOpSpacing3:[.2,.2,.2],bigOpSpacing4:[.6,.611,.611],bigOpSpacing5:[.1,.143,.143],sqrtRuleThickness:[.04,.04,.04],ptPerEm:[10,10,10],doubleRuleSep:[.2,.2,.2],arrayRuleWidth:[.04,.04,.04],fboxsep:[.3,.3,.3],fboxrule:[.04,.04,.04]},Ha={Å:"A",Ð:"D",Þ:"o",å:"a",ð:"d",þ:"o",А:"A",Б:"B",В:"B",Г:"F",Д:"A",Е:"E",Ж:"K",З:"3",И:"N",Й:"N",К:"K",Л:"N",М:"M",Н:"H",О:"O",П:"N",Р:"P",С:"C",Т:"T",У:"y",Ф:"O",Х:"X",Ц:"U",Ч:"h",Ш:"W",Щ:"W",Ъ:"B",Ы:"X",Ь:"B",Э:"3",Ю:"X",Я:"R",а:"a",б:"b",в:"a",г:"r",д:"y",е:"e",ж:"m",з:"e",и:"n",й:"n",к:"n",л:"n",м:"m",н:"n",о:"o",п:"n",р:"p",с:"c",т:"o",у:"y",ф:"b",х:"x",ц:"n",ч:"n",ш:"w",щ:"w",ъ:"a",ы:"m",ь:"a",э:"e",ю:"m",я:"r"};function s1(r,e){Be[r]=e}function qr(r,e,t){if(!Be[e])throw new Error("Font metrics not found for font: "+e+".");var a=r.charCodeAt(0),n=Be[e][a];if(!n&&r[0]in Ha&&(a=Ha[r[0]].charCodeAt(0),n=Be[e][a]),!n&&t==="text"&&Jn(a)&&(n=Be[e][77]),n)return{depth:n[0],height:n[1],italic:n[2],skew:n[3],width:n[4]}}var Yt={};function l1(r){var e;if(r>=5?e=0:r>=3?e=1:e=2,!Yt[e]){var t=Yt[e]={cssEmPerMu:it.quad[e]/18};for(var a in it)it.hasOwnProperty(a)&&(t[a]=it[a][e])}return Yt[e]}var o1=[[1,1,1],[2,1,1],[3,1,1],[4,2,1],[5,2,1],[6,3,1],[7,4,2],[8,6,3],[9,7,6],[10,8,7],[11,10,9]],Ua=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],Ga=function(e,t){return t.size<2?e:o1[e-1][t.size-1]};class je{constructor(e){this.style=void 0,this.color=void 0,this.size=void 0,this.textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0,this.fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this.minRuleThickness=void 0,this._fontMetrics=void 0,this.style=e.style,this.color=e.color,this.size=e.size||je.BASESIZE,this.textSize=e.textSize||this.size,this.phantom=!!e.phantom,this.font=e.font||"",this.fontFamily=e.fontFamily||"",this.fontWeight=e.fontWeight||"",this.fontShape=e.fontShape||"",this.sizeMultiplier=Ua[this.size-1],this.maxSize=e.maxSize,this.minRuleThickness=e.minRuleThickness,this._fontMetrics=void 0}extend(e){var t={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(var a in e)e.hasOwnProperty(a)&&(t[a]=e[a]);return new je(t)}havingStyle(e){return this.style===e?this:this.extend({style:e,size:Ga(this.textSize,e)})}havingCrampedStyle(){return this.havingStyle(this.style.cramp())}havingSize(e){return this.size===e&&this.textSize===e?this:this.extend({style:this.style.text(),size:e,textSize:e,sizeMultiplier:Ua[e-1]})}havingBaseStyle(e){e=e||this.style.text();var t=Ga(je.BASESIZE,e);return this.size===t&&this.textSize===je.BASESIZE&&this.style===e?this:this.extend({style:e,size:t})}havingBaseSizing(){var e;switch(this.style.id){case 4:case 5:e=3;break;case 6:case 7:e=1;break;default:e=6}return this.extend({style:this.style.text(),size:e})}withColor(e){return this.extend({color:e})}withPhantom(){return this.extend({phantom:!0})}withFont(e){return this.extend({font:e})}withTextFontFamily(e){return this.extend({fontFamily:e,font:""})}withTextFontWeight(e){return this.extend({fontWeight:e,font:""})}withTextFontShape(e){return this.extend({fontShape:e,font:""})}sizingClasses(e){return e.size!==this.size?["sizing","reset-size"+e.size,"size"+this.size]:[]}baseSizingClasses(){return this.size!==je.BASESIZE?["sizing","reset-size"+this.size,"size"+je.BASESIZE]:[]}fontMetrics(){return this._fontMetrics||(this._fontMetrics=l1(this.size)),this._fontMetrics}getColor(){return this.phantom?"transparent":this.color}}je.BASESIZE=6;var br={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:803/800,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:803/800},u1={ex:!0,em:!0,mu:!0},Qn=function(e){return typeof e!="string"&&(e=e.unit),e in br||e in u1||e==="ex"},ne=function(e,t){var a;if(e.unit in br)a=br[e.unit]/t.fontMetrics().ptPerEm/t.sizeMultiplier;else if(e.unit==="mu")a=t.fontMetrics().cssEmPerMu;else{var n;if(t.style.isTight()?n=t.havingStyle(t.style.text()):n=t,e.unit==="ex")a=n.fontMetrics().xHeight;else if(e.unit==="em")a=n.fontMetrics().quad;else throw new N("Invalid unit: '"+e.unit+"'");n!==t&&(a*=n.sizeMultiplier/t.sizeMultiplier)}return Math.min(e.number*a,t.maxSize)},O=function(e){return+e.toFixed(4)+"em"},i0=function(e){return e.filter(t=>t).join(" ")},ei=function(e,t,a){if(this.classes=e||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=a||{},t){t.style.isTight()&&this.classes.push("mtight");var n=t.getColor();n&&(this.style.color=n)}},ti=function(e){var t=document.createElement(e);t.className=i0(this.classes);for(var a in this.style)this.style.hasOwnProperty(a)&&(t.style[a]=this.style[a]);for(var n in this.attributes)this.attributes.hasOwnProperty(n)&&t.setAttribute(n,this.attributes[n]);for(var i=0;i<this.children.length;i++)t.appendChild(this.children[i].toNode());return t},c1=/[\s"'>/=\x00-\x1f]/,ri=function(e){var t="<"+e;this.classes.length&&(t+=' class="'+he(i0(this.classes))+'"');var a="";for(var n in this.style)this.style.hasOwnProperty(n)&&(a+=Or(n)+":"+this.style[n]+";");a&&(t+=' style="'+he(a)+'"');for(var i in this.attributes)if(this.attributes.hasOwnProperty(i)){if(c1.test(i))throw new N("Invalid attribute name '"+i+"'");t+=" "+i+'="'+he(this.attributes[i])+'"'}t+=">";for(var l=0;l<this.children.length;l++)t+=this.children[l].toMarkup();return t+="</"+e+">",t};class J0{constructor(e,t,a,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.width=void 0,this.maxFontSize=void 0,this.style=void 0,ei.call(this,e,a,n),this.children=t||[]}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return this.classes.includes(e)}toNode(){return ti.call(this,"span")}toMarkup(){return ri.call(this,"span")}}class Pr{constructor(e,t,a,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,ei.call(this,t,n),this.children=a||[],this.setAttribute("href",e)}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return this.classes.includes(e)}toNode(){return ti.call(this,"a")}toMarkup(){return ri.call(this,"a")}}class h1{constructor(e,t,a){this.src=void 0,this.alt=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.alt=t,this.src=e,this.classes=["mord"],this.style=a}hasClass(e){return this.classes.includes(e)}toNode(){var e=document.createElement("img");e.src=this.src,e.alt=this.alt,e.className="mord";for(var t in this.style)this.style.hasOwnProperty(t)&&(e.style[t]=this.style[t]);return e}toMarkup(){var e='<img src="'+he(this.src)+'"'+(' alt="'+he(this.alt)+'"'),t="";for(var a in this.style)this.style.hasOwnProperty(a)&&(t+=Or(a)+":"+this.style[a]+";");return t&&(e+=' style="'+he(t)+'"'),e+="'/>",e}}var d1={î:"ı̂",ï:"ı̈",í:"ı́",ì:"ı̀"};class Ie{constructor(e,t,a,n,i,l,o,c){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=e,this.height=t||0,this.depth=a||0,this.italic=n||0,this.skew=i||0,this.width=l||0,this.classes=o||[],this.style=c||{},this.maxFontSize=0;var d=Xl(this.text.charCodeAt(0));d&&this.classes.push(d+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=d1[this.text])}hasClass(e){return this.classes.includes(e)}toNode(){var e=document.createTextNode(this.text),t=null;this.italic>0&&(t=document.createElement("span"),t.style.marginRight=O(this.italic)),this.classes.length>0&&(t=t||document.createElement("span"),t.className=i0(this.classes));for(var a in this.style)this.style.hasOwnProperty(a)&&(t=t||document.createElement("span"),t.style[a]=this.style[a]);return t?(t.appendChild(e),t):e}toMarkup(){var e=!1,t="<span";this.classes.length&&(e=!0,t+=' class="',t+=he(i0(this.classes)),t+='"');var a="";this.italic>0&&(a+="margin-right:"+this.italic+"em;");for(var n in this.style)this.style.hasOwnProperty(n)&&(a+=Or(n)+":"+this.style[n]+";");a&&(e=!0,t+=' style="'+he(a)+'"');var i=he(this.text);return e?(t+=">",t+=i,t+="</span>",t):i}}class Ze{constructor(e,t){this.children=void 0,this.attributes=void 0,this.children=e||[],this.attributes=t||{}}toNode(){var e="http://www.w3.org/2000/svg",t=document.createElementNS(e,"svg");for(var a in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,a)&&t.setAttribute(a,this.attributes[a]);for(var n=0;n<this.children.length;n++)t.appendChild(this.children[n].toNode());return t}toMarkup(){var e='<svg xmlns="http://www.w3.org/2000/svg"';for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+'="'+he(this.attributes[t])+'"');e+=">";for(var a=0;a<this.children.length;a++)e+=this.children[a].toMarkup();return e+="</svg>",e}}class s0{constructor(e,t){this.pathName=void 0,this.alternate=void 0,this.pathName=e,this.alternate=t}toNode(){var e="http://www.w3.org/2000/svg",t=document.createElementNS(e,"path");return this.alternate?t.setAttribute("d",this.alternate):t.setAttribute("d",$a[this.pathName]),t}toMarkup(){return this.alternate?'<path d="'+he(this.alternate)+'"/>':'<path d="'+he($a[this.pathName])+'"/>'}}class yr{constructor(e){this.attributes=void 0,this.attributes=e||{}}toNode(){var e="http://www.w3.org/2000/svg",t=document.createElementNS(e,"line");for(var a in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,a)&&t.setAttribute(a,this.attributes[a]);return t}toMarkup(){var e="<line";for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+'="'+he(this.attributes[t])+'"');return e+="/>",e}}function ja(r){if(r instanceof Ie)return r;throw new Error("Expected symbolNode but got "+String(r)+".")}function m1(r){if(r instanceof J0)return r;throw new Error("Expected span<HtmlDomNode> but got "+String(r)+".")}var p1={bin:1,close:1,inner:1,open:1,punct:1,rel:1},f1={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},J={math:{},text:{}};function s(r,e,t,a,n,i){J[r][n]={font:e,group:t,replace:a},i&&a&&(J[r][a]=J[r][n])}var u="math",I="text",h="main",g="ams",te="accent-token",L="bin",ve="close",O0="inner",P="mathord",oe="op-token",Ee="open",Ct="punct",v="rel",Je="spacing",x="textord";s(u,h,v,"≡","\\equiv",!0);s(u,h,v,"≺","\\prec",!0);s(u,h,v,"≻","\\succ",!0);s(u,h,v,"∼","\\sim",!0);s(u,h,v,"⊥","\\perp");s(u,h,v,"⪯","\\preceq",!0);s(u,h,v,"⪰","\\succeq",!0);s(u,h,v,"≃","\\simeq",!0);s(u,h,v,"∣","\\mid",!0);s(u,h,v,"≪","\\ll",!0);s(u,h,v,"≫","\\gg",!0);s(u,h,v,"≍","\\asymp",!0);s(u,h,v,"∥","\\parallel");s(u,h,v,"⋈","\\bowtie",!0);s(u,h,v,"⌣","\\smile",!0);s(u,h,v,"⊑","\\sqsubseteq",!0);s(u,h,v,"⊒","\\sqsupseteq",!0);s(u,h,v,"≐","\\doteq",!0);s(u,h,v,"⌢","\\frown",!0);s(u,h,v,"∋","\\ni",!0);s(u,h,v,"∝","\\propto",!0);s(u,h,v,"⊢","\\vdash",!0);s(u,h,v,"⊣","\\dashv",!0);s(u,h,v,"∋","\\owns");s(u,h,Ct,".","\\ldotp");s(u,h,Ct,"⋅","\\cdotp");s(u,h,x,"#","\\#");s(I,h,x,"#","\\#");s(u,h,x,"&","\\&");s(I,h,x,"&","\\&");s(u,h,x,"ℵ","\\aleph",!0);s(u,h,x,"∀","\\forall",!0);s(u,h,x,"ℏ","\\hbar",!0);s(u,h,x,"∃","\\exists",!0);s(u,h,x,"∇","\\nabla",!0);s(u,h,x,"♭","\\flat",!0);s(u,h,x,"ℓ","\\ell",!0);s(u,h,x,"♮","\\natural",!0);s(u,h,x,"♣","\\clubsuit",!0);s(u,h,x,"℘","\\wp",!0);s(u,h,x,"♯","\\sharp",!0);s(u,h,x,"♢","\\diamondsuit",!0);s(u,h,x,"ℜ","\\Re",!0);s(u,h,x,"♡","\\heartsuit",!0);s(u,h,x,"ℑ","\\Im",!0);s(u,h,x,"♠","\\spadesuit",!0);s(u,h,x,"§","\\S",!0);s(I,h,x,"§","\\S");s(u,h,x,"¶","\\P",!0);s(I,h,x,"¶","\\P");s(u,h,x,"†","\\dag");s(I,h,x,"†","\\dag");s(I,h,x,"†","\\textdagger");s(u,h,x,"‡","\\ddag");s(I,h,x,"‡","\\ddag");s(I,h,x,"‡","\\textdaggerdbl");s(u,h,ve,"⎱","\\rmoustache",!0);s(u,h,Ee,"⎰","\\lmoustache",!0);s(u,h,ve,"⟯","\\rgroup",!0);s(u,h,Ee,"⟮","\\lgroup",!0);s(u,h,L,"∓","\\mp",!0);s(u,h,L,"⊖","\\ominus",!0);s(u,h,L,"⊎","\\uplus",!0);s(u,h,L,"⊓","\\sqcap",!0);s(u,h,L,"∗","\\ast");s(u,h,L,"⊔","\\sqcup",!0);s(u,h,L,"◯","\\bigcirc",!0);s(u,h,L,"∙","\\bullet",!0);s(u,h,L,"‡","\\ddagger");s(u,h,L,"≀","\\wr",!0);s(u,h,L,"⨿","\\amalg");s(u,h,L,"&","\\And");s(u,h,v,"⟵","\\longleftarrow",!0);s(u,h,v,"⇐","\\Leftarrow",!0);s(u,h,v,"⟸","\\Longleftarrow",!0);s(u,h,v,"⟶","\\longrightarrow",!0);s(u,h,v,"⇒","\\Rightarrow",!0);s(u,h,v,"⟹","\\Longrightarrow",!0);s(u,h,v,"↔","\\leftrightarrow",!0);s(u,h,v,"⟷","\\longleftrightarrow",!0);s(u,h,v,"⇔","\\Leftrightarrow",!0);s(u,h,v,"⟺","\\Longleftrightarrow",!0);s(u,h,v,"↦","\\mapsto",!0);s(u,h,v,"⟼","\\longmapsto",!0);s(u,h,v,"↗","\\nearrow",!0);s(u,h,v,"↩","\\hookleftarrow",!0);s(u,h,v,"↪","\\hookrightarrow",!0);s(u,h,v,"↘","\\searrow",!0);s(u,h,v,"↼","\\leftharpoonup",!0);s(u,h,v,"⇀","\\rightharpoonup",!0);s(u,h,v,"↙","\\swarrow",!0);s(u,h,v,"↽","\\leftharpoondown",!0);s(u,h,v,"⇁","\\rightharpoondown",!0);s(u,h,v,"↖","\\nwarrow",!0);s(u,h,v,"⇌","\\rightleftharpoons",!0);s(u,g,v,"≮","\\nless",!0);s(u,g,v,"","\\@nleqslant");s(u,g,v,"","\\@nleqq");s(u,g,v,"⪇","\\lneq",!0);s(u,g,v,"≨","\\lneqq",!0);s(u,g,v,"","\\@lvertneqq");s(u,g,v,"⋦","\\lnsim",!0);s(u,g,v,"⪉","\\lnapprox",!0);s(u,g,v,"⊀","\\nprec",!0);s(u,g,v,"⋠","\\npreceq",!0);s(u,g,v,"⋨","\\precnsim",!0);s(u,g,v,"⪹","\\precnapprox",!0);s(u,g,v,"≁","\\nsim",!0);s(u,g,v,"","\\@nshortmid");s(u,g,v,"∤","\\nmid",!0);s(u,g,v,"⊬","\\nvdash",!0);s(u,g,v,"⊭","\\nvDash",!0);s(u,g,v,"⋪","\\ntriangleleft");s(u,g,v,"⋬","\\ntrianglelefteq",!0);s(u,g,v,"⊊","\\subsetneq",!0);s(u,g,v,"","\\@varsubsetneq");s(u,g,v,"⫋","\\subsetneqq",!0);s(u,g,v,"","\\@varsubsetneqq");s(u,g,v,"≯","\\ngtr",!0);s(u,g,v,"","\\@ngeqslant");s(u,g,v,"","\\@ngeqq");s(u,g,v,"⪈","\\gneq",!0);s(u,g,v,"≩","\\gneqq",!0);s(u,g,v,"","\\@gvertneqq");s(u,g,v,"⋧","\\gnsim",!0);s(u,g,v,"⪊","\\gnapprox",!0);s(u,g,v,"⊁","\\nsucc",!0);s(u,g,v,"⋡","\\nsucceq",!0);s(u,g,v,"⋩","\\succnsim",!0);s(u,g,v,"⪺","\\succnapprox",!0);s(u,g,v,"≆","\\ncong",!0);s(u,g,v,"","\\@nshortparallel");s(u,g,v,"∦","\\nparallel",!0);s(u,g,v,"⊯","\\nVDash",!0);s(u,g,v,"⋫","\\ntriangleright");s(u,g,v,"⋭","\\ntrianglerighteq",!0);s(u,g,v,"","\\@nsupseteqq");s(u,g,v,"⊋","\\supsetneq",!0);s(u,g,v,"","\\@varsupsetneq");s(u,g,v,"⫌","\\supsetneqq",!0);s(u,g,v,"","\\@varsupsetneqq");s(u,g,v,"⊮","\\nVdash",!0);s(u,g,v,"⪵","\\precneqq",!0);s(u,g,v,"⪶","\\succneqq",!0);s(u,g,v,"","\\@nsubseteqq");s(u,g,L,"⊴","\\unlhd");s(u,g,L,"⊵","\\unrhd");s(u,g,v,"↚","\\nleftarrow",!0);s(u,g,v,"↛","\\nrightarrow",!0);s(u,g,v,"⇍","\\nLeftarrow",!0);s(u,g,v,"⇏","\\nRightarrow",!0);s(u,g,v,"↮","\\nleftrightarrow",!0);s(u,g,v,"⇎","\\nLeftrightarrow",!0);s(u,g,v,"△","\\vartriangle");s(u,g,x,"ℏ","\\hslash");s(u,g,x,"▽","\\triangledown");s(u,g,x,"◊","\\lozenge");s(u,g,x,"Ⓢ","\\circledS");s(u,g,x,"®","\\circledR");s(I,g,x,"®","\\circledR");s(u,g,x,"∡","\\measuredangle",!0);s(u,g,x,"∄","\\nexists");s(u,g,x,"℧","\\mho");s(u,g,x,"Ⅎ","\\Finv",!0);s(u,g,x,"⅁","\\Game",!0);s(u,g,x,"‵","\\backprime");s(u,g,x,"▲","\\blacktriangle");s(u,g,x,"▼","\\blacktriangledown");s(u,g,x,"■","\\blacksquare");s(u,g,x,"⧫","\\blacklozenge");s(u,g,x,"★","\\bigstar");s(u,g,x,"∢","\\sphericalangle",!0);s(u,g,x,"∁","\\complement",!0);s(u,g,x,"ð","\\eth",!0);s(I,h,x,"ð","ð");s(u,g,x,"╱","\\diagup");s(u,g,x,"╲","\\diagdown");s(u,g,x,"□","\\square");s(u,g,x,"□","\\Box");s(u,g,x,"◊","\\Diamond");s(u,g,x,"¥","\\yen",!0);s(I,g,x,"¥","\\yen",!0);s(u,g,x,"✓","\\checkmark",!0);s(I,g,x,"✓","\\checkmark");s(u,g,x,"ℶ","\\beth",!0);s(u,g,x,"ℸ","\\daleth",!0);s(u,g,x,"ℷ","\\gimel",!0);s(u,g,x,"ϝ","\\digamma",!0);s(u,g,x,"ϰ","\\varkappa");s(u,g,Ee,"┌","\\@ulcorner",!0);s(u,g,ve,"┐","\\@urcorner",!0);s(u,g,Ee,"└","\\@llcorner",!0);s(u,g,ve,"┘","\\@lrcorner",!0);s(u,g,v,"≦","\\leqq",!0);s(u,g,v,"⩽","\\leqslant",!0);s(u,g,v,"⪕","\\eqslantless",!0);s(u,g,v,"≲","\\lesssim",!0);s(u,g,v,"⪅","\\lessapprox",!0);s(u,g,v,"≊","\\approxeq",!0);s(u,g,L,"⋖","\\lessdot");s(u,g,v,"⋘","\\lll",!0);s(u,g,v,"≶","\\lessgtr",!0);s(u,g,v,"⋚","\\lesseqgtr",!0);s(u,g,v,"⪋","\\lesseqqgtr",!0);s(u,g,v,"≑","\\doteqdot");s(u,g,v,"≓","\\risingdotseq",!0);s(u,g,v,"≒","\\fallingdotseq",!0);s(u,g,v,"∽","\\backsim",!0);s(u,g,v,"⋍","\\backsimeq",!0);s(u,g,v,"⫅","\\subseteqq",!0);s(u,g,v,"⋐","\\Subset",!0);s(u,g,v,"⊏","\\sqsubset",!0);s(u,g,v,"≼","\\preccurlyeq",!0);s(u,g,v,"⋞","\\curlyeqprec",!0);s(u,g,v,"≾","\\precsim",!0);s(u,g,v,"⪷","\\precapprox",!0);s(u,g,v,"⊲","\\vartriangleleft");s(u,g,v,"⊴","\\trianglelefteq");s(u,g,v,"⊨","\\vDash",!0);s(u,g,v,"⊪","\\Vvdash",!0);s(u,g,v,"⌣","\\smallsmile");s(u,g,v,"⌢","\\smallfrown");s(u,g,v,"≏","\\bumpeq",!0);s(u,g,v,"≎","\\Bumpeq",!0);s(u,g,v,"≧","\\geqq",!0);s(u,g,v,"⩾","\\geqslant",!0);s(u,g,v,"⪖","\\eqslantgtr",!0);s(u,g,v,"≳","\\gtrsim",!0);s(u,g,v,"⪆","\\gtrapprox",!0);s(u,g,L,"⋗","\\gtrdot");s(u,g,v,"⋙","\\ggg",!0);s(u,g,v,"≷","\\gtrless",!0);s(u,g,v,"⋛","\\gtreqless",!0);s(u,g,v,"⪌","\\gtreqqless",!0);s(u,g,v,"≖","\\eqcirc",!0);s(u,g,v,"≗","\\circeq",!0);s(u,g,v,"≜","\\triangleq",!0);s(u,g,v,"∼","\\thicksim");s(u,g,v,"≈","\\thickapprox");s(u,g,v,"⫆","\\supseteqq",!0);s(u,g,v,"⋑","\\Supset",!0);s(u,g,v,"⊐","\\sqsupset",!0);s(u,g,v,"≽","\\succcurlyeq",!0);s(u,g,v,"⋟","\\curlyeqsucc",!0);s(u,g,v,"≿","\\succsim",!0);s(u,g,v,"⪸","\\succapprox",!0);s(u,g,v,"⊳","\\vartriangleright");s(u,g,v,"⊵","\\trianglerighteq");s(u,g,v,"⊩","\\Vdash",!0);s(u,g,v,"∣","\\shortmid");s(u,g,v,"∥","\\shortparallel");s(u,g,v,"≬","\\between",!0);s(u,g,v,"⋔","\\pitchfork",!0);s(u,g,v,"∝","\\varpropto");s(u,g,v,"◀","\\blacktriangleleft");s(u,g,v,"∴","\\therefore",!0);s(u,g,v,"∍","\\backepsilon");s(u,g,v,"▶","\\blacktriangleright");s(u,g,v,"∵","\\because",!0);s(u,g,v,"⋘","\\llless");s(u,g,v,"⋙","\\gggtr");s(u,g,L,"⊲","\\lhd");s(u,g,L,"⊳","\\rhd");s(u,g,v,"≂","\\eqsim",!0);s(u,h,v,"⋈","\\Join");s(u,g,v,"≑","\\Doteq",!0);s(u,g,L,"∔","\\dotplus",!0);s(u,g,L,"∖","\\smallsetminus");s(u,g,L,"⋒","\\Cap",!0);s(u,g,L,"⋓","\\Cup",!0);s(u,g,L,"⩞","\\doublebarwedge",!0);s(u,g,L,"⊟","\\boxminus",!0);s(u,g,L,"⊞","\\boxplus",!0);s(u,g,L,"⋇","\\divideontimes",!0);s(u,g,L,"⋉","\\ltimes",!0);s(u,g,L,"⋊","\\rtimes",!0);s(u,g,L,"⋋","\\leftthreetimes",!0);s(u,g,L,"⋌","\\rightthreetimes",!0);s(u,g,L,"⋏","\\curlywedge",!0);s(u,g,L,"⋎","\\curlyvee",!0);s(u,g,L,"⊝","\\circleddash",!0);s(u,g,L,"⊛","\\circledast",!0);s(u,g,L,"⋅","\\centerdot");s(u,g,L,"⊺","\\intercal",!0);s(u,g,L,"⋒","\\doublecap");s(u,g,L,"⋓","\\doublecup");s(u,g,L,"⊠","\\boxtimes",!0);s(u,g,v,"⇢","\\dashrightarrow",!0);s(u,g,v,"⇠","\\dashleftarrow",!0);s(u,g,v,"⇇","\\leftleftarrows",!0);s(u,g,v,"⇆","\\leftrightarrows",!0);s(u,g,v,"⇚","\\Lleftarrow",!0);s(u,g,v,"↞","\\twoheadleftarrow",!0);s(u,g,v,"↢","\\leftarrowtail",!0);s(u,g,v,"↫","\\looparrowleft",!0);s(u,g,v,"⇋","\\leftrightharpoons",!0);s(u,g,v,"↶","\\curvearrowleft",!0);s(u,g,v,"↺","\\circlearrowleft",!0);s(u,g,v,"↰","\\Lsh",!0);s(u,g,v,"⇈","\\upuparrows",!0);s(u,g,v,"↿","\\upharpoonleft",!0);s(u,g,v,"⇃","\\downharpoonleft",!0);s(u,h,v,"⊶","\\origof",!0);s(u,h,v,"⊷","\\imageof",!0);s(u,g,v,"⊸","\\multimap",!0);s(u,g,v,"↭","\\leftrightsquigarrow",!0);s(u,g,v,"⇉","\\rightrightarrows",!0);s(u,g,v,"⇄","\\rightleftarrows",!0);s(u,g,v,"↠","\\twoheadrightarrow",!0);s(u,g,v,"↣","\\rightarrowtail",!0);s(u,g,v,"↬","\\looparrowright",!0);s(u,g,v,"↷","\\curvearrowright",!0);s(u,g,v,"↻","\\circlearrowright",!0);s(u,g,v,"↱","\\Rsh",!0);s(u,g,v,"⇊","\\downdownarrows",!0);s(u,g,v,"↾","\\upharpoonright",!0);s(u,g,v,"⇂","\\downharpoonright",!0);s(u,g,v,"⇝","\\rightsquigarrow",!0);s(u,g,v,"⇝","\\leadsto");s(u,g,v,"⇛","\\Rrightarrow",!0);s(u,g,v,"↾","\\restriction");s(u,h,x,"‘","`");s(u,h,x,"$","\\$");s(I,h,x,"$","\\$");s(I,h,x,"$","\\textdollar");s(u,h,x,"%","\\%");s(I,h,x,"%","\\%");s(u,h,x,"_","\\_");s(I,h,x,"_","\\_");s(I,h,x,"_","\\textunderscore");s(u,h,x,"∠","\\angle",!0);s(u,h,x,"∞","\\infty",!0);s(u,h,x,"′","\\prime");s(u,h,x,"△","\\triangle");s(u,h,x,"Γ","\\Gamma",!0);s(u,h,x,"Δ","\\Delta",!0);s(u,h,x,"Θ","\\Theta",!0);s(u,h,x,"Λ","\\Lambda",!0);s(u,h,x,"Ξ","\\Xi",!0);s(u,h,x,"Π","\\Pi",!0);s(u,h,x,"Σ","\\Sigma",!0);s(u,h,x,"Υ","\\Upsilon",!0);s(u,h,x,"Φ","\\Phi",!0);s(u,h,x,"Ψ","\\Psi",!0);s(u,h,x,"Ω","\\Omega",!0);s(u,h,x,"A","Α");s(u,h,x,"B","Β");s(u,h,x,"E","Ε");s(u,h,x,"Z","Ζ");s(u,h,x,"H","Η");s(u,h,x,"I","Ι");s(u,h,x,"K","Κ");s(u,h,x,"M","Μ");s(u,h,x,"N","Ν");s(u,h,x,"O","Ο");s(u,h,x,"P","Ρ");s(u,h,x,"T","Τ");s(u,h,x,"X","Χ");s(u,h,x,"¬","\\neg",!0);s(u,h,x,"¬","\\lnot");s(u,h,x,"⊤","\\top");s(u,h,x,"⊥","\\bot");s(u,h,x,"∅","\\emptyset");s(u,g,x,"∅","\\varnothing");s(u,h,P,"α","\\alpha",!0);s(u,h,P,"β","\\beta",!0);s(u,h,P,"γ","\\gamma",!0);s(u,h,P,"δ","\\delta",!0);s(u,h,P,"ϵ","\\epsilon",!0);s(u,h,P,"ζ","\\zeta",!0);s(u,h,P,"η","\\eta",!0);s(u,h,P,"θ","\\theta",!0);s(u,h,P,"ι","\\iota",!0);s(u,h,P,"κ","\\kappa",!0);s(u,h,P,"λ","\\lambda",!0);s(u,h,P,"μ","\\mu",!0);s(u,h,P,"ν","\\nu",!0);s(u,h,P,"ξ","\\xi",!0);s(u,h,P,"ο","\\omicron",!0);s(u,h,P,"π","\\pi",!0);s(u,h,P,"ρ","\\rho",!0);s(u,h,P,"σ","\\sigma",!0);s(u,h,P,"τ","\\tau",!0);s(u,h,P,"υ","\\upsilon",!0);s(u,h,P,"ϕ","\\phi",!0);s(u,h,P,"χ","\\chi",!0);s(u,h,P,"ψ","\\psi",!0);s(u,h,P,"ω","\\omega",!0);s(u,h,P,"ε","\\varepsilon",!0);s(u,h,P,"ϑ","\\vartheta",!0);s(u,h,P,"ϖ","\\varpi",!0);s(u,h,P,"ϱ","\\varrho",!0);s(u,h,P,"ς","\\varsigma",!0);s(u,h,P,"φ","\\varphi",!0);s(u,h,L,"∗","*",!0);s(u,h,L,"+","+");s(u,h,L,"−","-",!0);s(u,h,L,"⋅","\\cdot",!0);s(u,h,L,"∘","\\circ",!0);s(u,h,L,"÷","\\div",!0);s(u,h,L,"±","\\pm",!0);s(u,h,L,"×","\\times",!0);s(u,h,L,"∩","\\cap",!0);s(u,h,L,"∪","\\cup",!0);s(u,h,L,"∖","\\setminus",!0);s(u,h,L,"∧","\\land");s(u,h,L,"∨","\\lor");s(u,h,L,"∧","\\wedge",!0);s(u,h,L,"∨","\\vee",!0);s(u,h,x,"√","\\surd");s(u,h,Ee,"⟨","\\langle",!0);s(u,h,Ee,"∣","\\lvert");s(u,h,Ee,"∥","\\lVert");s(u,h,ve,"?","?");s(u,h,ve,"!","!");s(u,h,ve,"⟩","\\rangle",!0);s(u,h,ve,"∣","\\rvert");s(u,h,ve,"∥","\\rVert");s(u,h,v,"=","=");s(u,h,v,":",":");s(u,h,v,"≈","\\approx",!0);s(u,h,v,"≅","\\cong",!0);s(u,h,v,"≥","\\ge");s(u,h,v,"≥","\\geq",!0);s(u,h,v,"←","\\gets");s(u,h,v,">","\\gt",!0);s(u,h,v,"∈","\\in",!0);s(u,h,v,"","\\@not");s(u,h,v,"⊂","\\subset",!0);s(u,h,v,"⊃","\\supset",!0);s(u,h,v,"⊆","\\subseteq",!0);s(u,h,v,"⊇","\\supseteq",!0);s(u,g,v,"⊈","\\nsubseteq",!0);s(u,g,v,"⊉","\\nsupseteq",!0);s(u,h,v,"⊨","\\models");s(u,h,v,"←","\\leftarrow",!0);s(u,h,v,"≤","\\le");s(u,h,v,"≤","\\leq",!0);s(u,h,v,"<","\\lt",!0);s(u,h,v,"→","\\rightarrow",!0);s(u,h,v,"→","\\to");s(u,g,v,"≱","\\ngeq",!0);s(u,g,v,"≰","\\nleq",!0);s(u,h,Je," ","\\ ");s(u,h,Je," ","\\space");s(u,h,Je," ","\\nobreakspace");s(I,h,Je," ","\\ ");s(I,h,Je," "," ");s(I,h,Je," ","\\space");s(I,h,Je," ","\\nobreakspace");s(u,h,Je,null,"\\nobreak");s(u,h,Je,null,"\\allowbreak");s(u,h,Ct,",",",");s(u,h,Ct,";",";");s(u,g,L,"⊼","\\barwedge",!0);s(u,g,L,"⊻","\\veebar",!0);s(u,h,L,"⊙","\\odot",!0);s(u,h,L,"⊕","\\oplus",!0);s(u,h,L,"⊗","\\otimes",!0);s(u,h,x,"∂","\\partial",!0);s(u,h,L,"⊘","\\oslash",!0);s(u,g,L,"⊚","\\circledcirc",!0);s(u,g,L,"⊡","\\boxdot",!0);s(u,h,L,"△","\\bigtriangleup");s(u,h,L,"▽","\\bigtriangledown");s(u,h,L,"†","\\dagger");s(u,h,L,"⋄","\\diamond");s(u,h,L,"⋆","\\star");s(u,h,L,"◃","\\triangleleft");s(u,h,L,"▹","\\triangleright");s(u,h,Ee,"{","\\{");s(I,h,x,"{","\\{");s(I,h,x,"{","\\textbraceleft");s(u,h,ve,"}","\\}");s(I,h,x,"}","\\}");s(I,h,x,"}","\\textbraceright");s(u,h,Ee,"{","\\lbrace");s(u,h,ve,"}","\\rbrace");s(u,h,Ee,"[","\\lbrack",!0);s(I,h,x,"[","\\lbrack",!0);s(u,h,ve,"]","\\rbrack",!0);s(I,h,x,"]","\\rbrack",!0);s(u,h,Ee,"(","\\lparen",!0);s(u,h,ve,")","\\rparen",!0);s(I,h,x,"<","\\textless",!0);s(I,h,x,">","\\textgreater",!0);s(u,h,Ee,"⌊","\\lfloor",!0);s(u,h,ve,"⌋","\\rfloor",!0);s(u,h,Ee,"⌈","\\lceil",!0);s(u,h,ve,"⌉","\\rceil",!0);s(u,h,x,"\\","\\backslash");s(u,h,x,"∣","|");s(u,h,x,"∣","\\vert");s(I,h,x,"|","\\textbar",!0);s(u,h,x,"∥","\\|");s(u,h,x,"∥","\\Vert");s(I,h,x,"∥","\\textbardbl");s(I,h,x,"~","\\textasciitilde");s(I,h,x,"\\","\\textbackslash");s(I,h,x,"^","\\textasciicircum");s(u,h,v,"↑","\\uparrow",!0);s(u,h,v,"⇑","\\Uparrow",!0);s(u,h,v,"↓","\\downarrow",!0);s(u,h,v,"⇓","\\Downarrow",!0);s(u,h,v,"↕","\\updownarrow",!0);s(u,h,v,"⇕","\\Updownarrow",!0);s(u,h,oe,"∐","\\coprod");s(u,h,oe,"⋁","\\bigvee");s(u,h,oe,"⋀","\\bigwedge");s(u,h,oe,"⨄","\\biguplus");s(u,h,oe,"⋂","\\bigcap");s(u,h,oe,"⋃","\\bigcup");s(u,h,oe,"∫","\\int");s(u,h,oe,"∫","\\intop");s(u,h,oe,"∬","\\iint");s(u,h,oe,"∭","\\iiint");s(u,h,oe,"∏","\\prod");s(u,h,oe,"∑","\\sum");s(u,h,oe,"⨂","\\bigotimes");s(u,h,oe,"⨁","\\bigoplus");s(u,h,oe,"⨀","\\bigodot");s(u,h,oe,"∮","\\oint");s(u,h,oe,"∯","\\oiint");s(u,h,oe,"∰","\\oiiint");s(u,h,oe,"⨆","\\bigsqcup");s(u,h,oe,"∫","\\smallint");s(I,h,O0,"…","\\textellipsis");s(u,h,O0,"…","\\mathellipsis");s(I,h,O0,"…","\\ldots",!0);s(u,h,O0,"…","\\ldots",!0);s(u,h,O0,"⋯","\\@cdots",!0);s(u,h,O0,"⋱","\\ddots",!0);s(u,h,x,"⋮","\\varvdots");s(I,h,x,"⋮","\\varvdots");s(u,h,te,"ˊ","\\acute");s(u,h,te,"ˋ","\\grave");s(u,h,te,"¨","\\ddot");s(u,h,te,"~","\\tilde");s(u,h,te,"ˉ","\\bar");s(u,h,te,"˘","\\breve");s(u,h,te,"ˇ","\\check");s(u,h,te,"^","\\hat");s(u,h,te,"⃗","\\vec");s(u,h,te,"˙","\\dot");s(u,h,te,"˚","\\mathring");s(u,h,P,"","\\@imath");s(u,h,P,"","\\@jmath");s(u,h,x,"ı","ı");s(u,h,x,"ȷ","ȷ");s(I,h,x,"ı","\\i",!0);s(I,h,x,"ȷ","\\j",!0);s(I,h,x,"ß","\\ss",!0);s(I,h,x,"æ","\\ae",!0);s(I,h,x,"œ","\\oe",!0);s(I,h,x,"ø","\\o",!0);s(I,h,x,"Æ","\\AE",!0);s(I,h,x,"Œ","\\OE",!0);s(I,h,x,"Ø","\\O",!0);s(I,h,te,"ˊ","\\'");s(I,h,te,"ˋ","\\`");s(I,h,te,"ˆ","\\^");s(I,h,te,"˜","\\~");s(I,h,te,"ˉ","\\=");s(I,h,te,"˘","\\u");s(I,h,te,"˙","\\.");s(I,h,te,"¸","\\c");s(I,h,te,"˚","\\r");s(I,h,te,"ˇ","\\v");s(I,h,te,"¨",'\\"');s(I,h,te,"˝","\\H");s(I,h,te,"◯","\\textcircled");var ai={"--":!0,"---":!0,"``":!0,"''":!0};s(I,h,x,"–","--",!0);s(I,h,x,"–","\\textendash");s(I,h,x,"—","---",!0);s(I,h,x,"—","\\textemdash");s(I,h,x,"‘","`",!0);s(I,h,x,"‘","\\textquoteleft");s(I,h,x,"’","'",!0);s(I,h,x,"’","\\textquoteright");s(I,h,x,"“","``",!0);s(I,h,x,"“","\\textquotedblleft");s(I,h,x,"”","''",!0);s(I,h,x,"”","\\textquotedblright");s(u,h,x,"°","\\degree",!0);s(I,h,x,"°","\\degree");s(I,h,x,"°","\\textdegree",!0);s(u,h,x,"£","\\pounds");s(u,h,x,"£","\\mathsterling",!0);s(I,h,x,"£","\\pounds");s(I,h,x,"£","\\textsterling",!0);s(u,g,x,"✠","\\maltese");s(I,g,x,"✠","\\maltese");var Wa='0123456789/@."';for(var Xt=0;Xt<Wa.length;Xt++){var Va=Wa.charAt(Xt);s(u,h,x,Va,Va)}var Ya='0123456789!@*()-=+";:?/.,';for(var Zt=0;Zt<Ya.length;Zt++){var Xa=Ya.charAt(Zt);s(I,h,x,Xa,Xa)}var St="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";for(var Kt=0;Kt<St.length;Kt++){var st=St.charAt(Kt);s(u,h,P,st,st),s(I,h,x,st,st)}s(u,g,x,"C","ℂ");s(I,g,x,"C","ℂ");s(u,g,x,"H","ℍ");s(I,g,x,"H","ℍ");s(u,g,x,"N","ℕ");s(I,g,x,"N","ℕ");s(u,g,x,"P","ℙ");s(I,g,x,"P","ℙ");s(u,g,x,"Q","ℚ");s(I,g,x,"Q","ℚ");s(u,g,x,"R","ℝ");s(I,g,x,"R","ℝ");s(u,g,x,"Z","ℤ");s(I,g,x,"Z","ℤ");s(u,h,P,"h","ℎ");s(I,h,P,"h","ℎ");var $="";for(var me=0;me<St.length;me++){var ie=St.charAt(me);$=String.fromCharCode(55349,56320+me),s(u,h,P,ie,$),s(I,h,x,ie,$),$=String.fromCharCode(55349,56372+me),s(u,h,P,ie,$),s(I,h,x,ie,$),$=String.fromCharCode(55349,56424+me),s(u,h,P,ie,$),s(I,h,x,ie,$),$=String.fromCharCode(55349,56580+me),s(u,h,P,ie,$),s(I,h,x,ie,$),$=String.fromCharCode(55349,56684+me),s(u,h,P,ie,$),s(I,h,x,ie,$),$=String.fromCharCode(55349,56736+me),s(u,h,P,ie,$),s(I,h,x,ie,$),$=String.fromCharCode(55349,56788+me),s(u,h,P,ie,$),s(I,h,x,ie,$),$=String.fromCharCode(55349,56840+me),s(u,h,P,ie,$),s(I,h,x,ie,$),$=String.fromCharCode(55349,56944+me),s(u,h,P,ie,$),s(I,h,x,ie,$),me<26&&($=String.fromCharCode(55349,56632+me),s(u,h,P,ie,$),s(I,h,x,ie,$),$=String.fromCharCode(55349,56476+me),s(u,h,P,ie,$),s(I,h,x,ie,$))}$="𝕜";s(u,h,P,"k",$);s(I,h,x,"k",$);for(var h0=0;h0<10;h0++){var r0=h0.toString();$=String.fromCharCode(55349,57294+h0),s(u,h,P,r0,$),s(I,h,x,r0,$),$=String.fromCharCode(55349,57314+h0),s(u,h,P,r0,$),s(I,h,x,r0,$),$=String.fromCharCode(55349,57324+h0),s(u,h,P,r0,$),s(I,h,x,r0,$),$=String.fromCharCode(55349,57334+h0),s(u,h,P,r0,$),s(I,h,x,r0,$)}var xr="ÐÞþ";for(var Jt=0;Jt<xr.length;Jt++){var lt=xr.charAt(Jt);s(u,h,P,lt,lt),s(I,h,x,lt,lt)}var ot=[["mathbf","textbf","Main-Bold"],["mathbf","textbf","Main-Bold"],["mathnormal","textit","Math-Italic"],["mathnormal","textit","Math-Italic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["mathscr","textscr","Script-Regular"],["","",""],["","",""],["","",""],["mathfrak","textfrak","Fraktur-Regular"],["mathfrak","textfrak","Fraktur-Regular"],["mathbb","textbb","AMS-Regular"],["mathbb","textbb","AMS-Regular"],["mathboldfrak","textboldfrak","Fraktur-Regular"],["mathboldfrak","textboldfrak","Fraktur-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathitsf","textitsf","SansSerif-Italic"],["mathitsf","textitsf","SansSerif-Italic"],["","",""],["","",""],["mathtt","texttt","Typewriter-Regular"],["mathtt","texttt","Typewriter-Regular"]],Za=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],g1=function(e,t){var a=e.charCodeAt(0),n=e.charCodeAt(1),i=(a-55296)*1024+(n-56320)+65536,l=t==="math"?0:1;if(119808<=i&&i<120484){var o=Math.floor((i-119808)/26);return[ot[o][2],ot[o][l]]}else if(120782<=i&&i<=120831){var c=Math.floor((i-120782)/10);return[Za[c][2],Za[c][l]]}else{if(i===120485||i===120486)return[ot[0][2],ot[0][l]];if(120486<i&&i<120782)return["",""];throw new N("Unsupported character: "+e)}},Ft=function(e,t,a){return J[a][e]&&J[a][e].replace&&(e=J[a][e].replace),{value:e,metrics:qr(e,t,a)}},pe=function(e,t,a,n,i){var l=Ft(e,t,a),o=l.metrics;e=l.value;var c;if(o){var d=o.italic;(a==="text"||n&&n.font==="mathit")&&(d=0),c=new Ie(e,o.height,o.depth,d,o.skew,o.width,i)}else typeof console<"u"&&console.warn("No character metrics "+("for '"+e+"' in style '"+t+"' and mode '"+a+"'")),c=new Ie(e,0,0,0,0,0,i);if(n){c.maxFontSize=n.sizeMultiplier,n.style.isTight()&&c.classes.push("mtight");var p=n.getColor();p&&(c.style.color=p)}return c},$r=function(e,t,a,n){return n===void 0&&(n=[]),a.font==="boldsymbol"&&Ft(e,"Main-Bold",t).metrics?pe(e,"Main-Bold",t,a,n.concat(["mathbf"])):e==="\\"||J[t][e].font==="main"?pe(e,"Main-Regular",t,a,n):pe(e,"AMS-Regular",t,a,n.concat(["amsrm"]))},v1=function(e,t,a,n,i){return i!=="textord"&&Ft(e,"Math-BoldItalic",t).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}},It=function(e,t,a){var n=e.mode,i=e.text,l=["mord"],o=n==="math"||n==="text"&&t.font,c=o?t.font:t.fontFamily,d="",p="";if(i.charCodeAt(0)===55349&&([d,p]=g1(i,n)),d.length>0)return pe(i,d,n,t,l.concat(p));if(c){var f,b;if(c==="boldsymbol"){var y=v1(i,n,t,l,a);f=y.fontName,b=[y.fontClass]}else o?(f=wr[c].fontName,b=[c]):(f=ut(c,t.fontWeight,t.fontShape),b=[c,t.fontWeight,t.fontShape]);if(Ft(i,f,n).metrics)return pe(i,f,n,t,l.concat(b));if(ai.hasOwnProperty(i)&&f.slice(0,10)==="Typewriter"){for(var S=[],A=0;A<i.length;A++)S.push(pe(i[A],f,n,t,l.concat(b)));return Qe(S)}}if(a==="mathord")return pe(i,"Math-Italic",n,t,l.concat(["mathnormal"]));if(a==="textord"){var T=J[n][i]&&J[n][i].font;if(T==="ams"){var C=ut("amsrm",t.fontWeight,t.fontShape);return pe(i,C,n,t,l.concat("amsrm",t.fontWeight,t.fontShape))}else if(T==="main"||!T){var w=ut("textrm",t.fontWeight,t.fontShape);return pe(i,w,n,t,l.concat(t.fontWeight,t.fontShape))}else{var k=ut(T,t.fontWeight,t.fontShape);return pe(i,k,n,t,l.concat(k,t.fontWeight,t.fontShape))}}else throw new Error("unexpected type: "+a+" in makeOrd")},b1=(r,e)=>{if(i0(r.classes)!==i0(e.classes)||r.skew!==e.skew||r.maxFontSize!==e.maxFontSize||r.italic!==0&&r.hasClass("mathnormal"))return!1;if(r.classes.length===1){var t=r.classes[0];if(t==="mbin"||t==="mord")return!1}for(var a in r.style)if(r.style.hasOwnProperty(a)&&r.style[a]!==e.style[a])return!1;for(var n in e.style)if(e.style.hasOwnProperty(n)&&r.style[n]!==e.style[n])return!1;return!0},ni=r=>{for(var e=0;e<r.length-1;e++){var t=r[e],a=r[e+1];t instanceof Ie&&a instanceof Ie&&b1(t,a)&&(t.text+=a.text,t.height=Math.max(t.height,a.height),t.depth=Math.max(t.depth,a.depth),t.italic=a.italic,r.splice(e+1,1),e--)}return r},Hr=function(e){for(var t=0,a=0,n=0,i=0;i<e.children.length;i++){var l=e.children[i];l.height>t&&(t=l.height),l.depth>a&&(a=l.depth),l.maxFontSize>n&&(n=l.maxFontSize)}e.height=t,e.depth=a,e.maxFontSize=n},R=function(e,t,a,n){var i=new J0(e,t,a,n);return Hr(i),i},l0=(r,e,t,a)=>new J0(r,e,t,a),R0=function(e,t,a){var n=R([e],[],t);return n.height=Math.max(a||t.fontMetrics().defaultRuleThickness,t.minRuleThickness),n.style.borderBottomWidth=O(n.height),n.maxFontSize=1,n},y1=function(e,t,a,n){var i=new Pr(e,t,a,n);return Hr(i),i},Qe=function(e){var t=new K0(e);return Hr(t),t},N0=function(e,t){return e instanceof K0?R([],[e],t):e},x1=function(e){if(e.positionType==="individualShift"){for(var t=e.children,a=[t[0]],n=-t[0].shift-t[0].elem.depth,i=n,l=1;l<t.length;l++){var o=-t[l].shift-i-t[l].elem.depth,c=o-(t[l-1].elem.height+t[l-1].elem.depth);i=i+o,a.push({type:"kern",size:c}),a.push(t[l])}return{children:a,depth:n}}var d;if(e.positionType==="top"){for(var p=e.positionData,f=0;f<e.children.length;f++){var b=e.children[f];p-=b.type==="kern"?b.size:b.elem.height+b.elem.depth}d=p}else if(e.positionType==="bottom")d=-e.positionData;else{var y=e.children[0];if(y.type!=="elem")throw new Error('First child must have type "elem".');if(e.positionType==="shift")d=-y.elem.depth-e.positionData;else if(e.positionType==="firstBaseline")d=-y.elem.depth;else throw new Error("Invalid positionType "+e.positionType+".")}return{children:e.children,depth:d}},Z=function(e,t){for(var{children:a,depth:n}=x1(e),i=0,l=0;l<a.length;l++){var o=a[l];if(o.type==="elem"){var c=o.elem;i=Math.max(i,c.maxFontSize,c.height)}}i+=2;var d=R(["pstrut"],[]);d.style.height=O(i);for(var p=[],f=n,b=n,y=n,S=0;S<a.length;S++){var A=a[S];if(A.type==="kern")y+=A.size;else{var T=A.elem,C=A.wrapperClasses||[],w=A.wrapperStyle||{},k=R(C,[d,T],void 0,w);k.style.top=O(-i-y-T.depth),A.marginLeft&&(k.style.marginLeft=A.marginLeft),A.marginRight&&(k.style.marginRight=A.marginRight),p.push(k),y+=T.height+T.depth}f=Math.min(f,y),b=Math.max(b,y)}var M=R(["vlist"],p);M.style.height=O(b);var E;if(f<0){var z=R([],[]),F=R(["vlist"],[z]);F.style.height=O(-f);var q=R(["vlist-s"],[new Ie("")]);E=[R(["vlist-r"],[M,q]),R(["vlist-r"],[F])]}else E=[R(["vlist-r"],[M])];var _=R(["vlist-t"],E);return E.length===2&&_.classes.push("vlist-t2"),_.height=b,_.depth=-f,_},ii=(r,e)=>{var t=R(["mspace"],[],e),a=ne(r,e);return t.style.marginRight=O(a),t},ut=function(e,t,a){var n="";switch(e){case"amsrm":n="AMS";break;case"textrm":n="Main";break;case"textsf":n="SansSerif";break;case"texttt":n="Typewriter";break;default:n=e}var i;return t==="textbf"&&a==="textit"?i="BoldItalic":t==="textbf"?i="Bold":t==="textit"?i="Italic":i="Regular",n+"-"+i},wr={mathbf:{variant:"bold",fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",fontName:"Main-Italic"},mathit:{variant:"italic",fontName:"Main-Italic"},mathnormal:{variant:"italic",fontName:"Math-Italic"},mathsfit:{variant:"sans-serif-italic",fontName:"SansSerif-Italic"},mathbb:{variant:"double-struck",fontName:"AMS-Regular"},mathcal:{variant:"script",fontName:"Caligraphic-Regular"},mathfrak:{variant:"fraktur",fontName:"Fraktur-Regular"},mathscr:{variant:"script",fontName:"Script-Regular"},mathsf:{variant:"sans-serif",fontName:"SansSerif-Regular"},mathtt:{variant:"monospace",fontName:"Typewriter-Regular"}},si={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]},li=function(e,t){var[a,n,i]=si[e],l=new s0(a),o=new Ze([l],{width:O(n),height:O(i),style:"width:"+O(n),viewBox:"0 0 "+1e3*n+" "+1e3*i,preserveAspectRatio:"xMinYMin"}),c=l0(["overlay"],[o],t);return c.height=i,c.style.height=O(i),c.style.width=O(n),c},ae={number:3,unit:"mu"},d0={number:4,unit:"mu"},Ge={number:5,unit:"mu"},w1={mord:{mop:ae,mbin:d0,mrel:Ge,minner:ae},mop:{mord:ae,mop:ae,mrel:Ge,minner:ae},mbin:{mord:d0,mop:d0,mopen:d0,minner:d0},mrel:{mord:Ge,mop:Ge,mopen:Ge,minner:Ge},mopen:{},mclose:{mop:ae,mbin:d0,mrel:Ge,minner:ae},mpunct:{mord:ae,mop:ae,mrel:Ge,mopen:ae,mclose:ae,mpunct:ae,minner:ae},minner:{mord:ae,mop:ae,mbin:d0,mrel:Ge,mopen:ae,mpunct:ae,minner:ae}},S1={mord:{mop:ae},mop:{mord:ae,mop:ae},mbin:{},mrel:{},mopen:{},mclose:{mop:ae},mpunct:{},minner:{mop:ae}},oi={},kt={},At={};function B(r){for(var{type:e,names:t,props:a,handler:n,htmlBuilder:i,mathmlBuilder:l}=r,o={type:e,numArgs:a.numArgs,argTypes:a.argTypes,allowedInArgument:!!a.allowedInArgument,allowedInText:!!a.allowedInText,allowedInMath:a.allowedInMath===void 0?!0:a.allowedInMath,numOptionalArgs:a.numOptionalArgs||0,infix:!!a.infix,primitive:!!a.primitive,handler:n},c=0;c<t.length;++c)oi[t[c]]=o;e&&(i&&(kt[e]=i),l&&(At[e]=l))}function w0(r){var{type:e,htmlBuilder:t,mathmlBuilder:a}=r;B({type:e,names:[],props:{numArgs:0},handler(){throw new Error("Should never be called.")},htmlBuilder:t,mathmlBuilder:a})}var Tt=function(e){return e.type==="ordgroup"&&e.body.length===1?e.body[0]:e},se=function(e){return e.type==="ordgroup"?e.body:[e]},k1=new Set(["leftmost","mbin","mopen","mrel","mop","mpunct"]),A1=new Set(["rightmost","mrel","mclose","mpunct"]),T1={display:U.DISPLAY,text:U.TEXT,script:U.SCRIPT,scriptscript:U.SCRIPTSCRIPT},E1={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},ue=function(e,t,a,n){n===void 0&&(n=[null,null]);for(var i=[],l=0;l<e.length;l++){var o=X(e[l],t);if(o instanceof K0){var c=o.children;i.push(...c)}else i.push(o)}if(ni(i),!a)return i;var d=t;if(e.length===1){var p=e[0];p.type==="sizing"?d=t.havingSize(p.size):p.type==="styling"&&(d=t.havingStyle(T1[p.style]))}var f=R([n[0]||"leftmost"],[],t),b=R([n[1]||"rightmost"],[],t),y=a==="root";return Ka(i,(S,A)=>{var T=A.classes[0],C=S.classes[0];T==="mbin"&&A1.has(C)?A.classes[0]="mord":C==="mbin"&&k1.has(T)&&(S.classes[0]="mord")},{node:f},b,y),Ka(i,(S,A)=>{var T=Sr(A),C=Sr(S),w=T&&C?S.hasClass("mtight")?S1[T][C]:w1[T][C]:null;if(w)return ii(w,d)},{node:f},b,y),i},Ka=function r(e,t,a,n,i){n&&e.push(n);for(var l=0;l<e.length;l++){var o=e[l],c=ui(o);if(c){r(c.children,t,a,null,i);continue}var d=!o.hasClass("mspace");if(d){var p=t(o,a.node);p&&(a.insertAfter?a.insertAfter(p):(e.unshift(p),l++))}d?a.node=o:i&&o.hasClass("newline")&&(a.node=R(["leftmost"])),a.insertAfter=(f=>b=>{e.splice(f+1,0,b),l++})(l)}n&&e.pop()},ui=function(e){return e instanceof K0||e instanceof Pr||e instanceof J0&&e.hasClass("enclosing")?e:null},M1=function r(e,t){var a=ui(e);if(a){var n=a.children;if(n.length){if(t==="right")return r(n[n.length-1],"right");if(t==="left")return r(n[0],"left")}}return e},Sr=function(e,t){return e?(t&&(e=M1(e,t)),E1[e.classes[0]]||null):null},X0=function(e,t){var a=["nulldelimiter"].concat(e.baseSizingClasses());return R(t.concat(a))},X=function(e,t,a){if(!e)return R();if(kt[e.type]){var n=kt[e.type](e,t);if(a&&t.size!==a.size){n=R(t.sizingClasses(a),[n],t);var i=t.sizeMultiplier/a.sizeMultiplier;n.height*=i,n.depth*=i}return n}else throw new N("Got group of unknown type: '"+e.type+"'")};function ct(r,e){var t=R(["base"],r,e),a=R(["strut"]);return a.style.height=O(t.height+t.depth),t.depth&&(a.style.verticalAlign=O(-t.depth)),t.children.unshift(a),t}function kr(r,e){var t=null;r.length===1&&r[0].type==="tag"&&(t=r[0].tag,r=r[0].body);var a=ue(r,e,"root"),n;a.length===2&&a[1].hasClass("tag")&&(n=a.pop());for(var i=[],l=[],o=0;o<a.length;o++)if(l.push(a[o]),a[o].hasClass("mbin")||a[o].hasClass("mrel")||a[o].hasClass("allowbreak")){for(var c=!1;o<a.length-1&&a[o+1].hasClass("mspace")&&!a[o+1].hasClass("newline");)o++,l.push(a[o]),a[o].hasClass("nobreak")&&(c=!0);c||(i.push(ct(l,e)),l=[])}else a[o].hasClass("newline")&&(l.pop(),l.length>0&&(i.push(ct(l,e)),l=[]),i.push(a[o]));l.length>0&&i.push(ct(l,e));var d;t?(d=ct(ue(t,e,!0)),d.classes=["tag"],i.push(d)):n&&i.push(n);var p=R(["katex-html"],i);if(p.setAttribute("aria-hidden","true"),d){var f=d.children[0];f.style.height=O(p.height+p.depth),p.depth&&(f.style.verticalAlign=O(-p.depth))}return p}function ci(r){return new K0(r)}class D{constructor(e,t,a){this.type=void 0,this.attributes=void 0,this.children=void 0,this.classes=void 0,this.type=e,this.attributes={},this.children=t||[],this.classes=a||[]}setAttribute(e,t){this.attributes[e]=t}getAttribute(e){return this.attributes[e]}toNode(){var e=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);this.classes.length>0&&(e.className=i0(this.classes));for(var a=0;a<this.children.length;a++)if(this.children[a]instanceof le&&this.children[a+1]instanceof le){for(var n=this.children[a].toText()+this.children[++a].toText();this.children[a+1]instanceof le;)n+=this.children[++a].toText();e.appendChild(new le(n).toNode())}else e.appendChild(this.children[a].toNode());return e}toMarkup(){var e="<"+this.type;for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+'="',e+=he(this.attributes[t]),e+='"');this.classes.length>0&&(e+=' class ="'+he(i0(this.classes))+'"'),e+=">";for(var a=0;a<this.children.length;a++)e+=this.children[a].toMarkup();return e+="</"+this.type+">",e}toText(){return this.children.map(e=>e.toText()).join("")}}class le{constructor(e){this.text=void 0,this.text=e}toNode(){return document.createTextNode(this.text)}toMarkup(){return he(this.toText())}toText(){return this.text}}class hi{constructor(e){this.width=void 0,this.character=void 0,this.width=e,e>=.05555&&e<=.05556?this.character=" ":e>=.1666&&e<=.1667?this.character=" ":e>=.2222&&e<=.2223?this.character=" ":e>=.2777&&e<=.2778?this.character=" ":e>=-.05556&&e<=-.05555?this.character=" ":e>=-.1667&&e<=-.1666?this.character=" ":e>=-.2223&&e<=-.2222?this.character=" ":e>=-.2778&&e<=-.2777?this.character=" ":this.character=null}toNode(){if(this.character)return document.createTextNode(this.character);var e=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return e.setAttribute("width",O(this.width)),e}toMarkup(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+O(this.width)+'"/>'}toText(){return this.character?this.character:" "}}var z1=new Set(["\\imath","\\jmath"]),C1=new Set(["mrow","mtable"]),Re=function(e,t,a){return J[t][e]&&J[t][e].replace&&e.charCodeAt(0)!==55349&&!(ai.hasOwnProperty(e)&&a&&(a.fontFamily&&a.fontFamily.slice(4,6)==="tt"||a.font&&a.font.slice(4,6)==="tt"))&&(e=J[t][e].replace),new le(e)},Ur=function(e){return e.length===1?e[0]:new D("mrow",e)},Gr=function(e,t){if(t.fontFamily==="texttt")return"monospace";if(t.fontFamily==="textsf")return t.fontShape==="textit"&&t.fontWeight==="textbf"?"sans-serif-bold-italic":t.fontShape==="textit"?"sans-serif-italic":t.fontWeight==="textbf"?"bold-sans-serif":"sans-serif";if(t.fontShape==="textit"&&t.fontWeight==="textbf")return"bold-italic";if(t.fontShape==="textit")return"italic";if(t.fontWeight==="textbf")return"bold";var a=t.font;if(!a||a==="mathnormal")return null;var n=e.mode;if(a==="mathit")return"italic";if(a==="boldsymbol")return e.type==="textord"?"bold":"bold-italic";if(a==="mathbf")return"bold";if(a==="mathbb")return"double-struck";if(a==="mathsfit")return"sans-serif-italic";if(a==="mathfrak")return"fraktur";if(a==="mathscr"||a==="mathcal")return"script";if(a==="mathsf")return"sans-serif";if(a==="mathtt")return"monospace";var i=e.text;if(z1.has(i))return null;J[n][i]&&J[n][i].replace&&(i=J[n][i].replace);var l=wr[a].fontName;return qr(i,l,n)?wr[a].variant:null};function Qt(r){if(!r)return!1;if(r.type==="mi"&&r.children.length===1){var e=r.children[0];return e instanceof le&&e.text==="."}else if(r.type==="mo"&&r.children.length===1&&r.getAttribute("separator")==="true"&&r.getAttribute("lspace")==="0em"&&r.getAttribute("rspace")==="0em"){var t=r.children[0];return t instanceof le&&t.text===","}else return!1}var we=function(e,t,a){if(e.length===1){var n=K(e[0],t);return a&&n instanceof D&&n.type==="mo"&&(n.setAttribute("lspace","0em"),n.setAttribute("rspace","0em")),[n]}for(var i=[],l,o=0;o<e.length;o++){var c=K(e[o],t);if(c instanceof D&&l instanceof D){if(c.type==="mtext"&&l.type==="mtext"&&c.getAttribute("mathvariant")===l.getAttribute("mathvariant")){l.children.push(...c.children);continue}else if(c.type==="mn"&&l.type==="mn"){l.children.push(...c.children);continue}else if(Qt(c)&&l.type==="mn"){l.children.push(...c.children);continue}else if(c.type==="mn"&&Qt(l))c.children=[...l.children,...c.children],i.pop();else if((c.type==="msup"||c.type==="msub")&&c.children.length>=1&&(l.type==="mn"||Qt(l))){var d=c.children[0];d instanceof D&&d.type==="mn"&&(d.children=[...l.children,...d.children],i.pop())}else if(l.type==="mi"&&l.children.length===1){var p=l.children[0];if(p instanceof le&&p.text==="̸"&&(c.type==="mo"||c.type==="mi"||c.type==="mn")){var f=c.children[0];f instanceof le&&f.text.length>0&&(f.text=f.text.slice(0,1)+"̸"+f.text.slice(1),i.pop())}}}i.push(c),l=c}return i},o0=function(e,t,a){return Ur(we(e,t,a))},K=function(e,t){if(!e)return new D("mrow");if(At[e.type]){var a=At[e.type](e,t);return a}else throw new N("Got group of unknown type: '"+e.type+"'")};function Ja(r,e,t,a,n){var i=we(r,t),l;i.length===1&&i[0]instanceof D&&C1.has(i[0].type)?l=i[0]:l=new D("mrow",i);var o=new D("annotation",[new le(e)]);o.setAttribute("encoding","application/x-tex");var c=new D("semantics",[l,o]),d=new D("math",[c]);d.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),a&&d.setAttribute("display","block");var p=n?"katex":"katex-mathml";return R([p],[d])}var di=function(e){return new je({style:e.displayMode?U.DISPLAY:U.TEXT,maxSize:e.maxSize,minRuleThickness:e.minRuleThickness})},mi=function(e,t){if(t.displayMode){var a=["katex-display"];t.leqno&&a.push("leqno"),t.fleqn&&a.push("fleqn"),e=R(a,[e])}return e},F1=function(e,t,a){var n=di(a),i;if(a.output==="mathml")return Ja(e,t,n,a.displayMode,!0);if(a.output==="html"){var l=kr(e,n);i=R(["katex"],[l])}else{var o=Ja(e,t,n,a.displayMode,!1),c=kr(e,n);i=R(["katex"],[o,c])}return mi(i,a)},I1=function(e,t,a){var n=di(a),i=kr(e,n),l=R(["katex"],[i]);return mi(l,a)},R1={widehat:"^",widecheck:"ˇ",widetilde:"~",utilde:"~",overleftarrow:"←",underleftarrow:"←",xleftarrow:"←",overrightarrow:"→",underrightarrow:"→",xrightarrow:"→",underbrace:"⏟",overbrace:"⏞",overgroup:"⏠",undergroup:"⏡",overleftrightarrow:"↔",underleftrightarrow:"↔",xleftrightarrow:"↔",Overrightarrow:"⇒",xRightarrow:"⇒",overleftharpoon:"↼",xleftharpoonup:"↼",overrightharpoon:"⇀",xrightharpoonup:"⇀",xLeftarrow:"⇐",xLeftrightarrow:"⇔",xhookleftarrow:"↩",xhookrightarrow:"↪",xmapsto:"↦",xrightharpoondown:"⇁",xleftharpoondown:"↽",xrightleftharpoons:"⇌",xleftrightharpoons:"⇋",xtwoheadleftarrow:"↞",xtwoheadrightarrow:"↠",xlongequal:"=",xtofrom:"⇄",xrightleftarrows:"⇄",xrightequilibrium:"⇌",xleftequilibrium:"⇋","\\cdrightarrow":"→","\\cdleftarrow":"←","\\cdlongequal":"="},Rt=function(e){var t=new D("mo",[new le(R1[e.replace(/^\\/,"")])]);return t.setAttribute("stretchy","true"),t},N1={overrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],overleftarrow:[["leftarrow"],.888,522,"xMinYMin"],underrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],underleftarrow:[["leftarrow"],.888,522,"xMinYMin"],xrightarrow:[["rightarrow"],1.469,522,"xMaxYMin"],"\\cdrightarrow":[["rightarrow"],3,522,"xMaxYMin"],xleftarrow:[["leftarrow"],1.469,522,"xMinYMin"],"\\cdleftarrow":[["leftarrow"],3,522,"xMinYMin"],Overrightarrow:[["doublerightarrow"],.888,560,"xMaxYMin"],xRightarrow:[["doublerightarrow"],1.526,560,"xMaxYMin"],xLeftarrow:[["doubleleftarrow"],1.526,560,"xMinYMin"],overleftharpoon:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoonup:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoondown:[["leftharpoondown"],.888,522,"xMinYMin"],overrightharpoon:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoonup:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoondown:[["rightharpoondown"],.888,522,"xMaxYMin"],xlongequal:[["longequal"],.888,334,"xMinYMin"],"\\cdlongequal":[["longequal"],3,334,"xMinYMin"],xtwoheadleftarrow:[["twoheadleftarrow"],.888,334,"xMinYMin"],xtwoheadrightarrow:[["twoheadrightarrow"],.888,334,"xMaxYMin"],overleftrightarrow:[["leftarrow","rightarrow"],.888,522],overbrace:[["leftbrace","midbrace","rightbrace"],1.6,548],underbrace:[["leftbraceunder","midbraceunder","rightbraceunder"],1.6,548],underleftrightarrow:[["leftarrow","rightarrow"],.888,522],xleftrightarrow:[["leftarrow","rightarrow"],1.75,522],xLeftrightarrow:[["doubleleftarrow","doublerightarrow"],1.75,560],xrightleftharpoons:[["leftharpoondownplus","rightharpoonplus"],1.75,716],xleftrightharpoons:[["leftharpoonplus","rightharpoondownplus"],1.75,716],xhookleftarrow:[["leftarrow","righthook"],1.08,522],xhookrightarrow:[["lefthook","rightarrow"],1.08,522],overlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],underlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],overgroup:[["leftgroup","rightgroup"],.888,342],undergroup:[["leftgroupunder","rightgroupunder"],.888,342],xmapsto:[["leftmapsto","rightarrow"],1.5,522],xtofrom:[["leftToFrom","rightToFrom"],1.75,528],xrightleftarrows:[["baraboveleftarrow","rightarrowabovebar"],1.75,901],xrightequilibrium:[["baraboveshortleftharpoon","rightharpoonaboveshortbar"],1.75,716],xleftequilibrium:[["shortbaraboveleftharpoon","shortrightharpoonabovebar"],1.75,716]},D1=new Set(["widehat","widecheck","widetilde","utilde"]),Nt=function(e,t){function a(){var o=4e5,c=e.label.slice(1);if(D1.has(c)){var d=e,p=d.base.type==="ordgroup"?d.base.body.length:1,f,b,y;if(p>5)c==="widehat"||c==="widecheck"?(f=420,o=2364,y=.42,b=c+"4"):(f=312,o=2340,y=.34,b="tilde4");else{var S=[1,1,2,2,3,3][p];c==="widehat"||c==="widecheck"?(o=[0,1062,2364,2364,2364][S],f=[0,239,300,360,420][S],y=[0,.24,.3,.3,.36,.42][S],b=c+S):(o=[0,600,1033,2339,2340][S],f=[0,260,286,306,312][S],y=[0,.26,.286,.3,.306,.34][S],b="tilde"+S)}var A=new s0(b),T=new Ze([A],{width:"100%",height:O(y),viewBox:"0 0 "+o+" "+f,preserveAspectRatio:"none"});return{span:l0([],[T],t),minWidth:0,height:y}}else{var C=[],w=N1[c],[k,M,E]=w,z=E/1e3,F=k.length,q,_;if(F===1){var j=w[3];q=["hide-tail"],_=[j]}else if(F===2)q=["halfarrow-left","halfarrow-right"],_=["xMinYMin","xMaxYMin"];else if(F===3)q=["brace-left","brace-center","brace-right"],_=["xMinYMin","xMidYMin","xMaxYMin"];else throw new Error(`Correct katexImagesData or update code here to support
|
|
275
|
-
`+F+" children.");for(var W=0;W<F;W++){var V=new s0(k[W]),Me=new Ze([V],{width:"400em",height:O(z),viewBox:"0 0 "+o+" "+E,preserveAspectRatio:_[W]+" slice"}),ce=l0([q[W]],[Me],t);if(F===1)return{span:ce,minWidth:M,height:z};ce.style.height=O(z),C.push(ce)}return{span:R(["stretchy"],C,t),minWidth:M,height:z}}}var{span:n,minWidth:i,height:l}=a();return n.height=l,n.style.height=O(l),i>0&&(n.style.minWidth=O(i)),n},_1=function(e,t,a,n,i){var l,o=e.height+e.depth+a+n;if(/fbox|color|angl/.test(t)){if(l=R(["stretchy",t],[],i),t==="fbox"){var c=i.color&&i.getColor();c&&(l.style.borderColor=c)}}else{var d=[];/^[bx]cancel$/.test(t)&&d.push(new yr({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(t)&&d.push(new yr({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var p=new Ze(d,{width:"100%",height:O(o)});l=l0([],[p],i)}return l.height=o,l.style.height=O(o),l};function G(r,e){if(!r||r.type!==e)throw new Error("Expected node of type "+e+", but got "+(r?"node of type "+r.type:String(r)));return r}function jr(r){var e=Dt(r);if(!e)throw new Error("Expected node of symbol group type, but got "+(r?"node of type "+r.type:String(r)));return e}function Dt(r){return r&&(r.type==="atom"||f1.hasOwnProperty(r.type))?r:null}var Wr=(r,e)=>{var t,a,n;r&&r.type==="supsub"?(a=G(r.base,"accent"),t=a.base,r.base=t,n=m1(X(r,e)),r.base=a):(a=G(r,"accent"),t=a.base);var i=X(t,e.havingCrampedStyle()),l=a.isShifty&&Ke(t),o=0;if(l){var c=U0(t),d=X(c,e.havingCrampedStyle());o=ja(d).skew}var p=a.label==="\\c",f=p?i.height+i.depth:Math.min(i.height,e.fontMetrics().xHeight),b;if(a.isStretchy)b=Nt(a,e),b=Z({positionType:"firstBaseline",children:[{type:"elem",elem:i},{type:"elem",elem:b,wrapperClasses:["svg-align"],wrapperStyle:o>0?{width:"calc(100% - "+O(2*o)+")",marginLeft:O(2*o)}:void 0}]});else{var y,S;a.label==="\\vec"?(y=li("vec",e),S=si.vec[1]):(y=It({mode:a.mode,text:a.label},e,"textord"),y=ja(y),y.italic=0,S=y.width,p&&(f+=y.depth)),b=R(["accent-body"],[y]);var A=a.label==="\\textcircled";A&&(b.classes.push("accent-full"),f=i.height);var T=o;A||(T-=S/2),b.style.left=O(T),a.label==="\\textcircled"&&(b.style.top=".2em"),b=Z({positionType:"firstBaseline",children:[{type:"elem",elem:i},{type:"kern",size:-f},{type:"elem",elem:b}]})}var C=R(["mord","accent"],[b],e);return n?(n.children[0]=C,n.height=Math.max(C.height,n.height),n.classes[0]="mord",n):C},pi=(r,e)=>{var t=r.isStretchy?Rt(r.label):new D("mo",[Re(r.label,r.mode)]),a=new D("mover",[K(r.base,e),t]);return a.setAttribute("accent","true"),a},O1=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map(r=>"\\"+r).join("|"));B({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:(r,e)=>{var t=Tt(e[0]),a=!O1.test(r.funcName),n=!a||r.funcName==="\\widehat"||r.funcName==="\\widetilde"||r.funcName==="\\widecheck";return{type:"accent",mode:r.parser.mode,label:r.funcName,isStretchy:a,isShifty:n,base:t}},htmlBuilder:Wr,mathmlBuilder:pi});B({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\c","\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["primitive"]},handler:(r,e)=>{var t=e[0],a=r.parser.mode;return a==="math"&&(r.parser.settings.reportNonstrict("mathVsTextAccents","LaTeX's accent "+r.funcName+" works only in text mode"),a="text"),{type:"accent",mode:a,label:r.funcName,isStretchy:!1,isShifty:!0,base:t}},htmlBuilder:Wr,mathmlBuilder:pi});B({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:(r,e)=>{var{parser:t,funcName:a}=r,n=e[0];return{type:"accentUnder",mode:t.mode,label:a,base:n}},htmlBuilder:(r,e)=>{var t=X(r.base,e),a=Nt(r,e),n=r.label==="\\utilde"?.12:0,i=Z({positionType:"top",positionData:t.height,children:[{type:"elem",elem:a,wrapperClasses:["svg-align"]},{type:"kern",size:n},{type:"elem",elem:t}]});return R(["mord","accentunder"],[i],e)},mathmlBuilder:(r,e)=>{var t=Rt(r.label),a=new D("munder",[K(r.base,e),t]);return a.setAttribute("accentunder","true"),a}});var ht=r=>{var e=new D("mpadded",r?[r]:[]);return e.setAttribute("width","+0.6em"),e.setAttribute("lspace","0.3em"),e};B({type:"xArrow",names:["\\xleftarrow","\\xrightarrow","\\xLeftarrow","\\xRightarrow","\\xleftrightarrow","\\xLeftrightarrow","\\xhookleftarrow","\\xhookrightarrow","\\xmapsto","\\xrightharpoondown","\\xrightharpoonup","\\xleftharpoondown","\\xleftharpoonup","\\xrightleftharpoons","\\xleftrightharpoons","\\xlongequal","\\xtwoheadrightarrow","\\xtwoheadleftarrow","\\xtofrom","\\xrightleftarrows","\\xrightequilibrium","\\xleftequilibrium","\\\\cdrightarrow","\\\\cdleftarrow","\\\\cdlongequal"],props:{numArgs:1,numOptionalArgs:1},handler(r,e,t){var{parser:a,funcName:n}=r;return{type:"xArrow",mode:a.mode,label:n,body:e[0],below:t[0]}},htmlBuilder(r,e){var t=e.style,a=e.havingStyle(t.sup()),n=N0(X(r.body,a,e),e),i=r.label.slice(0,2)==="\\x"?"x":"cd";n.classes.push(i+"-arrow-pad");var l;r.below&&(a=e.havingStyle(t.sub()),l=N0(X(r.below,a,e),e),l.classes.push(i+"-arrow-pad"));var o=Nt(r,e),c=-e.fontMetrics().axisHeight+.5*o.height,d=-e.fontMetrics().axisHeight-.5*o.height-.111;(n.depth>.25||r.label==="\\xleftequilibrium")&&(d-=n.depth);var p;if(l){var f=-e.fontMetrics().axisHeight+l.height+.5*o.height+.111;p=Z({positionType:"individualShift",children:[{type:"elem",elem:n,shift:d},{type:"elem",elem:o,shift:c},{type:"elem",elem:l,shift:f}]})}else p=Z({positionType:"individualShift",children:[{type:"elem",elem:n,shift:d},{type:"elem",elem:o,shift:c}]});return p.children[0].children[0].children[1].classes.push("svg-align"),R(["mrel","x-arrow"],[p],e)},mathmlBuilder(r,e){var t=Rt(r.label);t.setAttribute("minsize",r.label.charAt(0)==="x"?"1.75em":"3.0em");var a;if(r.body){var n=ht(K(r.body,e));if(r.below){var i=ht(K(r.below,e));a=new D("munderover",[t,i,n])}else a=new D("mover",[t,n])}else if(r.below){var l=ht(K(r.below,e));a=new D("munder",[t,l])}else a=ht(),a=new D("mover",[t,a]);return a}});function fi(r,e){var t=ue(r.body,e,!0);return R([r.mclass],t,e)}function gi(r,e){var t,a=we(r.body,e);return r.mclass==="minner"?t=new D("mpadded",a):r.mclass==="mord"?r.isCharacterBox?(t=a[0],t.type="mi"):t=new D("mi",a):(r.isCharacterBox?(t=a[0],t.type="mo"):t=new D("mo",a),r.mclass==="mbin"?(t.attributes.lspace="0.22em",t.attributes.rspace="0.22em"):r.mclass==="mpunct"?(t.attributes.lspace="0em",t.attributes.rspace="0.17em"):r.mclass==="mopen"||r.mclass==="mclose"?(t.attributes.lspace="0em",t.attributes.rspace="0em"):r.mclass==="minner"&&(t.attributes.lspace="0.0556em",t.attributes.width="+0.1111em")),t}B({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1,primitive:!0},handler(r,e){var{parser:t,funcName:a}=r,n=e[0];return{type:"mclass",mode:t.mode,mclass:"m"+a.slice(5),body:se(n),isCharacterBox:Ke(n)}},htmlBuilder:fi,mathmlBuilder:gi});var _t=r=>{var e=r.type==="ordgroup"&&r.body.length?r.body[0]:r;return e.type==="atom"&&(e.family==="bin"||e.family==="rel")?"m"+e.family:"mord"};B({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler(r,e){var{parser:t}=r;return{type:"mclass",mode:t.mode,mclass:_t(e[0]),body:se(e[1]),isCharacterBox:Ke(e[1])}}});B({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler(r,e){var{parser:t,funcName:a}=r,n=e[1],i=e[0],l;a!=="\\stackrel"?l=_t(n):l="mrel";var o={type:"op",mode:n.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:a!=="\\stackrel",body:se(n)},c={type:"supsub",mode:i.mode,base:o,sup:a==="\\underset"?null:i,sub:a==="\\underset"?i:null};return{type:"mclass",mode:t.mode,mclass:l,body:[c],isCharacterBox:Ke(c)}},htmlBuilder:fi,mathmlBuilder:gi});B({type:"pmb",names:["\\pmb"],props:{numArgs:1,allowedInText:!0},handler(r,e){var{parser:t}=r;return{type:"pmb",mode:t.mode,mclass:_t(e[0]),body:se(e[0])}},htmlBuilder(r,e){var t=ue(r.body,e,!0),a=R([r.mclass],t,e);return a.style.textShadow="0.02em 0.01em 0.04px",a},mathmlBuilder(r,e){var t=we(r.body,e),a=new D("mstyle",t);return a.setAttribute("style","text-shadow: 0.02em 0.01em 0.04px"),a}});var B1={">":"\\\\cdrightarrow","<":"\\\\cdleftarrow","=":"\\\\cdlongequal",A:"\\uparrow",V:"\\downarrow","|":"\\Vert",".":"no arrow"},Qa=()=>({type:"styling",body:[],mode:"math",style:"display"}),en=r=>r.type==="textord"&&r.text==="@",L1=(r,e)=>(r.type==="mathord"||r.type==="atom")&&r.text===e;function q1(r,e,t){var a=B1[r];switch(a){case"\\\\cdrightarrow":case"\\\\cdleftarrow":return t.callFunction(a,[e[0]],[e[1]]);case"\\uparrow":case"\\downarrow":{var n=t.callFunction("\\\\cdleft",[e[0]],[]),i={type:"atom",text:a,mode:"math",family:"rel"},l=t.callFunction("\\Big",[i],[]),o=t.callFunction("\\\\cdright",[e[1]],[]),c={type:"ordgroup",mode:"math",body:[n,l,o]};return t.callFunction("\\\\cdparent",[c],[])}case"\\\\cdlongequal":return t.callFunction("\\\\cdlongequal",[],[]);case"\\Vert":{var d={type:"textord",text:"\\Vert",mode:"math"};return t.callFunction("\\Big",[d],[])}default:return{type:"textord",text:" ",mode:"math"}}}function P1(r){var e=[];for(r.gullet.beginGroup(),r.gullet.macros.set("\\cr","\\\\\\relax"),r.gullet.beginGroup();;){e.push(r.parseExpression(!1,"\\\\")),r.gullet.endGroup(),r.gullet.beginGroup();var t=r.fetch().text;if(t==="&"||t==="\\\\")r.consume();else if(t==="\\end"){e[e.length-1].length===0&&e.pop();break}else throw new N("Expected \\\\ or \\cr or \\end",r.nextToken)}for(var a=[],n=[a],i=0;i<e.length;i++){for(var l=e[i],o=Qa(),c=0;c<l.length;c++)if(!en(l[c]))o.body.push(l[c]);else{a.push(o),c+=1;var d=jr(l[c]).text,p=new Array(2);if(p[0]={type:"ordgroup",mode:"math",body:[]},p[1]={type:"ordgroup",mode:"math",body:[]},!"=|.".includes(d))if("<>AV".includes(d))for(var f=0;f<2;f++){for(var b=!0,y=c+1;y<l.length;y++){if(L1(l[y],d)){b=!1,c=y;break}if(en(l[y]))throw new N("Missing a "+d+" character to complete a CD arrow.",l[y]);p[f].body.push(l[y])}if(b)throw new N("Missing a "+d+" character to complete a CD arrow.",l[c])}else throw new N('Expected one of "<>AV=|." after @',l[c]);var S=q1(d,p,r),A={type:"styling",body:[S],mode:"math",style:"display"};a.push(A),o=Qa()}i%2===0?a.push(o):a.shift(),a=[],n.push(a)}r.gullet.endGroup(),r.gullet.endGroup();var T=new Array(n[0].length).fill({type:"align",align:"c",pregap:.25,postgap:.25});return{type:"array",mode:"math",body:n,arraystretch:1,addJot:!0,rowGaps:[null],cols:T,colSeparationType:"CD",hLinesBeforeRow:new Array(n.length+1).fill([])}}B({type:"cdlabel",names:["\\\\cdleft","\\\\cdright"],props:{numArgs:1},handler(r,e){var{parser:t,funcName:a}=r;return{type:"cdlabel",mode:t.mode,side:a.slice(4),label:e[0]}},htmlBuilder(r,e){var t=e.havingStyle(e.style.sup()),a=N0(X(r.label,t,e),e);return a.classes.push("cd-label-"+r.side),a.style.bottom=O(.8-a.depth),a.height=0,a.depth=0,a},mathmlBuilder(r,e){var t=new D("mrow",[K(r.label,e)]);return t=new D("mpadded",[t]),t.setAttribute("width","0"),r.side==="left"&&t.setAttribute("lspace","-1width"),t.setAttribute("voffset","0.7em"),t=new D("mstyle",[t]),t.setAttribute("displaystyle","false"),t.setAttribute("scriptlevel","1"),t}});B({type:"cdlabelparent",names:["\\\\cdparent"],props:{numArgs:1},handler(r,e){var{parser:t}=r;return{type:"cdlabelparent",mode:t.mode,fragment:e[0]}},htmlBuilder(r,e){var t=N0(X(r.fragment,e),e);return t.classes.push("cd-vert-arrow"),t},mathmlBuilder(r,e){return new D("mrow",[K(r.fragment,e)])}});B({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler(r,e){for(var{parser:t}=r,a=G(e[0],"ordgroup"),n=a.body,i="",l=0;l<n.length;l++){var o=G(n[l],"textord");i+=o.text}var c=parseInt(i),d;if(isNaN(c))throw new N("\\@char has non-numeric argument "+i);if(c<0||c>=1114111)throw new N("\\@char with invalid code point "+i);return c<=65535?d=String.fromCharCode(c):(c-=65536,d=String.fromCharCode((c>>10)+55296,(c&1023)+56320)),{type:"textord",mode:t.mode,text:d}}});var vi=(r,e)=>{var t=ue(r.body,e.withColor(r.color),!1);return Qe(t)},bi=(r,e)=>{var t=we(r.body,e.withColor(r.color)),a=new D("mstyle",t);return a.setAttribute("mathcolor",r.color),a};B({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,argTypes:["color","original"]},handler(r,e){var{parser:t}=r,a=G(e[0],"color-token").color,n=e[1];return{type:"color",mode:t.mode,color:a,body:se(n)}},htmlBuilder:vi,mathmlBuilder:bi});B({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,argTypes:["color"]},handler(r,e){var{parser:t,breakOnTokenText:a}=r,n=G(e[0],"color-token").color;t.gullet.macros.set("\\current@color",n);var i=t.parseExpression(!0,a);return{type:"color",mode:t.mode,color:n,body:i}},htmlBuilder:vi,mathmlBuilder:bi});B({type:"cr",names:["\\\\"],props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler(r,e,t){var{parser:a}=r,n=a.gullet.future().text==="["?a.parseSizeGroup(!0):null,i=!a.settings.displayMode||!a.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:a.mode,newLine:i,size:n&&G(n,"size").value}},htmlBuilder(r,e){var t=R(["mspace"],[],e);return r.newLine&&(t.classes.push("newline"),r.size&&(t.style.marginTop=O(ne(r.size,e)))),t},mathmlBuilder(r,e){var t=new D("mspace");return r.newLine&&(t.setAttribute("linebreak","newline"),r.size&&t.setAttribute("height",O(ne(r.size,e)))),t}});var Ar={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},yi=r=>{var e=r.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(e))throw new N("Expected a control sequence",r);return e},$1=r=>{var e=r.gullet.popToken();return e.text==="="&&(e=r.gullet.popToken(),e.text===" "&&(e=r.gullet.popToken())),e},xi=(r,e,t,a)=>{var n=r.gullet.macros.get(t.text);n==null&&(t.noexpand=!0,n={tokens:[t],numArgs:0,unexpandable:!r.gullet.isExpandable(t.text)}),r.gullet.macros.set(e,n,a)};B({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler(r){var{parser:e,funcName:t}=r;e.consumeSpaces();var a=e.fetch();if(Ar[a.text])return(t==="\\global"||t==="\\\\globallong")&&(a.text=Ar[a.text]),G(e.parseFunction(),"internal");throw new N("Invalid token after macro prefix",a)}});B({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(r){var{parser:e,funcName:t}=r,a=e.gullet.popToken(),n=a.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(n))throw new N("Expected a control sequence",a);for(var i=0,l,o=[[]];e.gullet.future().text!=="{";)if(a=e.gullet.popToken(),a.text==="#"){if(e.gullet.future().text==="{"){l=e.gullet.future(),o[i].push("{");break}if(a=e.gullet.popToken(),!/^[1-9]$/.test(a.text))throw new N('Invalid argument number "'+a.text+'"');if(parseInt(a.text)!==i+1)throw new N('Argument number "'+a.text+'" out of order');i++,o.push([])}else{if(a.text==="EOF")throw new N("Expected a macro definition");o[i].push(a.text)}var{tokens:c}=e.gullet.consumeArg();return l&&c.unshift(l),(t==="\\edef"||t==="\\xdef")&&(c=e.gullet.expandTokens(c),c.reverse()),e.gullet.macros.set(n,{tokens:c,numArgs:i,delimiters:o},t===Ar[t]),{type:"internal",mode:e.mode}}});B({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(r){var{parser:e,funcName:t}=r,a=yi(e.gullet.popToken());e.gullet.consumeSpaces();var n=$1(e);return xi(e,a,n,t==="\\\\globallet"),{type:"internal",mode:e.mode}}});B({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(r){var{parser:e,funcName:t}=r,a=yi(e.gullet.popToken()),n=e.gullet.popToken(),i=e.gullet.popToken();return xi(e,a,i,t==="\\\\globalfuture"),e.gullet.pushToken(i),e.gullet.pushToken(n),{type:"internal",mode:e.mode}}});var H0=function(e,t,a){var n=J.math[e]&&J.math[e].replace,i=qr(n||e,t,a);if(!i)throw new Error("Unsupported symbol "+e+" and font size "+t+".");return i},Vr=function(e,t,a,n){var i=a.havingBaseStyle(t),l=R(n.concat(i.sizingClasses(a)),[e],a),o=i.sizeMultiplier/a.sizeMultiplier;return l.height*=o,l.depth*=o,l.maxFontSize=i.sizeMultiplier,l},wi=function(e,t,a){var n=t.havingBaseStyle(a),i=(1-t.sizeMultiplier/n.sizeMultiplier)*t.fontMetrics().axisHeight;e.classes.push("delimcenter"),e.style.top=O(i),e.height-=i,e.depth+=i},H1=function(e,t,a,n,i,l){var o=pe(e,"Main-Regular",i,n),c=Vr(o,t,n,l);return wi(c,n,t),c},U1=function(e,t,a,n){return pe(e,"Size"+t+"-Regular",a,n)},Si=function(e,t,a,n,i,l){var o=U1(e,t,i,n),c=Vr(R(["delimsizing","size"+t],[o],n),U.TEXT,n,l);return a&&wi(c,n,U.TEXT),c},er=function(e,t,a){var n;t==="Size1-Regular"?n="delim-size1":n="delim-size4";var i=R(["delimsizinginner",n],[R([],[pe(e,t,a)])]);return{type:"elem",elem:i}},tr=function(e,t,a){var n=Be["Size4-Regular"][e.charCodeAt(0)]?Be["Size4-Regular"][e.charCodeAt(0)][4]:Be["Size1-Regular"][e.charCodeAt(0)][4],i=new s0("inner",n1(e,Math.round(1e3*t))),l=new Ze([i],{width:O(n),height:O(t),style:"width:"+O(n),viewBox:"0 0 "+1e3*n+" "+Math.round(1e3*t),preserveAspectRatio:"xMinYMin"}),o=l0([],[l],a);return o.height=t,o.style.height=O(t),o.style.width=O(n),{type:"elem",elem:o}},Tr=.008,dt={type:"kern",size:-1*Tr},G1=new Set(["|","\\lvert","\\rvert","\\vert"]),j1=new Set(["\\|","\\lVert","\\rVert","\\Vert"]),ki=function(e,t,a,n,i,l){var o,c,d,p,f="",b=0;o=d=p=e,c=null;var y="Size1-Regular";e==="\\uparrow"?d=p="⏐":e==="\\Uparrow"?d=p="‖":e==="\\downarrow"?o=d="⏐":e==="\\Downarrow"?o=d="‖":e==="\\updownarrow"?(o="\\uparrow",d="⏐",p="\\downarrow"):e==="\\Updownarrow"?(o="\\Uparrow",d="‖",p="\\Downarrow"):G1.has(e)?(d="∣",f="vert",b=333):j1.has(e)?(d="∥",f="doublevert",b=556):e==="["||e==="\\lbrack"?(o="⎡",d="⎢",p="⎣",y="Size4-Regular",f="lbrack",b=667):e==="]"||e==="\\rbrack"?(o="⎤",d="⎥",p="⎦",y="Size4-Regular",f="rbrack",b=667):e==="\\lfloor"||e==="⌊"?(d=o="⎢",p="⎣",y="Size4-Regular",f="lfloor",b=667):e==="\\lceil"||e==="⌈"?(o="⎡",d=p="⎢",y="Size4-Regular",f="lceil",b=667):e==="\\rfloor"||e==="⌋"?(d=o="⎥",p="⎦",y="Size4-Regular",f="rfloor",b=667):e==="\\rceil"||e==="⌉"?(o="⎤",d=p="⎥",y="Size4-Regular",f="rceil",b=667):e==="("||e==="\\lparen"?(o="⎛",d="⎜",p="⎝",y="Size4-Regular",f="lparen",b=875):e===")"||e==="\\rparen"?(o="⎞",d="⎟",p="⎠",y="Size4-Regular",f="rparen",b=875):e==="\\{"||e==="\\lbrace"?(o="⎧",c="⎨",p="⎩",d="⎪",y="Size4-Regular"):e==="\\}"||e==="\\rbrace"?(o="⎫",c="⎬",p="⎭",d="⎪",y="Size4-Regular"):e==="\\lgroup"||e==="⟮"?(o="⎧",p="⎩",d="⎪",y="Size4-Regular"):e==="\\rgroup"||e==="⟯"?(o="⎫",p="⎭",d="⎪",y="Size4-Regular"):e==="\\lmoustache"||e==="⎰"?(o="⎧",p="⎭",d="⎪",y="Size4-Regular"):(e==="\\rmoustache"||e==="⎱")&&(o="⎫",p="⎩",d="⎪",y="Size4-Regular");var S=H0(o,y,i),A=S.height+S.depth,T=H0(d,y,i),C=T.height+T.depth,w=H0(p,y,i),k=w.height+w.depth,M=0,E=1;if(c!==null){var z=H0(c,y,i);M=z.height+z.depth,E=2}var F=A+k+M,q=Math.max(0,Math.ceil((t-F)/(E*C))),_=F+q*E*C,j=n.fontMetrics().axisHeight;a&&(j*=n.sizeMultiplier);var W=_/2-j,V=[];if(f.length>0){var Me=_-A-k,ce=Math.round(_*1e3),Se=i1(f,Math.round(Me*1e3)),De=new s0(f,Se),$e=(b/1e3).toFixed(3)+"em",re=(ce/1e3).toFixed(3)+"em",be=new Ze([De],{width:$e,height:re,viewBox:"0 0 "+b+" "+ce}),de=l0([],[be],n);de.height=ce/1e3,de.style.width=$e,de.style.height=re,V.push({type:"elem",elem:de})}else{if(V.push(er(p,y,i)),V.push(dt),c===null){var ke=_-A-k+2*Tr;V.push(tr(d,ke,n))}else{var ee=(_-A-k-M)/2+2*Tr;V.push(tr(d,ee,n)),V.push(dt),V.push(er(c,y,i)),V.push(dt),V.push(tr(d,ee,n))}V.push(dt),V.push(er(o,y,i))}var S0=n.havingBaseStyle(U.TEXT),ze=Z({positionType:"bottom",positionData:W,children:V});return Vr(R(["delimsizing","mult"],[ze],S0),U.TEXT,n,l)},rr=80,ar=.08,nr=function(e,t,a,n,i){var l=a1(e,n,a),o=new s0(e,l),c=new Ze([o],{width:"400em",height:O(t),viewBox:"0 0 400000 "+a,preserveAspectRatio:"xMinYMin slice"});return l0(["hide-tail"],[c],i)},W1=function(e,t){var a=t.havingBaseSizing(),n=zi("\\surd",e*a.sizeMultiplier,Mi,a),i=a.sizeMultiplier,l=Math.max(0,t.minRuleThickness-t.fontMetrics().sqrtRuleThickness),o,c=0,d=0,p=0,f;return n.type==="small"?(p=1e3+1e3*l+rr,e<1?i=1:e<1.4&&(i=.7),c=(1+l+ar)/i,d=(1+l)/i,o=nr("sqrtMain",c,p,l,t),o.style.minWidth="0.853em",f=.833/i):n.type==="large"?(p=(1e3+rr)*G0[n.size],d=(G0[n.size]+l)/i,c=(G0[n.size]+l+ar)/i,o=nr("sqrtSize"+n.size,c,p,l,t),o.style.minWidth="1.02em",f=1/i):(c=e+l+ar,d=e+l,p=Math.floor(1e3*e+l)+rr,o=nr("sqrtTall",c,p,l,t),o.style.minWidth="0.742em",f=1.056),o.height=d,o.style.height=O(c),{span:o,advanceWidth:f,ruleWidth:(t.fontMetrics().sqrtRuleThickness+l)*i}},Ai=new Set(["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","\\surd"]),V1=new Set(["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱"]),Ti=new Set(["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"]),G0=[0,1.2,1.8,2.4,3],Ei=function(e,t,a,n,i){if(e==="<"||e==="\\lt"||e==="⟨"?e="\\langle":(e===">"||e==="\\gt"||e==="⟩")&&(e="\\rangle"),Ai.has(e)||Ti.has(e))return Si(e,t,!1,a,n,i);if(V1.has(e))return ki(e,G0[t],!1,a,n,i);throw new N("Illegal delimiter: '"+e+"'")},Y1=[{type:"small",style:U.SCRIPTSCRIPT},{type:"small",style:U.SCRIPT},{type:"small",style:U.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],X1=[{type:"small",style:U.SCRIPTSCRIPT},{type:"small",style:U.SCRIPT},{type:"small",style:U.TEXT},{type:"stack"}],Mi=[{type:"small",style:U.SCRIPTSCRIPT},{type:"small",style:U.SCRIPT},{type:"small",style:U.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],Z1=function(e){if(e.type==="small")return"Main-Regular";if(e.type==="large")return"Size"+e.size+"-Regular";if(e.type==="stack")return"Size4-Regular";throw new Error("Add support for delim type '"+e.type+"' here.")},zi=function(e,t,a,n){for(var i=Math.min(2,3-n.style.size),l=i;l<a.length&&a[l].type!=="stack";l++){var o=H0(e,Z1(a[l]),"math"),c=o.height+o.depth;if(a[l].type==="small"){var d=n.havingBaseStyle(a[l].style);c*=d.sizeMultiplier}if(c>t)return a[l]}return a[a.length-1]},Er=function(e,t,a,n,i,l){e==="<"||e==="\\lt"||e==="⟨"?e="\\langle":(e===">"||e==="\\gt"||e==="⟩")&&(e="\\rangle");var o;Ti.has(e)?o=Y1:Ai.has(e)?o=Mi:o=X1;var c=zi(e,t,o,n);return c.type==="small"?H1(e,c.style,a,n,i,l):c.type==="large"?Si(e,c.size,a,n,i,l):ki(e,t,a,n,i,l)},ir=function(e,t,a,n,i,l){var o=n.fontMetrics().axisHeight*n.sizeMultiplier,c=901,d=5/n.fontMetrics().ptPerEm,p=Math.max(t-o,a+o),f=Math.max(p/500*c,2*p-d);return Er(e,f,!0,n,i,l)},tn={"\\bigl":{mclass:"mopen",size:1},"\\Bigl":{mclass:"mopen",size:2},"\\biggl":{mclass:"mopen",size:3},"\\Biggl":{mclass:"mopen",size:4},"\\bigr":{mclass:"mclose",size:1},"\\Bigr":{mclass:"mclose",size:2},"\\biggr":{mclass:"mclose",size:3},"\\Biggr":{mclass:"mclose",size:4},"\\bigm":{mclass:"mrel",size:1},"\\Bigm":{mclass:"mrel",size:2},"\\biggm":{mclass:"mrel",size:3},"\\Biggm":{mclass:"mrel",size:4},"\\big":{mclass:"mord",size:1},"\\Big":{mclass:"mord",size:2},"\\bigg":{mclass:"mord",size:3},"\\Bigg":{mclass:"mord",size:4}},K1=new Set(["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","<",">","\\langle","⟨","\\rangle","⟩","\\lt","\\gt","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱","/","\\backslash","|","\\vert","\\|","\\Vert","\\uparrow","\\Uparrow","\\downarrow","\\Downarrow","\\updownarrow","\\Updownarrow","."]);function Ot(r,e){var t=Dt(r);if(t&&K1.has(t.text))return t;throw t?new N("Invalid delimiter '"+t.text+"' after '"+e.funcName+"'",r):new N("Invalid delimiter type '"+r.type+"'",r)}B({type:"delimsizing",names:["\\bigl","\\Bigl","\\biggl","\\Biggl","\\bigr","\\Bigr","\\biggr","\\Biggr","\\bigm","\\Bigm","\\biggm","\\Biggm","\\big","\\Big","\\bigg","\\Bigg"],props:{numArgs:1,argTypes:["primitive"]},handler:(r,e)=>{var t=Ot(e[0],r);return{type:"delimsizing",mode:r.parser.mode,size:tn[r.funcName].size,mclass:tn[r.funcName].mclass,delim:t.text}},htmlBuilder:(r,e)=>r.delim==="."?R([r.mclass]):Ei(r.delim,r.size,e,r.mode,[r.mclass]),mathmlBuilder:r=>{var e=[];r.delim!=="."&&e.push(Re(r.delim,r.mode));var t=new D("mo",e);r.mclass==="mopen"||r.mclass==="mclose"?t.setAttribute("fence","true"):t.setAttribute("fence","false"),t.setAttribute("stretchy","true");var a=O(G0[r.size]);return t.setAttribute("minsize",a),t.setAttribute("maxsize",a),t}});function rn(r){if(!r.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}B({type:"leftright-right",names:["\\right"],props:{numArgs:1,primitive:!0},handler:(r,e)=>{var t=r.parser.gullet.macros.get("\\current@color");if(t&&typeof t!="string")throw new N("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:r.parser.mode,delim:Ot(e[0],r).text,color:t}}});B({type:"leftright",names:["\\left"],props:{numArgs:1,primitive:!0},handler:(r,e)=>{var t=Ot(e[0],r),a=r.parser;++a.leftrightDepth;var n=a.parseExpression(!1);--a.leftrightDepth,a.expect("\\right",!1);var i=G(a.parseFunction(),"leftright-right");return{type:"leftright",mode:a.mode,body:n,left:t.text,right:i.delim,rightColor:i.color}},htmlBuilder:(r,e)=>{rn(r);for(var t=ue(r.body,e,!0,["mopen","mclose"]),a=0,n=0,i=!1,l=0;l<t.length;l++)t[l].isMiddle?i=!0:(a=Math.max(t[l].height,a),n=Math.max(t[l].depth,n));a*=e.sizeMultiplier,n*=e.sizeMultiplier;var o;if(r.left==="."?o=X0(e,["mopen"]):o=ir(r.left,a,n,e,r.mode,["mopen"]),t.unshift(o),i)for(var c=1;c<t.length;c++){var d=t[c],p=d.isMiddle;p&&(t[c]=ir(p.delim,a,n,p.options,r.mode,[]))}var f;if(r.right===".")f=X0(e,["mclose"]);else{var b=r.rightColor?e.withColor(r.rightColor):e;f=ir(r.right,a,n,b,r.mode,["mclose"])}return t.push(f),R(["minner"],t,e)},mathmlBuilder:(r,e)=>{rn(r);var t=we(r.body,e);if(r.left!=="."){var a=new D("mo",[Re(r.left,r.mode)]);a.setAttribute("fence","true"),t.unshift(a)}if(r.right!=="."){var n=new D("mo",[Re(r.right,r.mode)]);n.setAttribute("fence","true"),r.rightColor&&n.setAttribute("mathcolor",r.rightColor),t.push(n)}return Ur(t)}});B({type:"middle",names:["\\middle"],props:{numArgs:1,primitive:!0},handler:(r,e)=>{var t=Ot(e[0],r);if(!r.parser.leftrightDepth)throw new N("\\middle without preceding \\left",t);return{type:"middle",mode:r.parser.mode,delim:t.text}},htmlBuilder:(r,e)=>{var t;if(r.delim===".")t=X0(e,[]);else{t=Ei(r.delim,1,e,r.mode,[]);var a={delim:r.delim,options:e};t.isMiddle=a}return t},mathmlBuilder:(r,e)=>{var t=r.delim==="\\vert"||r.delim==="|"?Re("|","text"):Re(r.delim,r.mode),a=new D("mo",[t]);return a.setAttribute("fence","true"),a.setAttribute("lspace","0.05em"),a.setAttribute("rspace","0.05em"),a}});var Yr=(r,e)=>{var t=N0(X(r.body,e),e),a=r.label.slice(1),n=e.sizeMultiplier,i,l=0,o=Ke(r.body);if(a==="sout")i=R(["stretchy","sout"]),i.height=e.fontMetrics().defaultRuleThickness/n,l=-.5*e.fontMetrics().xHeight;else if(a==="phase"){var c=ne({number:.6,unit:"pt"},e),d=ne({number:.35,unit:"ex"},e),p=e.havingBaseSizing();n=n/p.sizeMultiplier;var f=t.height+t.depth+c+d;t.style.paddingLeft=O(f/2+c);var b=Math.floor(1e3*f*n),y=t1(b),S=new Ze([new s0("phase",y)],{width:"400em",height:O(b/1e3),viewBox:"0 0 400000 "+b,preserveAspectRatio:"xMinYMin slice"});i=l0(["hide-tail"],[S],e),i.style.height=O(f),l=t.depth+c+d}else{/cancel/.test(a)?o||t.classes.push("cancel-pad"):a==="angl"?t.classes.push("anglpad"):t.classes.push("boxpad");var A=0,T=0,C=0;/box/.test(a)?(C=Math.max(e.fontMetrics().fboxrule,e.minRuleThickness),A=e.fontMetrics().fboxsep+(a==="colorbox"?0:C),T=A):a==="angl"?(C=Math.max(e.fontMetrics().defaultRuleThickness,e.minRuleThickness),A=4*C,T=Math.max(0,.25-t.depth)):(A=o?.2:0,T=A),i=_1(t,a,A,T,e),/fbox|boxed|fcolorbox/.test(a)?(i.style.borderStyle="solid",i.style.borderWidth=O(C)):a==="angl"&&C!==.049&&(i.style.borderTopWidth=O(C),i.style.borderRightWidth=O(C)),l=t.depth+T,r.backgroundColor&&(i.style.backgroundColor=r.backgroundColor,r.borderColor&&(i.style.borderColor=r.borderColor))}var w;if(r.backgroundColor)w=Z({positionType:"individualShift",children:[{type:"elem",elem:i,shift:l},{type:"elem",elem:t,shift:0}]});else{var k=/cancel|phase/.test(a)?["svg-align"]:[];w=Z({positionType:"individualShift",children:[{type:"elem",elem:t,shift:0},{type:"elem",elem:i,shift:l,wrapperClasses:k}]})}return/cancel/.test(a)&&(w.height=t.height,w.depth=t.depth),/cancel/.test(a)&&!o?R(["mord","cancel-lap"],[w],e):R(["mord"],[w],e)},Xr=(r,e)=>{var t=0,a=new D(r.label.includes("colorbox")?"mpadded":"menclose",[K(r.body,e)]);switch(r.label){case"\\cancel":a.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":a.setAttribute("notation","downdiagonalstrike");break;case"\\phase":a.setAttribute("notation","phasorangle");break;case"\\sout":a.setAttribute("notation","horizontalstrike");break;case"\\fbox":a.setAttribute("notation","box");break;case"\\angl":a.setAttribute("notation","actuarial");break;case"\\fcolorbox":case"\\colorbox":if(t=e.fontMetrics().fboxsep*e.fontMetrics().ptPerEm,a.setAttribute("width","+"+2*t+"pt"),a.setAttribute("height","+"+2*t+"pt"),a.setAttribute("lspace",t+"pt"),a.setAttribute("voffset",t+"pt"),r.label==="\\fcolorbox"){var n=Math.max(e.fontMetrics().fboxrule,e.minRuleThickness);a.setAttribute("style","border: "+n+"em solid "+String(r.borderColor))}break;case"\\xcancel":a.setAttribute("notation","updiagonalstrike downdiagonalstrike");break}return r.backgroundColor&&a.setAttribute("mathbackground",r.backgroundColor),a};B({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,argTypes:["color","text"]},handler(r,e,t){var{parser:a,funcName:n}=r,i=G(e[0],"color-token").color,l=e[1];return{type:"enclose",mode:a.mode,label:n,backgroundColor:i,body:l}},htmlBuilder:Yr,mathmlBuilder:Xr});B({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,argTypes:["color","color","text"]},handler(r,e,t){var{parser:a,funcName:n}=r,i=G(e[0],"color-token").color,l=G(e[1],"color-token").color,o=e[2];return{type:"enclose",mode:a.mode,label:n,backgroundColor:l,borderColor:i,body:o}},htmlBuilder:Yr,mathmlBuilder:Xr});B({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler(r,e){var{parser:t}=r;return{type:"enclose",mode:t.mode,label:"\\fbox",body:e[0]}}});B({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout","\\phase"],props:{numArgs:1},handler(r,e){var{parser:t,funcName:a}=r,n=e[0];return{type:"enclose",mode:t.mode,label:a,body:n}},htmlBuilder:Yr,mathmlBuilder:Xr});B({type:"enclose",names:["\\angl"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!1},handler(r,e){var{parser:t}=r;return{type:"enclose",mode:t.mode,label:"\\angl",body:e[0]}}});var Ci={};function Le(r){for(var{type:e,names:t,props:a,handler:n,htmlBuilder:i,mathmlBuilder:l}=r,o={type:e,numArgs:a.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:n},c=0;c<t.length;++c)Ci[t[c]]=o;i&&(kt[e]=i),l&&(At[e]=l)}var Fi={};function m(r,e){Fi[r]=e}function an(r){var e=[];r.consumeSpaces();var t=r.fetch().text;for(t==="\\relax"&&(r.consume(),r.consumeSpaces(),t=r.fetch().text);t==="\\hline"||t==="\\hdashline";)r.consume(),e.push(t==="\\hdashline"),r.consumeSpaces(),t=r.fetch().text;return e}var Bt=r=>{var e=r.parser.settings;if(!e.displayMode)throw new N("{"+r.envName+"} can be used only in display mode.")},J1=new Set(["gather","gather*"]);function Zr(r){if(!r.includes("ed"))return!r.includes("*")}function u0(r,e,t){var{hskipBeforeAndAfter:a,addJot:n,cols:i,arraystretch:l,colSeparationType:o,autoTag:c,singleRow:d,emptySingleRow:p,maxNumCols:f,leqno:b}=e;if(r.gullet.beginGroup(),d||r.gullet.macros.set("\\cr","\\\\\\relax"),!l){var y=r.gullet.expandMacroAsText("\\arraystretch");if(y==null)l=1;else if(l=parseFloat(y),!l||l<0)throw new N("Invalid \\arraystretch: "+y)}r.gullet.beginGroup();var S=[],A=[S],T=[],C=[],w=c!=null?[]:void 0;function k(){c&&r.gullet.macros.set("\\@eqnsw","1",!0)}function M(){w&&(r.gullet.macros.get("\\df@tag")?(w.push(r.subparse([new Ae("\\df@tag")])),r.gullet.macros.set("\\df@tag",void 0,!0)):w.push(!!c&&r.gullet.macros.get("\\@eqnsw")==="1"))}for(k(),C.push(an(r));;){var E=r.parseExpression(!1,d?"\\end":"\\\\");r.gullet.endGroup(),r.gullet.beginGroup(),E={type:"ordgroup",mode:r.mode,body:E},t&&(E={type:"styling",mode:r.mode,style:t,body:[E]}),S.push(E);var z=r.fetch().text;if(z==="&"){if(f&&S.length===f){if(d||o)throw new N("Too many tab characters: &",r.nextToken);r.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}r.consume()}else if(z==="\\end"){M(),S.length===1&&E.type==="styling"&&E.body[0].body.length===0&&(A.length>1||!p)&&A.pop(),C.length<A.length+1&&C.push([]);break}else if(z==="\\\\"){r.consume();var F=void 0;r.gullet.future().text!==" "&&(F=r.parseSizeGroup(!0)),T.push(F?F.value:null),M(),C.push(an(r)),S=[],A.push(S),k()}else throw new N("Expected & or \\\\ or \\cr or \\end",r.nextToken)}return r.gullet.endGroup(),r.gullet.endGroup(),{type:"array",mode:r.mode,addJot:n,arraystretch:l,body:A,cols:i,rowGaps:T,hskipBeforeAndAfter:a,hLinesBeforeRow:C,colSeparationType:o,tags:w,leqno:b}}function Kr(r){return r.slice(0,1)==="d"?"display":"text"}var qe=function(e,t){var a,n,i=e.body.length,l=e.hLinesBeforeRow,o=0,c=new Array(i),d=[],p=Math.max(t.fontMetrics().arrayRuleWidth,t.minRuleThickness),f=1/t.fontMetrics().ptPerEm,b=5*f;if(e.colSeparationType&&e.colSeparationType==="small"){var y=t.havingStyle(U.SCRIPT).sizeMultiplier;b=.2778*(y/t.sizeMultiplier)}var S=e.colSeparationType==="CD"?ne({number:3,unit:"ex"},t):12*f,A=3*f,T=e.arraystretch*S,C=.7*T,w=.3*T,k=0;function M(tt){for(var rt=0;rt<tt.length;++rt)rt>0&&(k+=.25),d.push({pos:k,isDashed:tt[rt]})}for(M(l[0]),a=0;a<e.body.length;++a){var E=e.body[a],z=C,F=w;o<E.length&&(o=E.length);var q=new Array(E.length);for(n=0;n<E.length;++n){var _=X(E[n],t);F<_.depth&&(F=_.depth),z<_.height&&(z=_.height),q[n]=_}var j=e.rowGaps[a],W=0;j&&(W=ne(j,t),W>0&&(W+=w,F<W&&(F=W),W=0)),e.addJot&&(F+=A),q.height=z,q.depth=F,k+=z,q.pos=k,k+=F+W,c[a]=q,M(l[a+1])}var V=k/2+t.fontMetrics().axisHeight,Me=e.cols||[],ce=[],Se,De,$e=[];if(e.tags&&e.tags.some(tt=>tt))for(a=0;a<i;++a){var re=c[a],be=re.pos-V,de=e.tags[a],ke=void 0;de===!0?ke=R(["eqn-num"],[],t):de===!1?ke=R([],[],t):ke=R([],ue(de,t,!0),t),ke.depth=re.depth,ke.height=re.height,$e.push({type:"elem",elem:ke,shift:be})}for(n=0,De=0;n<o||De<Me.length;++n,++De){for(var ee=Me[De]||{},S0=!0;ee.type==="separator";){if(S0||(Se=R(["arraycolsep"],[]),Se.style.width=O(t.fontMetrics().doubleRuleSep),ce.push(Se)),ee.separator==="|"||ee.separator===":"){var ze=ee.separator==="|"?"solid":"dashed",Ce=R(["vertical-separator"],[],t);Ce.style.height=O(k),Ce.style.borderRightWidth=O(p),Ce.style.borderRightStyle=ze,Ce.style.margin="0 "+O(-p/2);var c0=k-V;c0&&(Ce.style.verticalAlign=O(-c0)),ce.push(Ce)}else throw new N("Invalid separator type: "+ee.separator);De++,ee=Me[De]||{},S0=!1}if(!(n>=o)){var Ne=void 0;if(n>0||e.hskipBeforeAndAfter){var k0;Ne=(k0=ee.pregap)!=null?k0:b,Ne!==0&&(Se=R(["arraycolsep"],[]),Se.style.width=O(Ne),ce.push(Se))}var He=[];for(a=0;a<i;++a){var e0=c[a],Ue=e0[n];if(Ue){var Pt=e0.pos-V;Ue.depth=e0.depth,Ue.height=e0.height,He.push({type:"elem",elem:Ue,shift:Pt})}}if(He=Z({positionType:"individualShift",children:He}),He=R(["col-align-"+(ee.align||"c")],[He]),ce.push(He),n<o-1||e.hskipBeforeAndAfter){var A0;Ne=(A0=ee.postgap)!=null?A0:b,Ne!==0&&(Se=R(["arraycolsep"],[]),Se.style.width=O(Ne),ce.push(Se))}}}if(c=R(["mtable"],ce),d.length>0){for(var Xi=R0("hline",t,p),Zi=R0("hdashline",t,p),$t=[{type:"elem",elem:c,shift:0}];d.length>0;){var ra=d.pop(),aa=ra.pos-V;ra.isDashed?$t.push({type:"elem",elem:Zi,shift:aa}):$t.push({type:"elem",elem:Xi,shift:aa})}c=Z({positionType:"individualShift",children:$t})}if($e.length===0)return R(["mord"],[c],t);var Ht=Z({positionType:"individualShift",children:$e});return Ht=R(["tag"],[Ht],t),Qe([c,Ht])},Q1={c:"center ",l:"left ",r:"right "},Pe=function(e,t){for(var a=[],n=new D("mtd",[],["mtr-glue"]),i=new D("mtd",[],["mml-eqn-num"]),l=0;l<e.body.length;l++){for(var o=e.body[l],c=[],d=0;d<o.length;d++)c.push(new D("mtd",[K(o[d],t)]));e.tags&&e.tags[l]&&(c.unshift(n),c.push(n),e.leqno?c.unshift(i):c.push(i)),a.push(new D("mtr",c))}var p=new D("mtable",a),f=e.arraystretch===.5?.1:.16+e.arraystretch-1+(e.addJot?.09:0);p.setAttribute("rowspacing",O(f));var b="",y="";if(e.cols&&e.cols.length>0){var S=e.cols,A="",T=!1,C=0,w=S.length;S[0].type==="separator"&&(b+="top ",C=1),S[S.length-1].type==="separator"&&(b+="bottom ",w-=1);for(var k=C;k<w;k++)S[k].type==="align"?(y+=Q1[S[k].align],T&&(A+="none "),T=!0):S[k].type==="separator"&&T&&(A+=S[k].separator==="|"?"solid ":"dashed ",T=!1);p.setAttribute("columnalign",y.trim()),/[sd]/.test(A)&&p.setAttribute("columnlines",A.trim())}if(e.colSeparationType==="align"){for(var M=e.cols||[],E="",z=1;z<M.length;z++)E+=z%2?"0em ":"1em ";p.setAttribute("columnspacing",E.trim())}else e.colSeparationType==="alignat"||e.colSeparationType==="gather"?p.setAttribute("columnspacing","0em"):e.colSeparationType==="small"?p.setAttribute("columnspacing","0.2778em"):e.colSeparationType==="CD"?p.setAttribute("columnspacing","0.5em"):p.setAttribute("columnspacing","1em");var F="",q=e.hLinesBeforeRow;b+=q[0].length>0?"left ":"",b+=q[q.length-1].length>0?"right ":"";for(var _=1;_<q.length-1;_++)F+=q[_].length===0?"none ":q[_][0]?"dashed ":"solid ";return/[sd]/.test(F)&&p.setAttribute("rowlines",F.trim()),b!==""&&(p=new D("menclose",[p]),p.setAttribute("notation",b.trim())),e.arraystretch&&e.arraystretch<1&&(p=new D("mstyle",[p]),p.setAttribute("scriptlevel","1")),p},Ii=function(e,t){e.envName.includes("ed")||Bt(e);var a=[],n=e.envName.includes("at")?"alignat":"align",i=e.envName==="split",l=u0(e.parser,{cols:a,addJot:!0,autoTag:i?void 0:Zr(e.envName),emptySingleRow:!0,colSeparationType:n,maxNumCols:i?2:void 0,leqno:e.parser.settings.leqno},"display"),o,c=0,d={type:"ordgroup",mode:e.mode,body:[]};if(t[0]&&t[0].type==="ordgroup"){for(var p="",f=0;f<t[0].body.length;f++){var b=G(t[0].body[f],"textord");p+=b.text}o=Number(p),c=o*2}var y=!c;l.body.forEach(function(C){for(var w=1;w<C.length;w+=2){var k=G(C[w],"styling"),M=G(k.body[0],"ordgroup");M.body.unshift(d)}if(y)c<C.length&&(c=C.length);else{var E=C.length/2;if(o<E)throw new N("Too many math in a row: "+("expected "+o+", but got "+E),C[0])}});for(var S=0;S<c;++S){var A="r",T=0;S%2===1?A="l":S>0&&y&&(T=1),a[S]={type:"align",align:A,pregap:T,postgap:0}}return l.colSeparationType=y?"align":"alignat",l};Le({type:"array",names:["array","darray"],props:{numArgs:1},handler(r,e){var t=Dt(e[0]),a=t?[e[0]]:G(e[0],"ordgroup").body,n=a.map(function(l){var o=jr(l),c=o.text;if("lcr".includes(c))return{type:"align",align:c};if(c==="|")return{type:"separator",separator:"|"};if(c===":")return{type:"separator",separator:":"};throw new N("Unknown column alignment: "+c,l)}),i={cols:n,hskipBeforeAndAfter:!0,maxNumCols:n.length};return u0(r.parser,i,Kr(r.envName))},htmlBuilder:qe,mathmlBuilder:Pe});Le({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix","matrix*","pmatrix*","bmatrix*","Bmatrix*","vmatrix*","Vmatrix*"],props:{numArgs:0},handler(r){var e={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[r.envName.replace("*","")],t="c",a={hskipBeforeAndAfter:!1,cols:[{type:"align",align:t}]};if(r.envName.charAt(r.envName.length-1)==="*"){var n=r.parser;if(n.consumeSpaces(),n.fetch().text==="["){if(n.consume(),n.consumeSpaces(),t=n.fetch().text,!"lcr".includes(t))throw new N("Expected l or c or r",n.nextToken);n.consume(),n.consumeSpaces(),n.expect("]"),n.consume(),a.cols=[{type:"align",align:t}]}}var i=u0(r.parser,a,Kr(r.envName)),l=Math.max(0,...i.body.map(o=>o.length));return i.cols=new Array(l).fill({type:"align",align:t}),e?{type:"leftright",mode:r.mode,body:[i],left:e[0],right:e[1],rightColor:void 0}:i},htmlBuilder:qe,mathmlBuilder:Pe});Le({type:"array",names:["smallmatrix"],props:{numArgs:0},handler(r){var e={arraystretch:.5},t=u0(r.parser,e,"script");return t.colSeparationType="small",t},htmlBuilder:qe,mathmlBuilder:Pe});Le({type:"array",names:["subarray"],props:{numArgs:1},handler(r,e){var t=Dt(e[0]),a=t?[e[0]]:G(e[0],"ordgroup").body,n=a.map(function(l){var o=jr(l),c=o.text;if("lc".includes(c))return{type:"align",align:c};throw new N("Unknown column alignment: "+c,l)});if(n.length>1)throw new N("{subarray} can contain only one column");var i={cols:n,hskipBeforeAndAfter:!1,arraystretch:.5};if(i=u0(r.parser,i,"script"),i.body.length>0&&i.body[0].length>1)throw new N("{subarray} can contain only one column");return i},htmlBuilder:qe,mathmlBuilder:Pe});Le({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler(r){var e={arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},t=u0(r.parser,e,Kr(r.envName));return{type:"leftright",mode:r.mode,body:[t],left:r.envName.includes("r")?".":"\\{",right:r.envName.includes("r")?"\\}":".",rightColor:void 0}},htmlBuilder:qe,mathmlBuilder:Pe});Le({type:"array",names:["align","align*","aligned","split"],props:{numArgs:0},handler:Ii,htmlBuilder:qe,mathmlBuilder:Pe});Le({type:"array",names:["gathered","gather","gather*"],props:{numArgs:0},handler(r){J1.has(r.envName)&&Bt(r);var e={cols:[{type:"align",align:"c"}],addJot:!0,colSeparationType:"gather",autoTag:Zr(r.envName),emptySingleRow:!0,leqno:r.parser.settings.leqno};return u0(r.parser,e,"display")},htmlBuilder:qe,mathmlBuilder:Pe});Le({type:"array",names:["alignat","alignat*","alignedat"],props:{numArgs:1},handler:Ii,htmlBuilder:qe,mathmlBuilder:Pe});Le({type:"array",names:["equation","equation*"],props:{numArgs:0},handler(r){Bt(r);var e={autoTag:Zr(r.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:r.parser.settings.leqno};return u0(r.parser,e,"display")},htmlBuilder:qe,mathmlBuilder:Pe});Le({type:"array",names:["CD"],props:{numArgs:0},handler(r){return Bt(r),P1(r.parser)},htmlBuilder:qe,mathmlBuilder:Pe});m("\\nonumber","\\gdef\\@eqnsw{0}");m("\\notag","\\nonumber");B({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler(r,e){throw new N(r.funcName+" valid only within array environment")}});var nn=Ci;B({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler(r,e){var{parser:t,funcName:a}=r,n=e[0];if(n.type!=="ordgroup")throw new N("Invalid environment name",n);for(var i="",l=0;l<n.body.length;++l)i+=G(n.body[l],"textord").text;if(a==="\\begin"){if(!nn.hasOwnProperty(i))throw new N("No such environment: "+i,n);var o=nn[i],{args:c,optArgs:d}=t.parseArguments("\\begin{"+i+"}",o),p={mode:t.mode,envName:i,parser:t},f=o.handler(p,c,d);t.expect("\\end",!1);var b=t.nextToken,y=G(t.parseFunction(),"environment");if(y.name!==i)throw new N("Mismatch: \\begin{"+i+"} matched by \\end{"+y.name+"}",b);return f}return{type:"environment",mode:t.mode,name:i,nameGroup:n}}});var Ri=(r,e)=>{var t=r.font,a=e.withFont(t);return X(r.body,a)},Ni=(r,e)=>{var t=r.font,a=e.withFont(t);return K(r.body,a)},sn={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};B({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathsfit","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,allowedInArgument:!0},handler:(r,e)=>{var{parser:t,funcName:a}=r,n=Tt(e[0]),i=a;return i in sn&&(i=sn[i]),{type:"font",mode:t.mode,font:i.slice(1),body:n}},htmlBuilder:Ri,mathmlBuilder:Ni});B({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1},handler:(r,e)=>{var{parser:t}=r,a=e[0];return{type:"mclass",mode:t.mode,mclass:_t(a),body:[{type:"font",mode:t.mode,font:"boldsymbol",body:a}],isCharacterBox:Ke(a)}}});B({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:(r,e)=>{var{parser:t,funcName:a,breakOnTokenText:n}=r,{mode:i}=t,l=t.parseExpression(!0,n),o="math"+a.slice(1);return{type:"font",mode:i,font:o,body:{type:"ordgroup",mode:t.mode,body:l}}},htmlBuilder:Ri,mathmlBuilder:Ni});var eo=(r,e)=>{var t=e.style,a=t.fracNum(),n=t.fracDen(),i;i=e.havingStyle(a);var l=X(r.numer,i,e);if(r.continued){var o=8.5/e.fontMetrics().ptPerEm,c=3.5/e.fontMetrics().ptPerEm;l.height=l.height<o?o:l.height,l.depth=l.depth<c?c:l.depth}i=e.havingStyle(n);var d=X(r.denom,i,e),p,f,b;r.hasBarLine?(r.barSize?(f=ne(r.barSize,e),p=R0("frac-line",e,f)):p=R0("frac-line",e),f=p.height,b=p.height):(p=null,f=0,b=e.fontMetrics().defaultRuleThickness);var y,S,A;t.size===U.DISPLAY.size?(y=e.fontMetrics().num1,f>0?S=3*b:S=7*b,A=e.fontMetrics().denom1):(f>0?(y=e.fontMetrics().num2,S=b):(y=e.fontMetrics().num3,S=3*b),A=e.fontMetrics().denom2);var T;if(p){var w=e.fontMetrics().axisHeight;y-l.depth-(w+.5*f)<S&&(y+=S-(y-l.depth-(w+.5*f))),w-.5*f-(d.height-A)<S&&(A+=S-(w-.5*f-(d.height-A)));var k=-(w-.5*f);T=Z({positionType:"individualShift",children:[{type:"elem",elem:d,shift:A},{type:"elem",elem:p,shift:k},{type:"elem",elem:l,shift:-y}]})}else{var C=y-l.depth-(d.height-A);C<S&&(y+=.5*(S-C),A+=.5*(S-C)),T=Z({positionType:"individualShift",children:[{type:"elem",elem:d,shift:A},{type:"elem",elem:l,shift:-y}]})}i=e.havingStyle(t),T.height*=i.sizeMultiplier/e.sizeMultiplier,T.depth*=i.sizeMultiplier/e.sizeMultiplier;var M;t.size===U.DISPLAY.size?M=e.fontMetrics().delim1:t.size===U.SCRIPTSCRIPT.size?M=e.havingStyle(U.SCRIPT).fontMetrics().delim2:M=e.fontMetrics().delim2;var E,z;return r.leftDelim==null?E=X0(e,["mopen"]):E=Er(r.leftDelim,M,!0,e.havingStyle(t),r.mode,["mopen"]),r.continued?z=R([]):r.rightDelim==null?z=X0(e,["mclose"]):z=Er(r.rightDelim,M,!0,e.havingStyle(t),r.mode,["mclose"]),R(["mord"].concat(i.sizingClasses(e)),[E,R(["mfrac"],[T]),z],e)},to=(r,e)=>{var t=new D("mfrac",[K(r.numer,e),K(r.denom,e)]);if(!r.hasBarLine)t.setAttribute("linethickness","0px");else if(r.barSize){var a=ne(r.barSize,e);t.setAttribute("linethickness",O(a))}if(r.leftDelim!=null||r.rightDelim!=null){var n=[];if(r.leftDelim!=null){var i=new D("mo",[new le(r.leftDelim.replace("\\",""))]);i.setAttribute("fence","true"),n.push(i)}if(n.push(t),r.rightDelim!=null){var l=new D("mo",[new le(r.rightDelim.replace("\\",""))]);l.setAttribute("fence","true"),n.push(l)}return Ur(n)}return t},Di=(r,e)=>{if(!e)return r;var t={type:"styling",mode:r.mode,style:e,body:[r]};return t};B({type:"genfrac",names:["\\cfrac","\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,allowedInArgument:!0},handler:(r,e)=>{var{parser:t,funcName:a}=r,n=e[0],i=e[1],l,o=null,c=null;switch(a){case"\\cfrac":case"\\dfrac":case"\\frac":case"\\tfrac":l=!0;break;case"\\\\atopfrac":l=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":l=!1,o="(",c=")";break;case"\\\\bracefrac":l=!1,o="\\{",c="\\}";break;case"\\\\brackfrac":l=!1,o="[",c="]";break;default:throw new Error("Unrecognized genfrac command")}var d=a==="\\cfrac",p=null;return d||a.startsWith("\\d")?p="display":a.startsWith("\\t")&&(p="text"),Di({type:"genfrac",mode:t.mode,numer:n,denom:i,continued:d,hasBarLine:l,leftDelim:o,rightDelim:c,barSize:null},p)},htmlBuilder:eo,mathmlBuilder:to});B({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler(r){var{parser:e,funcName:t,token:a}=r,n;switch(t){case"\\over":n="\\frac";break;case"\\choose":n="\\binom";break;case"\\atop":n="\\\\atopfrac";break;case"\\brace":n="\\\\bracefrac";break;case"\\brack":n="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:e.mode,replaceWith:n,token:a}}});var ln=["display","text","script","scriptscript"],on=function(e){var t=null;return e.length>0&&(t=e,t=t==="."?null:t),t};B({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,allowedInArgument:!0,argTypes:["math","math","size","text","math","math"]},handler(r,e){var{parser:t}=r,a=e[4],n=e[5],i=Tt(e[0]),l=i.type==="atom"&&i.family==="open"?on(i.text):null,o=Tt(e[1]),c=o.type==="atom"&&o.family==="close"?on(o.text):null,d=G(e[2],"size"),p,f=null;d.isBlank?p=!0:(f=d.value,p=f.number>0);var b=null,y=e[3];if(y.type==="ordgroup"){if(y.body.length>0){var S=G(y.body[0],"textord");b=ln[Number(S.text)]}}else y=G(y,"textord"),b=ln[Number(y.text)];return Di({type:"genfrac",mode:t.mode,numer:a,denom:n,continued:!1,hasBarLine:p,barSize:f,leftDelim:l,rightDelim:c},b)}});B({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler(r,e){var{parser:t,funcName:a,token:n}=r;return{type:"infix",mode:t.mode,replaceWith:"\\\\abovefrac",size:G(e[0],"size").value,token:n}}});B({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:(r,e)=>{var{parser:t,funcName:a}=r,n=e[0],i=G(e[1],"infix").size;if(!i)throw new Error("\\\\abovefrac expected size, but got "+String(i));var l=e[2],o=i.number>0;return{type:"genfrac",mode:t.mode,numer:n,denom:l,continued:!1,hasBarLine:o,barSize:i,leftDelim:null,rightDelim:null}}});var _i=(r,e)=>{var t=e.style,a,n;r.type==="supsub"?(a=r.sup?X(r.sup,e.havingStyle(t.sup()),e):X(r.sub,e.havingStyle(t.sub()),e),n=G(r.base,"horizBrace")):n=G(r,"horizBrace");var i=X(n.base,e.havingBaseStyle(U.DISPLAY)),l=Nt(n,e),o;if(n.isOver?(o=Z({positionType:"firstBaseline",children:[{type:"elem",elem:i},{type:"kern",size:.1},{type:"elem",elem:l}]}),o.children[0].children[0].children[1].classes.push("svg-align")):(o=Z({positionType:"bottom",positionData:i.depth+.1+l.height,children:[{type:"elem",elem:l},{type:"kern",size:.1},{type:"elem",elem:i}]}),o.children[0].children[0].children[0].classes.push("svg-align")),a){var c=R(["mord",n.isOver?"mover":"munder"],[o],e);n.isOver?o=Z({positionType:"firstBaseline",children:[{type:"elem",elem:c},{type:"kern",size:.2},{type:"elem",elem:a}]}):o=Z({positionType:"bottom",positionData:c.depth+.2+a.height+a.depth,children:[{type:"elem",elem:a},{type:"kern",size:.2},{type:"elem",elem:c}]})}return R(["mord",n.isOver?"mover":"munder"],[o],e)},ro=(r,e)=>{var t=Rt(r.label);return new D(r.isOver?"mover":"munder",[K(r.base,e),t])};B({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler(r,e){var{parser:t,funcName:a}=r;return{type:"horizBrace",mode:t.mode,label:a,isOver:/^\\over/.test(a),base:e[0]}},htmlBuilder:_i,mathmlBuilder:ro});B({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:(r,e)=>{var{parser:t}=r,a=e[1],n=G(e[0],"url").url;return t.settings.isTrusted({command:"\\href",url:n})?{type:"href",mode:t.mode,href:n,body:se(a)}:t.formatUnsupportedCmd("\\href")},htmlBuilder:(r,e)=>{var t=ue(r.body,e,!1);return y1(r.href,[],t,e)},mathmlBuilder:(r,e)=>{var t=o0(r.body,e);return t instanceof D||(t=new D("mrow",[t])),t.setAttribute("href",r.href),t}});B({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:(r,e)=>{var{parser:t}=r,a=G(e[0],"url").url;if(!t.settings.isTrusted({command:"\\url",url:a}))return t.formatUnsupportedCmd("\\url");for(var n=[],i=0;i<a.length;i++){var l=a[i];l==="~"&&(l="\\textasciitilde"),n.push({type:"textord",mode:"text",text:l})}var o={type:"text",mode:t.mode,font:"\\texttt",body:n};return{type:"href",mode:t.mode,href:a,body:se(o)}}});B({type:"hbox",names:["\\hbox"],props:{numArgs:1,argTypes:["text"],allowedInText:!0,primitive:!0},handler(r,e){var{parser:t}=r;return{type:"hbox",mode:t.mode,body:se(e[0])}},htmlBuilder(r,e){var t=ue(r.body,e,!1);return Qe(t)},mathmlBuilder(r,e){return new D("mrow",we(r.body,e))}});B({type:"html",names:["\\htmlClass","\\htmlId","\\htmlStyle","\\htmlData"],props:{numArgs:2,argTypes:["raw","original"],allowedInText:!0},handler:(r,e)=>{var{parser:t,funcName:a,token:n}=r,i=G(e[0],"raw").string,l=e[1];t.settings.strict&&t.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");var o,c={};switch(a){case"\\htmlClass":c.class=i,o={command:"\\htmlClass",class:i};break;case"\\htmlId":c.id=i,o={command:"\\htmlId",id:i};break;case"\\htmlStyle":c.style=i,o={command:"\\htmlStyle",style:i};break;case"\\htmlData":{for(var d=i.split(","),p=0;p<d.length;p++){var f=d[p],b=f.indexOf("=");if(b<0)throw new N("\\htmlData key/value '"+f+"' missing equals sign");var y=f.slice(0,b),S=f.slice(b+1);c["data-"+y.trim()]=S}o={command:"\\htmlData",attributes:c};break}default:throw new Error("Unrecognized html command")}return t.settings.isTrusted(o)?{type:"html",mode:t.mode,attributes:c,body:se(l)}:t.formatUnsupportedCmd(a)},htmlBuilder:(r,e)=>{var t=ue(r.body,e,!1),a=["enclosing"];r.attributes.class&&a.push(...r.attributes.class.trim().split(/\s+/));var n=R(a,t,e);for(var i in r.attributes)i!=="class"&&r.attributes.hasOwnProperty(i)&&n.setAttribute(i,r.attributes[i]);return n},mathmlBuilder:(r,e)=>o0(r.body,e)});B({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInArgument:!0,allowedInText:!0},handler:(r,e)=>{var{parser:t}=r;return{type:"htmlmathml",mode:t.mode,html:se(e[0]),mathml:se(e[1])}},htmlBuilder:(r,e)=>{var t=ue(r.html,e,!1);return Qe(t)},mathmlBuilder:(r,e)=>o0(r.mathml,e)});var sr=function(e){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(e))return{number:+e,unit:"bp"};var t=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(e);if(!t)throw new N("Invalid size: '"+e+"' in \\includegraphics");var a={number:+(t[1]+t[2]),unit:t[3]};if(!Qn(a))throw new N("Invalid unit: '"+a.unit+"' in \\includegraphics.");return a};B({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:(r,e,t)=>{var{parser:a}=r,n={number:0,unit:"em"},i={number:.9,unit:"em"},l={number:0,unit:"em"},o="";if(t[0])for(var c=G(t[0],"raw").string,d=c.split(","),p=0;p<d.length;p++){var f=d[p].split("=");if(f.length===2){var b=f[1].trim();switch(f[0].trim()){case"alt":o=b;break;case"width":n=sr(b);break;case"height":i=sr(b);break;case"totalheight":l=sr(b);break;default:throw new N("Invalid key: '"+f[0]+"' in \\includegraphics.")}}}var y=G(e[0],"url").url;return o===""&&(o=y,o=o.replace(/^.*[\\/]/,""),o=o.substring(0,o.lastIndexOf("."))),a.settings.isTrusted({command:"\\includegraphics",url:y})?{type:"includegraphics",mode:a.mode,alt:o,width:n,height:i,totalheight:l,src:y}:a.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:(r,e)=>{var t=ne(r.height,e),a=0;r.totalheight.number>0&&(a=ne(r.totalheight,e)-t);var n=0;r.width.number>0&&(n=ne(r.width,e));var i={height:O(t+a)};n>0&&(i.width=O(n)),a>0&&(i.verticalAlign=O(-a));var l=new h1(r.src,r.alt,i);return l.height=t,l.depth=a,l},mathmlBuilder:(r,e)=>{var t=new D("mglyph",[]);t.setAttribute("alt",r.alt);var a=ne(r.height,e),n=0;if(r.totalheight.number>0&&(n=ne(r.totalheight,e)-a,t.setAttribute("valign",O(-n))),t.setAttribute("height",O(a+n)),r.width.number>0){var i=ne(r.width,e);t.setAttribute("width",O(i))}return t.setAttribute("src",r.src),t}});B({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],primitive:!0,allowedInText:!0},handler(r,e){var{parser:t,funcName:a}=r,n=G(e[0],"size");if(t.settings.strict){var i=a[1]==="m",l=n.value.unit==="mu";i?(l||t.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+a+" supports only mu units, "+("not "+n.value.unit+" units")),t.mode!=="math"&&t.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+a+" works only in math mode")):l&&t.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+a+" doesn't support mu units")}return{type:"kern",mode:t.mode,dimension:n.value}},htmlBuilder(r,e){return ii(r.dimension,e)},mathmlBuilder(r,e){var t=ne(r.dimension,e);return new hi(t)}});B({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:(r,e)=>{var{parser:t,funcName:a}=r,n=e[0];return{type:"lap",mode:t.mode,alignment:a.slice(5),body:n}},htmlBuilder:(r,e)=>{var t;r.alignment==="clap"?(t=R([],[X(r.body,e)]),t=R(["inner"],[t],e)):t=R(["inner"],[X(r.body,e)]);var a=R(["fix"],[]),n=R([r.alignment],[t,a],e),i=R(["strut"]);return i.style.height=O(n.height+n.depth),n.depth&&(i.style.verticalAlign=O(-n.depth)),n.children.unshift(i),n=R(["thinbox"],[n],e),R(["mord","vbox"],[n],e)},mathmlBuilder:(r,e)=>{var t=new D("mpadded",[K(r.body,e)]);if(r.alignment!=="rlap"){var a=r.alignment==="llap"?"-1":"-0.5";t.setAttribute("lspace",a+"width")}return t.setAttribute("width","0px"),t}});B({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(r,e){var{funcName:t,parser:a}=r,n=a.mode;a.switchMode("math");var i=t==="\\("?"\\)":"$",l=a.parseExpression(!1,i);return a.expect(i),a.switchMode(n),{type:"styling",mode:a.mode,style:"text",body:l}}});B({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(r,e){throw new N("Mismatched "+r.funcName)}});var un=(r,e)=>{switch(e.style.size){case U.DISPLAY.size:return r.display;case U.TEXT.size:return r.text;case U.SCRIPT.size:return r.script;case U.SCRIPTSCRIPT.size:return r.scriptscript;default:return r.text}};B({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4,primitive:!0},handler:(r,e)=>{var{parser:t}=r;return{type:"mathchoice",mode:t.mode,display:se(e[0]),text:se(e[1]),script:se(e[2]),scriptscript:se(e[3])}},htmlBuilder:(r,e)=>{var t=un(r,e),a=ue(t,e,!1);return Qe(a)},mathmlBuilder:(r,e)=>{var t=un(r,e);return o0(t,e)}});var Oi=(r,e,t,a,n,i,l)=>{r=R([],[r]);var o=t&&Ke(t),c,d;if(e){var p=X(e,a.havingStyle(n.sup()),a);d={elem:p,kern:Math.max(a.fontMetrics().bigOpSpacing1,a.fontMetrics().bigOpSpacing3-p.depth)}}if(t){var f=X(t,a.havingStyle(n.sub()),a);c={elem:f,kern:Math.max(a.fontMetrics().bigOpSpacing2,a.fontMetrics().bigOpSpacing4-f.height)}}var b;if(d&&c){var y=a.fontMetrics().bigOpSpacing5+c.elem.height+c.elem.depth+c.kern+r.depth+l;b=Z({positionType:"bottom",positionData:y,children:[{type:"kern",size:a.fontMetrics().bigOpSpacing5},{type:"elem",elem:c.elem,marginLeft:O(-i)},{type:"kern",size:c.kern},{type:"elem",elem:r},{type:"kern",size:d.kern},{type:"elem",elem:d.elem,marginLeft:O(i)},{type:"kern",size:a.fontMetrics().bigOpSpacing5}]})}else if(c){var S=r.height-l;b=Z({positionType:"top",positionData:S,children:[{type:"kern",size:a.fontMetrics().bigOpSpacing5},{type:"elem",elem:c.elem,marginLeft:O(-i)},{type:"kern",size:c.kern},{type:"elem",elem:r}]})}else if(d){var A=r.depth+l;b=Z({positionType:"bottom",positionData:A,children:[{type:"elem",elem:r},{type:"kern",size:d.kern},{type:"elem",elem:d.elem,marginLeft:O(i)},{type:"kern",size:a.fontMetrics().bigOpSpacing5}]})}else return r;var T=[b];if(c&&i!==0&&!o){var C=R(["mspace"],[],a);C.style.marginRight=O(i),T.unshift(C)}return R(["mop","op-limits"],T,a)},Bi=new Set(["\\smallint"]),B0=(r,e)=>{var t,a,n=!1,i;r.type==="supsub"?(t=r.sup,a=r.sub,i=G(r.base,"op"),n=!0):i=G(r,"op");var l=e.style,o=!1;l.size===U.DISPLAY.size&&i.symbol&&!Bi.has(i.name)&&(o=!0);var c;if(i.symbol){var d=o?"Size2-Regular":"Size1-Regular",p="";if((i.name==="\\oiint"||i.name==="\\oiiint")&&(p=i.name.slice(1),i.name=p==="oiint"?"\\iint":"\\iiint"),c=pe(i.name,d,"math",e,["mop","op-symbol",o?"large-op":"small-op"]),p.length>0){var f=c.italic,b=li(p+"Size"+(o?"2":"1"),e);c=Z({positionType:"individualShift",children:[{type:"elem",elem:c,shift:0},{type:"elem",elem:b,shift:o?.08:0}]}),i.name="\\"+p,c.classes.unshift("mop"),c.italic=f}}else if(i.body){var y=ue(i.body,e,!0);y.length===1&&y[0]instanceof Ie?(c=y[0],c.classes[0]="mop"):c=R(["mop"],y,e)}else{for(var S=[],A=1;A<i.name.length;A++)S.push($r(i.name[A],i.mode,e));c=R(["mop"],S,e)}var T=0,C=0;return(c instanceof Ie||i.name==="\\oiint"||i.name==="\\oiiint")&&!i.suppressBaseShift&&(T=(c.height-c.depth)/2-e.fontMetrics().axisHeight,C=c.italic),n?Oi(c,t,a,e,l,C,T):(T&&(c.style.position="relative",c.style.top=O(T)),c)},Q0=(r,e)=>{var t;if(r.symbol)t=new D("mo",[Re(r.name,r.mode)]),Bi.has(r.name)&&t.setAttribute("largeop","false");else if(r.body)t=new D("mo",we(r.body,e));else{t=new D("mi",[new le(r.name.slice(1))]);var a=new D("mo",[Re("","text")]);r.parentIsSupSub?t=new D("mrow",[t,a]):t=ci([t,a])}return t},ao={"∏":"\\prod","∐":"\\coprod","∑":"\\sum","⋀":"\\bigwedge","⋁":"\\bigvee","⋂":"\\bigcap","⋃":"\\bigcup","⨀":"\\bigodot","⨁":"\\bigoplus","⨂":"\\bigotimes","⨄":"\\biguplus","⨆":"\\bigsqcup"};B({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","∏","∐","∑","⋀","⋁","⋂","⋃","⨀","⨁","⨂","⨄","⨆"],props:{numArgs:0},handler:(r,e)=>{var{parser:t,funcName:a}=r,n=a;return n.length===1&&(n=ao[n]),{type:"op",mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:B0,mathmlBuilder:Q0});B({type:"op",names:["\\mathop"],props:{numArgs:1,primitive:!0},handler:(r,e)=>{var{parser:t}=r,a=e[0];return{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:se(a)}},htmlBuilder:B0,mathmlBuilder:Q0});var no={"∫":"\\int","∬":"\\iint","∭":"\\iiint","∮":"\\oint","∯":"\\oiint","∰":"\\oiiint"};B({type:"op",names:["\\arcsin","\\arccos","\\arctan","\\arctg","\\arcctg","\\arg","\\ch","\\cos","\\cosec","\\cosh","\\cot","\\cotg","\\coth","\\csc","\\ctg","\\cth","\\deg","\\dim","\\exp","\\hom","\\ker","\\lg","\\ln","\\log","\\sec","\\sin","\\sinh","\\sh","\\tan","\\tanh","\\tg","\\th"],props:{numArgs:0},handler(r){var{parser:e,funcName:t}=r;return{type:"op",mode:e.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:t}},htmlBuilder:B0,mathmlBuilder:Q0});B({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler(r){var{parser:e,funcName:t}=r;return{type:"op",mode:e.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:t}},htmlBuilder:B0,mathmlBuilder:Q0});B({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","∫","∬","∭","∮","∯","∰"],props:{numArgs:0,allowedInArgument:!0},handler(r){var{parser:e,funcName:t}=r,a=t;return a.length===1&&(a=no[a]),{type:"op",mode:e.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:a}},htmlBuilder:B0,mathmlBuilder:Q0});var Li=(r,e)=>{var t,a,n=!1,i;r.type==="supsub"?(t=r.sup,a=r.sub,i=G(r.base,"operatorname"),n=!0):i=G(r,"operatorname");var l;if(i.body.length>0){for(var o=i.body.map(f=>{var b=f.text;return typeof b=="string"?{type:"textord",mode:f.mode,text:b}:f}),c=ue(o,e.withFont("mathrm"),!0),d=0;d<c.length;d++){var p=c[d];p instanceof Ie&&(p.text=p.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}l=R(["mop"],c,e)}else l=R(["mop"],[],e);return n?Oi(l,t,a,e,e.style,0,0):l},io=(r,e)=>{for(var t=we(r.body,e.withFont("mathrm")),a=!0,n=0;n<t.length;n++){var i=t[n];if(!(i instanceof hi))if(i instanceof D)switch(i.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":{var l=i.children[0];i.children.length===1&&l instanceof le?l.text=l.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):a=!1;break}default:a=!1}else a=!1}if(a){var o=t.map(p=>p.toText()).join("");t=[new le(o)]}var c=new D("mi",t);c.setAttribute("mathvariant","normal");var d=new D("mo",[Re("","text")]);return r.parentIsSupSub?new D("mrow",[c,d]):ci([c,d])};B({type:"operatorname",names:["\\operatorname@","\\operatornamewithlimits"],props:{numArgs:1},handler:(r,e)=>{var{parser:t,funcName:a}=r,n=e[0];return{type:"operatorname",mode:t.mode,body:se(n),alwaysHandleSupSub:a==="\\operatornamewithlimits",limits:!1,parentIsSupSub:!1}},htmlBuilder:Li,mathmlBuilder:io});m("\\operatorname","\\@ifstar\\operatornamewithlimits\\operatorname@");w0({type:"ordgroup",htmlBuilder(r,e){return r.semisimple?Qe(ue(r.body,e,!1)):R(["mord"],ue(r.body,e,!0),e)},mathmlBuilder(r,e){return o0(r.body,e,!0)}});B({type:"overline",names:["\\overline"],props:{numArgs:1},handler(r,e){var{parser:t}=r,a=e[0];return{type:"overline",mode:t.mode,body:a}},htmlBuilder(r,e){var t=X(r.body,e.havingCrampedStyle()),a=R0("overline-line",e),n=e.fontMetrics().defaultRuleThickness,i=Z({positionType:"firstBaseline",children:[{type:"elem",elem:t},{type:"kern",size:3*n},{type:"elem",elem:a},{type:"kern",size:n}]});return R(["mord","overline"],[i],e)},mathmlBuilder(r,e){var t=new D("mo",[new le("‾")]);t.setAttribute("stretchy","true");var a=new D("mover",[K(r.body,e),t]);return a.setAttribute("accent","true"),a}});B({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:(r,e)=>{var{parser:t}=r,a=e[0];return{type:"phantom",mode:t.mode,body:se(a)}},htmlBuilder:(r,e)=>{var t=ue(r.body,e.withPhantom(),!1);return Qe(t)},mathmlBuilder:(r,e)=>{var t=we(r.body,e);return new D("mphantom",t)}});B({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:(r,e)=>{var{parser:t}=r,a=e[0];return{type:"hphantom",mode:t.mode,body:a}},htmlBuilder:(r,e)=>{var t=R([],[X(r.body,e.withPhantom())]);if(t.height=0,t.depth=0,t.children)for(var a=0;a<t.children.length;a++)t.children[a].height=0,t.children[a].depth=0;return t=Z({positionType:"firstBaseline",children:[{type:"elem",elem:t}]}),R(["mord"],[t],e)},mathmlBuilder:(r,e)=>{var t=we(se(r.body),e),a=new D("mphantom",t),n=new D("mpadded",[a]);return n.setAttribute("height","0px"),n.setAttribute("depth","0px"),n}});B({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:(r,e)=>{var{parser:t}=r,a=e[0];return{type:"vphantom",mode:t.mode,body:a}},htmlBuilder:(r,e)=>{var t=R(["inner"],[X(r.body,e.withPhantom())]),a=R(["fix"],[]);return R(["mord","rlap"],[t,a],e)},mathmlBuilder:(r,e)=>{var t=we(se(r.body),e),a=new D("mphantom",t),n=new D("mpadded",[a]);return n.setAttribute("width","0px"),n}});B({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler(r,e){var{parser:t}=r,a=G(e[0],"size").value,n=e[1];return{type:"raisebox",mode:t.mode,dy:a,body:n}},htmlBuilder(r,e){var t=X(r.body,e),a=ne(r.dy,e);return Z({positionType:"shift",positionData:-a,children:[{type:"elem",elem:t}]})},mathmlBuilder(r,e){var t=new D("mpadded",[K(r.body,e)]),a=r.dy.number+r.dy.unit;return t.setAttribute("voffset",a),t}});B({type:"internal",names:["\\relax"],props:{numArgs:0,allowedInText:!0,allowedInArgument:!0},handler(r){var{parser:e}=r;return{type:"internal",mode:e.mode}}});B({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["size","size","size"]},handler(r,e,t){var{parser:a}=r,n=t[0],i=G(e[0],"size"),l=G(e[1],"size");return{type:"rule",mode:a.mode,shift:n&&G(n,"size").value,width:i.value,height:l.value}},htmlBuilder(r,e){var t=R(["mord","rule"],[],e),a=ne(r.width,e),n=ne(r.height,e),i=r.shift?ne(r.shift,e):0;return t.style.borderRightWidth=O(a),t.style.borderTopWidth=O(n),t.style.bottom=O(i),t.width=a,t.height=n+i,t.depth=-i,t.maxFontSize=n*1.125*e.sizeMultiplier,t},mathmlBuilder(r,e){var t=ne(r.width,e),a=ne(r.height,e),n=r.shift?ne(r.shift,e):0,i=e.color&&e.getColor()||"black",l=new D("mspace");l.setAttribute("mathbackground",i),l.setAttribute("width",O(t)),l.setAttribute("height",O(a));var o=new D("mpadded",[l]);return n>=0?o.setAttribute("height",O(n)):(o.setAttribute("height",O(n)),o.setAttribute("depth",O(-n))),o.setAttribute("voffset",O(n)),o}});function qi(r,e,t){for(var a=ue(r,e,!1),n=e.sizeMultiplier/t.sizeMultiplier,i=0;i<a.length;i++){var l=a[i].classes.indexOf("sizing");l<0?Array.prototype.push.apply(a[i].classes,e.sizingClasses(t)):a[i].classes[l+1]==="reset-size"+e.size&&(a[i].classes[l+1]="reset-size"+t.size),a[i].height*=n,a[i].depth*=n}return Qe(a)}var cn=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"],so=(r,e)=>{var t=e.havingSize(r.size);return qi(r.body,t,e)};B({type:"sizing",names:cn,props:{numArgs:0,allowedInText:!0},handler:(r,e)=>{var{breakOnTokenText:t,funcName:a,parser:n}=r,i=n.parseExpression(!1,t);return{type:"sizing",mode:n.mode,size:cn.indexOf(a)+1,body:i}},htmlBuilder:so,mathmlBuilder:(r,e)=>{var t=e.havingSize(r.size),a=we(r.body,t),n=new D("mstyle",a);return n.setAttribute("mathsize",O(t.sizeMultiplier)),n}});B({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(r,e,t)=>{var{parser:a}=r,n=!1,i=!1,l=t[0]&&G(t[0],"ordgroup");if(l)for(var o="",c=0;c<l.body.length;++c){var d=l.body[c];if(o=d.text,o==="t")n=!0;else if(o==="b")i=!0;else{n=!1,i=!1;break}}else n=!0,i=!0;var p=e[0];return{type:"smash",mode:a.mode,body:p,smashHeight:n,smashDepth:i}},htmlBuilder:(r,e)=>{var t=R([],[X(r.body,e)]);if(!r.smashHeight&&!r.smashDepth)return t;if(r.smashHeight&&(t.height=0,t.children))for(var a=0;a<t.children.length;a++)t.children[a].height=0;if(r.smashDepth&&(t.depth=0,t.children))for(var n=0;n<t.children.length;n++)t.children[n].depth=0;var i=Z({positionType:"firstBaseline",children:[{type:"elem",elem:t}]});return R(["mord"],[i],e)},mathmlBuilder:(r,e)=>{var t=new D("mpadded",[K(r.body,e)]);return r.smashHeight&&t.setAttribute("height","0px"),r.smashDepth&&t.setAttribute("depth","0px"),t}});B({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler(r,e,t){var{parser:a}=r,n=t[0],i=e[0];return{type:"sqrt",mode:a.mode,body:i,index:n}},htmlBuilder(r,e){var t=X(r.body,e.havingCrampedStyle());t.height===0&&(t.height=e.fontMetrics().xHeight),t=N0(t,e);var a=e.fontMetrics(),n=a.defaultRuleThickness,i=n;e.style.id<U.TEXT.id&&(i=e.fontMetrics().xHeight);var l=n+i/4,o=t.height+t.depth+l+n,{span:c,ruleWidth:d,advanceWidth:p}=W1(o,e),f=c.height-d;f>t.height+t.depth+l&&(l=(l+f-t.height-t.depth)/2);var b=c.height-t.height-l-d;t.style.paddingLeft=O(p);var y=Z({positionType:"firstBaseline",children:[{type:"elem",elem:t,wrapperClasses:["svg-align"]},{type:"kern",size:-(t.height+b)},{type:"elem",elem:c},{type:"kern",size:d}]});if(r.index){var S=e.havingStyle(U.SCRIPTSCRIPT),A=X(r.index,S,e),T=.6*(y.height-y.depth),C=Z({positionType:"shift",positionData:-T,children:[{type:"elem",elem:A}]}),w=R(["root"],[C]);return R(["mord","sqrt"],[w,y],e)}else return R(["mord","sqrt"],[y],e)},mathmlBuilder(r,e){var{body:t,index:a}=r;return a?new D("mroot",[K(t,e),K(a,e)]):new D("msqrt",[K(t,e)])}});var hn={display:U.DISPLAY,text:U.TEXT,script:U.SCRIPT,scriptscript:U.SCRIPTSCRIPT};B({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(r,e){var{breakOnTokenText:t,funcName:a,parser:n}=r,i=n.parseExpression(!0,t),l=a.slice(1,a.length-5);return{type:"styling",mode:n.mode,style:l,body:i}},htmlBuilder(r,e){var t=hn[r.style],a=e.havingStyle(t).withFont("");return qi(r.body,a,e)},mathmlBuilder(r,e){var t=hn[r.style],a=e.havingStyle(t),n=we(r.body,a),i=new D("mstyle",n),l={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]},o=l[r.style];return i.setAttribute("scriptlevel",o[0]),i.setAttribute("displaystyle",o[1]),i}});var lo=function(e,t){var a=e.base;if(a)if(a.type==="op"){var n=a.limits&&(t.style.size===U.DISPLAY.size||a.alwaysHandleSupSub);return n?B0:null}else if(a.type==="operatorname"){var i=a.alwaysHandleSupSub&&(t.style.size===U.DISPLAY.size||a.limits);return i?Li:null}else{if(a.type==="accent")return Ke(a.base)?Wr:null;if(a.type==="horizBrace"){var l=!e.sub;return l===a.isOver?_i:null}else return null}else return null};w0({type:"supsub",htmlBuilder(r,e){var t=lo(r,e);if(t)return t(r,e);var{base:a,sup:n,sub:i}=r,l=X(a,e),o,c,d=e.fontMetrics(),p=0,f=0,b=a&&Ke(a);if(n){var y=e.havingStyle(e.style.sup());o=X(n,y,e),b||(p=l.height-y.fontMetrics().supDrop*y.sizeMultiplier/e.sizeMultiplier)}if(i){var S=e.havingStyle(e.style.sub());c=X(i,S,e),b||(f=l.depth+S.fontMetrics().subDrop*S.sizeMultiplier/e.sizeMultiplier)}var A;e.style===U.DISPLAY?A=d.sup1:e.style.cramped?A=d.sup3:A=d.sup2;var T=e.sizeMultiplier,C=O(.5/d.ptPerEm/T),w=null;if(c){var k=r.base&&r.base.type==="op"&&r.base.name&&(r.base.name==="\\oiint"||r.base.name==="\\oiiint");(l instanceof Ie||k)&&(w=O(-l.italic))}var M;if(o&&c){p=Math.max(p,A,o.depth+.25*d.xHeight),f=Math.max(f,d.sub2);var E=d.defaultRuleThickness,z=4*E;if(p-o.depth-(c.height-f)<z){f=z-(p-o.depth)+c.height;var F=.8*d.xHeight-(p-o.depth);F>0&&(p+=F,f-=F)}var q=[{type:"elem",elem:c,shift:f,marginRight:C,marginLeft:w},{type:"elem",elem:o,shift:-p,marginRight:C}];M=Z({positionType:"individualShift",children:q})}else if(c){f=Math.max(f,d.sub1,c.height-.8*d.xHeight);var _=[{type:"elem",elem:c,marginLeft:w,marginRight:C}];M=Z({positionType:"shift",positionData:f,children:_})}else if(o)p=Math.max(p,A,o.depth+.25*d.xHeight),M=Z({positionType:"shift",positionData:-p,children:[{type:"elem",elem:o,marginRight:C}]});else throw new Error("supsub must have either sup or sub.");var j=Sr(l,"right")||"mord";return R([j],[l,R(["msupsub"],[M])],e)},mathmlBuilder(r,e){var t=!1,a,n;r.base&&r.base.type==="horizBrace"&&(n=!!r.sup,n===r.base.isOver&&(t=!0,a=r.base.isOver)),r.base&&(r.base.type==="op"||r.base.type==="operatorname")&&(r.base.parentIsSupSub=!0);var i=[K(r.base,e)];r.sub&&i.push(K(r.sub,e)),r.sup&&i.push(K(r.sup,e));var l;if(t)l=a?"mover":"munder";else if(r.sub)if(r.sup){var d=r.base;d&&d.type==="op"&&d.limits&&e.style===U.DISPLAY||d&&d.type==="operatorname"&&d.alwaysHandleSupSub&&(e.style===U.DISPLAY||d.limits)?l="munderover":l="msubsup"}else{var c=r.base;c&&c.type==="op"&&c.limits&&(e.style===U.DISPLAY||c.alwaysHandleSupSub)||c&&c.type==="operatorname"&&c.alwaysHandleSupSub&&(c.limits||e.style===U.DISPLAY)?l="munder":l="msub"}else{var o=r.base;o&&o.type==="op"&&o.limits&&(e.style===U.DISPLAY||o.alwaysHandleSupSub)||o&&o.type==="operatorname"&&o.alwaysHandleSupSub&&(o.limits||e.style===U.DISPLAY)?l="mover":l="msup"}return new D(l,i)}});w0({type:"atom",htmlBuilder(r,e){return $r(r.text,r.mode,e,["m"+r.family])},mathmlBuilder(r,e){var t=new D("mo",[Re(r.text,r.mode)]);if(r.family==="bin"){var a=Gr(r,e);a==="bold-italic"&&t.setAttribute("mathvariant",a)}else r.family==="punct"?t.setAttribute("separator","true"):(r.family==="open"||r.family==="close")&&t.setAttribute("stretchy","false");return t}});var Pi={mi:"italic",mn:"normal",mtext:"normal"};w0({type:"mathord",htmlBuilder(r,e){return It(r,e,"mathord")},mathmlBuilder(r,e){var t=new D("mi",[Re(r.text,r.mode,e)]),a=Gr(r,e)||"italic";return a!==Pi[t.type]&&t.setAttribute("mathvariant",a),t}});w0({type:"textord",htmlBuilder(r,e){return It(r,e,"textord")},mathmlBuilder(r,e){var t=Re(r.text,r.mode,e),a=Gr(r,e)||"normal",n;return r.mode==="text"?n=new D("mtext",[t]):/[0-9]/.test(r.text)?n=new D("mn",[t]):r.text==="\\prime"?n=new D("mo",[t]):n=new D("mi",[t]),a!==Pi[n.type]&&n.setAttribute("mathvariant",a),n}});var lr={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},or={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};w0({type:"spacing",htmlBuilder(r,e){if(or.hasOwnProperty(r.text)){var t=or[r.text].className||"";if(r.mode==="text"){var a=It(r,e,"textord");return a.classes.push(t),a}else return R(["mspace",t],[$r(r.text,r.mode,e)],e)}else{if(lr.hasOwnProperty(r.text))return R(["mspace",lr[r.text]],[],e);throw new N('Unknown type of space "'+r.text+'"')}},mathmlBuilder(r,e){var t;if(or.hasOwnProperty(r.text))t=new D("mtext",[new le(" ")]);else{if(lr.hasOwnProperty(r.text))return new D("mspace");throw new N('Unknown type of space "'+r.text+'"')}return t}});var dn=()=>{var r=new D("mtd",[]);return r.setAttribute("width","50%"),r};w0({type:"tag",mathmlBuilder(r,e){var t=new D("mtable",[new D("mtr",[dn(),new D("mtd",[o0(r.body,e)]),dn(),new D("mtd",[o0(r.tag,e)])])]);return t.setAttribute("width","100%"),t}});var mn={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},pn={"\\textbf":"textbf","\\textmd":"textmd"},oo={"\\textit":"textit","\\textup":"textup"},fn=(r,e)=>{var t=r.font;if(t){if(mn[t])return e.withTextFontFamily(mn[t]);if(pn[t])return e.withTextFontWeight(pn[t]);if(t==="\\emph")return e.fontShape==="textit"?e.withTextFontShape("textup"):e.withTextFontShape("textit")}else return e;return e.withTextFontShape(oo[t])};B({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup","\\emph"],props:{numArgs:1,argTypes:["text"],allowedInArgument:!0,allowedInText:!0},handler(r,e){var{parser:t,funcName:a}=r,n=e[0];return{type:"text",mode:t.mode,body:se(n),font:a}},htmlBuilder(r,e){var t=fn(r,e),a=ue(r.body,t,!0);return R(["mord","text"],a,t)},mathmlBuilder(r,e){var t=fn(r,e);return o0(r.body,t)}});B({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler(r,e){var{parser:t}=r;return{type:"underline",mode:t.mode,body:e[0]}},htmlBuilder(r,e){var t=X(r.body,e),a=R0("underline-line",e),n=e.fontMetrics().defaultRuleThickness,i=Z({positionType:"top",positionData:t.height,children:[{type:"kern",size:n},{type:"elem",elem:a},{type:"kern",size:3*n},{type:"elem",elem:t}]});return R(["mord","underline"],[i],e)},mathmlBuilder(r,e){var t=new D("mo",[new le("‾")]);t.setAttribute("stretchy","true");var a=new D("munder",[K(r.body,e),t]);return a.setAttribute("accentunder","true"),a}});B({type:"vcenter",names:["\\vcenter"],props:{numArgs:1,argTypes:["original"],allowedInText:!1},handler(r,e){var{parser:t}=r;return{type:"vcenter",mode:t.mode,body:e[0]}},htmlBuilder(r,e){var t=X(r.body,e),a=e.fontMetrics().axisHeight,n=.5*(t.height-a-(t.depth+a));return Z({positionType:"shift",positionData:n,children:[{type:"elem",elem:t}]})},mathmlBuilder(r,e){return new D("mpadded",[K(r.body,e)],["vcenter"])}});B({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler(r,e,t){throw new N("\\verb ended by end of line instead of matching delimiter")},htmlBuilder(r,e){for(var t=gn(r),a=[],n=e.havingStyle(e.style.text()),i=0;i<t.length;i++){var l=t[i];l==="~"&&(l="\\textasciitilde"),a.push(pe(l,"Typewriter-Regular",r.mode,n,["mord","texttt"]))}return R(["mord","text"].concat(n.sizingClasses(e)),ni(a),n)},mathmlBuilder(r,e){var t=new le(gn(r)),a=new D("mtext",[t]);return a.setAttribute("mathvariant","monospace"),a}});var gn=r=>r.body.replace(/ /g,r.star?"␣":" "),n0=oi,$i=`[ \r
|
|
276
|
-
]`,uo="\\\\[a-zA-Z@]+",co="\\\\[^\uD800-\uDFFF]",ho="("+uo+")"+$i+"*",mo=`\\\\(
|
|
277
|
-
|[ \r ]+
|
|
278
|
-
?)[ \r ]*`,Mr="[̀-ͯ]",po=new RegExp(Mr+"+$"),fo="("+$i+"+)|"+(mo+"|")+"([!-\\[\\]-‧-豈-]"+(Mr+"*")+"|[\uD800-\uDBFF][\uDC00-\uDFFF]"+(Mr+"*")+"|\\\\verb\\*([^]).*?\\4|\\\\verb([^*a-zA-Z]).*?\\5"+("|"+ho)+("|"+co+")");class vn{constructor(e,t){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=e,this.settings=t,this.tokenRegex=new RegExp(fo,"g"),this.catcodes={"%":14,"~":13}}setCatcode(e,t){this.catcodes[e]=t}lex(){var e=this.input,t=this.tokenRegex.lastIndex;if(t===e.length)return new Ae("EOF",new ye(this,t,t));var a=this.tokenRegex.exec(e);if(a===null||a.index!==t)throw new N("Unexpected character: '"+e[t]+"'",new Ae(e[t],new ye(this,t,t+1)));var n=a[6]||a[3]||(a[2]?"\\ ":" ");if(this.catcodes[n]===14){var i=e.indexOf(`
|
|
279
|
-
`,this.tokenRegex.lastIndex);return i===-1?(this.tokenRegex.lastIndex=e.length,this.settings.reportNonstrict("commentAtEnd","% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)")):this.tokenRegex.lastIndex=i+1,this.lex()}return new Ae(n,new ye(this,t,this.tokenRegex.lastIndex))}}class go{constructor(e,t){e===void 0&&(e={}),t===void 0&&(t={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=t,this.builtins=e,this.undefStack=[]}beginGroup(){this.undefStack.push({})}endGroup(){if(this.undefStack.length===0)throw new N("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");var e=this.undefStack.pop();for(var t in e)e.hasOwnProperty(t)&&(e[t]==null?delete this.current[t]:this.current[t]=e[t])}endGroups(){for(;this.undefStack.length>0;)this.endGroup()}has(e){return this.current.hasOwnProperty(e)||this.builtins.hasOwnProperty(e)}get(e){return this.current.hasOwnProperty(e)?this.current[e]:this.builtins[e]}set(e,t,a){if(a===void 0&&(a=!1),a){for(var n=0;n<this.undefStack.length;n++)delete this.undefStack[n][e];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][e]=t)}else{var i=this.undefStack[this.undefStack.length-1];i&&!i.hasOwnProperty(e)&&(i[e]=this.current[e])}t==null?delete this.current[e]:this.current[e]=t}}var vo=Fi;m("\\noexpand",function(r){var e=r.popToken();return r.isExpandable(e.text)&&(e.noexpand=!0,e.treatAsRelax=!0),{tokens:[e],numArgs:0}});m("\\expandafter",function(r){var e=r.popToken();return r.expandOnce(!0),{tokens:[e],numArgs:0}});m("\\@firstoftwo",function(r){var e=r.consumeArgs(2);return{tokens:e[0],numArgs:0}});m("\\@secondoftwo",function(r){var e=r.consumeArgs(2);return{tokens:e[1],numArgs:0}});m("\\@ifnextchar",function(r){var e=r.consumeArgs(3);r.consumeSpaces();var t=r.future();return e[0].length===1&&e[0][0].text===t.text?{tokens:e[1],numArgs:0}:{tokens:e[2],numArgs:0}});m("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}");m("\\TextOrMath",function(r){var e=r.consumeArgs(2);return r.mode==="text"?{tokens:e[0],numArgs:0}:{tokens:e[1],numArgs:0}});var bn={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};m("\\char",function(r){var e=r.popToken(),t,a="";if(e.text==="'")t=8,e=r.popToken();else if(e.text==='"')t=16,e=r.popToken();else if(e.text==="`")if(e=r.popToken(),e.text[0]==="\\")a=e.text.charCodeAt(1);else{if(e.text==="EOF")throw new N("\\char` missing argument");a=e.text.charCodeAt(0)}else t=10;if(t){if(a=bn[e.text],a==null||a>=t)throw new N("Invalid base-"+t+" digit "+e.text);for(var n;(n=bn[r.future().text])!=null&&n<t;)a*=t,a+=n,r.popToken()}return"\\@char{"+a+"}"});var Jr=(r,e,t,a)=>{var n=r.consumeArg().tokens;if(n.length!==1)throw new N("\\newcommand's first argument must be a macro name");var i=n[0].text,l=r.isDefined(i);if(l&&!e)throw new N("\\newcommand{"+i+"} attempting to redefine "+(i+"; use \\renewcommand"));if(!l&&!t)throw new N("\\renewcommand{"+i+"} when command "+i+" does not yet exist; use \\newcommand");var o=0;if(n=r.consumeArg().tokens,n.length===1&&n[0].text==="["){for(var c="",d=r.expandNextToken();d.text!=="]"&&d.text!=="EOF";)c+=d.text,d=r.expandNextToken();if(!c.match(/^\s*[0-9]+\s*$/))throw new N("Invalid number of arguments: "+c);o=parseInt(c),n=r.consumeArg().tokens}return l&&a||r.macros.set(i,{tokens:n,numArgs:o}),""};m("\\newcommand",r=>Jr(r,!1,!0,!1));m("\\renewcommand",r=>Jr(r,!0,!1,!1));m("\\providecommand",r=>Jr(r,!0,!0,!0));m("\\message",r=>{var e=r.consumeArgs(1)[0];return console.log(e.reverse().map(t=>t.text).join("")),""});m("\\errmessage",r=>{var e=r.consumeArgs(1)[0];return console.error(e.reverse().map(t=>t.text).join("")),""});m("\\show",r=>{var e=r.popToken(),t=e.text;return console.log(e,r.macros.get(t),n0[t],J.math[t],J.text[t]),""});m("\\bgroup","{");m("\\egroup","}");m("~","\\nobreakspace");m("\\lq","`");m("\\rq","'");m("\\aa","\\r a");m("\\AA","\\r A");m("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`©}");m("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}");m("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}");m("ℬ","\\mathscr{B}");m("ℰ","\\mathscr{E}");m("ℱ","\\mathscr{F}");m("ℋ","\\mathscr{H}");m("ℐ","\\mathscr{I}");m("ℒ","\\mathscr{L}");m("ℳ","\\mathscr{M}");m("ℛ","\\mathscr{R}");m("ℭ","\\mathfrak{C}");m("ℌ","\\mathfrak{H}");m("ℨ","\\mathfrak{Z}");m("\\Bbbk","\\Bbb{k}");m("·","\\cdotp");m("\\llap","\\mathllap{\\textrm{#1}}");m("\\rlap","\\mathrlap{\\textrm{#1}}");m("\\clap","\\mathclap{\\textrm{#1}}");m("\\mathstrut","\\vphantom{(}");m("\\underbar","\\underline{\\text{#1}}");m("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}\\nobreak}{\\char"338}');m("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}");m("\\ne","\\neq");m("≠","\\neq");m("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}");m("∉","\\notin");m("≘","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}");m("≙","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}");m("≚","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}");m("≛","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}");m("≝","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}");m("≞","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}");m("≟","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}");m("⟂","\\perp");m("‼","\\mathclose{!\\mkern-0.8mu!}");m("∌","\\notni");m("⌜","\\ulcorner");m("⌝","\\urcorner");m("⌞","\\llcorner");m("⌟","\\lrcorner");m("©","\\copyright");m("®","\\textregistered");m("️","\\textregistered");m("\\ulcorner",'\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}');m("\\urcorner",'\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}');m("\\llcorner",'\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}');m("\\lrcorner",'\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}');m("\\vdots","{\\varvdots\\rule{0pt}{15pt}}");m("⋮","\\vdots");m("\\varGamma","\\mathit{\\Gamma}");m("\\varDelta","\\mathit{\\Delta}");m("\\varTheta","\\mathit{\\Theta}");m("\\varLambda","\\mathit{\\Lambda}");m("\\varXi","\\mathit{\\Xi}");m("\\varPi","\\mathit{\\Pi}");m("\\varSigma","\\mathit{\\Sigma}");m("\\varUpsilon","\\mathit{\\Upsilon}");m("\\varPhi","\\mathit{\\Phi}");m("\\varPsi","\\mathit{\\Psi}");m("\\varOmega","\\mathit{\\Omega}");m("\\substack","\\begin{subarray}{c}#1\\end{subarray}");m("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax");m("\\boxed","\\fbox{$\\displaystyle{#1}$}");m("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;");m("\\implies","\\DOTSB\\;\\Longrightarrow\\;");m("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;");m("\\dddot","{\\overset{\\raisebox{-0.1ex}{\\normalsize ...}}{#1}}");m("\\ddddot","{\\overset{\\raisebox{-0.1ex}{\\normalsize ....}}{#1}}");var yn={",":"\\dotsc","\\not":"\\dotsb","+":"\\dotsb","=":"\\dotsb","<":"\\dotsb",">":"\\dotsb","-":"\\dotsb","*":"\\dotsb",":":"\\dotsb","\\DOTSB":"\\dotsb","\\coprod":"\\dotsb","\\bigvee":"\\dotsb","\\bigwedge":"\\dotsb","\\biguplus":"\\dotsb","\\bigcap":"\\dotsb","\\bigcup":"\\dotsb","\\prod":"\\dotsb","\\sum":"\\dotsb","\\bigotimes":"\\dotsb","\\bigoplus":"\\dotsb","\\bigodot":"\\dotsb","\\bigsqcup":"\\dotsb","\\And":"\\dotsb","\\longrightarrow":"\\dotsb","\\Longrightarrow":"\\dotsb","\\longleftarrow":"\\dotsb","\\Longleftarrow":"\\dotsb","\\longleftrightarrow":"\\dotsb","\\Longleftrightarrow":"\\dotsb","\\mapsto":"\\dotsb","\\longmapsto":"\\dotsb","\\hookrightarrow":"\\dotsb","\\doteq":"\\dotsb","\\mathbin":"\\dotsb","\\mathrel":"\\dotsb","\\relbar":"\\dotsb","\\Relbar":"\\dotsb","\\xrightarrow":"\\dotsb","\\xleftarrow":"\\dotsb","\\DOTSI":"\\dotsi","\\int":"\\dotsi","\\oint":"\\dotsi","\\iint":"\\dotsi","\\iiint":"\\dotsi","\\iiiint":"\\dotsi","\\idotsint":"\\dotsi","\\DOTSX":"\\dotsx"},bo=new Set(["bin","rel"]);m("\\dots",function(r){var e="\\dotso",t=r.expandAfterFuture().text;return t in yn?e=yn[t]:(t.slice(0,4)==="\\not"||t in J.math&&bo.has(J.math[t].group))&&(e="\\dotsb"),e});var Qr={")":!0,"]":!0,"\\rbrack":!0,"\\}":!0,"\\rbrace":!0,"\\rangle":!0,"\\rceil":!0,"\\rfloor":!0,"\\rgroup":!0,"\\rmoustache":!0,"\\right":!0,"\\bigr":!0,"\\biggr":!0,"\\Bigr":!0,"\\Biggr":!0,$:!0,";":!0,".":!0,",":!0};m("\\dotso",function(r){var e=r.future().text;return e in Qr?"\\ldots\\,":"\\ldots"});m("\\dotsc",function(r){var e=r.future().text;return e in Qr&&e!==","?"\\ldots\\,":"\\ldots"});m("\\cdots",function(r){var e=r.future().text;return e in Qr?"\\@cdots\\,":"\\@cdots"});m("\\dotsb","\\cdots");m("\\dotsm","\\cdots");m("\\dotsi","\\!\\cdots");m("\\dotsx","\\ldots\\,");m("\\DOTSI","\\relax");m("\\DOTSB","\\relax");m("\\DOTSX","\\relax");m("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax");m("\\,","\\tmspace+{3mu}{.1667em}");m("\\thinspace","\\,");m("\\>","\\mskip{4mu}");m("\\:","\\tmspace+{4mu}{.2222em}");m("\\medspace","\\:");m("\\;","\\tmspace+{5mu}{.2777em}");m("\\thickspace","\\;");m("\\!","\\tmspace-{3mu}{.1667em}");m("\\negthinspace","\\!");m("\\negmedspace","\\tmspace-{4mu}{.2222em}");m("\\negthickspace","\\tmspace-{5mu}{.277em}");m("\\enspace","\\kern.5em ");m("\\enskip","\\hskip.5em\\relax");m("\\quad","\\hskip1em\\relax");m("\\qquad","\\hskip2em\\relax");m("\\tag","\\@ifstar\\tag@literal\\tag@paren");m("\\tag@paren","\\tag@literal{({#1})}");m("\\tag@literal",r=>{if(r.macros.get("\\df@tag"))throw new N("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"});m("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}");m("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)");m("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}");m("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1");m("\\newline","\\\\\\relax");m("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var Hi=O(Be["Main-Regular"][84][1]-.7*Be["Main-Regular"][65][1]);m("\\LaTeX","\\textrm{\\html@mathml{"+("L\\kern-.36em\\raisebox{"+Hi+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{LaTeX}}");m("\\KaTeX","\\textrm{\\html@mathml{"+("K\\kern-.17em\\raisebox{"+Hi+"}{\\scriptstyle A}")+"\\kern-.15em\\TeX}{KaTeX}}");m("\\hspace","\\@ifstar\\@hspacer\\@hspace");m("\\@hspace","\\hskip #1\\relax");m("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax");m("\\ordinarycolon",":");m("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}");m("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}');m("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}');m("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}');m("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}');m("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}');m("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}');m("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}');m("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}');m("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}');m("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}');m("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}');m("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}');m("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}');m("∷","\\dblcolon");m("∹","\\eqcolon");m("≔","\\coloneqq");m("≕","\\eqqcolon");m("⩴","\\Coloneqq");m("\\ratio","\\vcentcolon");m("\\coloncolon","\\dblcolon");m("\\colonequals","\\coloneqq");m("\\coloncolonequals","\\Coloneqq");m("\\equalscolon","\\eqqcolon");m("\\equalscoloncolon","\\Eqqcolon");m("\\colonminus","\\coloneq");m("\\coloncolonminus","\\Coloneq");m("\\minuscolon","\\eqcolon");m("\\minuscoloncolon","\\Eqcolon");m("\\coloncolonapprox","\\Colonapprox");m("\\coloncolonsim","\\Colonsim");m("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}");m("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}");m("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}");m("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}");m("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}");m("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}");m("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}");m("\\injlim","\\DOTSB\\operatorname*{inj\\,lim}");m("\\projlim","\\DOTSB\\operatorname*{proj\\,lim}");m("\\varlimsup","\\DOTSB\\operatorname*{\\overline{lim}}");m("\\varliminf","\\DOTSB\\operatorname*{\\underline{lim}}");m("\\varinjlim","\\DOTSB\\operatorname*{\\underrightarrow{lim}}");m("\\varprojlim","\\DOTSB\\operatorname*{\\underleftarrow{lim}}");m("\\gvertneqq","\\html@mathml{\\@gvertneqq}{≩}");m("\\lvertneqq","\\html@mathml{\\@lvertneqq}{≨}");m("\\ngeqq","\\html@mathml{\\@ngeqq}{≱}");m("\\ngeqslant","\\html@mathml{\\@ngeqslant}{≱}");m("\\nleqq","\\html@mathml{\\@nleqq}{≰}");m("\\nleqslant","\\html@mathml{\\@nleqslant}{≰}");m("\\nshortmid","\\html@mathml{\\@nshortmid}{∤}");m("\\nshortparallel","\\html@mathml{\\@nshortparallel}{∦}");m("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{⊈}");m("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{⊉}");m("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{⊊}");m("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{⫋}");m("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{⊋}");m("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{⫌}");m("\\imath","\\html@mathml{\\@imath}{ı}");m("\\jmath","\\html@mathml{\\@jmath}{ȷ}");m("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}");m("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}");m("⟦","\\llbracket");m("⟧","\\rrbracket");m("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}");m("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}");m("⦃","\\lBrace");m("⦄","\\rBrace");m("\\minuso","\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`⦵}}");m("⦵","\\minuso");m("\\darr","\\downarrow");m("\\dArr","\\Downarrow");m("\\Darr","\\Downarrow");m("\\lang","\\langle");m("\\rang","\\rangle");m("\\uarr","\\uparrow");m("\\uArr","\\Uparrow");m("\\Uarr","\\Uparrow");m("\\N","\\mathbb{N}");m("\\R","\\mathbb{R}");m("\\Z","\\mathbb{Z}");m("\\alef","\\aleph");m("\\alefsym","\\aleph");m("\\Alpha","\\mathrm{A}");m("\\Beta","\\mathrm{B}");m("\\bull","\\bullet");m("\\Chi","\\mathrm{X}");m("\\clubs","\\clubsuit");m("\\cnums","\\mathbb{C}");m("\\Complex","\\mathbb{C}");m("\\Dagger","\\ddagger");m("\\diamonds","\\diamondsuit");m("\\empty","\\emptyset");m("\\Epsilon","\\mathrm{E}");m("\\Eta","\\mathrm{H}");m("\\exist","\\exists");m("\\harr","\\leftrightarrow");m("\\hArr","\\Leftrightarrow");m("\\Harr","\\Leftrightarrow");m("\\hearts","\\heartsuit");m("\\image","\\Im");m("\\infin","\\infty");m("\\Iota","\\mathrm{I}");m("\\isin","\\in");m("\\Kappa","\\mathrm{K}");m("\\larr","\\leftarrow");m("\\lArr","\\Leftarrow");m("\\Larr","\\Leftarrow");m("\\lrarr","\\leftrightarrow");m("\\lrArr","\\Leftrightarrow");m("\\Lrarr","\\Leftrightarrow");m("\\Mu","\\mathrm{M}");m("\\natnums","\\mathbb{N}");m("\\Nu","\\mathrm{N}");m("\\Omicron","\\mathrm{O}");m("\\plusmn","\\pm");m("\\rarr","\\rightarrow");m("\\rArr","\\Rightarrow");m("\\Rarr","\\Rightarrow");m("\\real","\\Re");m("\\reals","\\mathbb{R}");m("\\Reals","\\mathbb{R}");m("\\Rho","\\mathrm{P}");m("\\sdot","\\cdot");m("\\sect","\\S");m("\\spades","\\spadesuit");m("\\sub","\\subset");m("\\sube","\\subseteq");m("\\supe","\\supseteq");m("\\Tau","\\mathrm{T}");m("\\thetasym","\\vartheta");m("\\weierp","\\wp");m("\\Zeta","\\mathrm{Z}");m("\\argmin","\\DOTSB\\operatorname*{arg\\,min}");m("\\argmax","\\DOTSB\\operatorname*{arg\\,max}");m("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits");m("\\bra","\\mathinner{\\langle{#1}|}");m("\\ket","\\mathinner{|{#1}\\rangle}");m("\\braket","\\mathinner{\\langle{#1}\\rangle}");m("\\Bra","\\left\\langle#1\\right|");m("\\Ket","\\left|#1\\right\\rangle");var Ui=r=>e=>{var t=e.consumeArg().tokens,a=e.consumeArg().tokens,n=e.consumeArg().tokens,i=e.consumeArg().tokens,l=e.macros.get("|"),o=e.macros.get("\\|");e.macros.beginGroup();var c=f=>b=>{r&&(b.macros.set("|",l),n.length&&b.macros.set("\\|",o));var y=f;if(!f&&n.length){var S=b.future();S.text==="|"&&(b.popToken(),y=!0)}return{tokens:y?n:a,numArgs:0}};e.macros.set("|",c(!1)),n.length&&e.macros.set("\\|",c(!0));var d=e.consumeArg().tokens,p=e.expandTokens([...i,...d,...t]);return e.macros.endGroup(),{tokens:p.reverse(),numArgs:0}};m("\\bra@ket",Ui(!1));m("\\bra@set",Ui(!0));m("\\Braket","\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}");m("\\Set","\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}");m("\\set","\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}");m("\\angln","{\\angl n}");m("\\blue","\\textcolor{##6495ed}{#1}");m("\\orange","\\textcolor{##ffa500}{#1}");m("\\pink","\\textcolor{##ff00af}{#1}");m("\\red","\\textcolor{##df0030}{#1}");m("\\green","\\textcolor{##28ae7b}{#1}");m("\\gray","\\textcolor{gray}{#1}");m("\\purple","\\textcolor{##9d38bd}{#1}");m("\\blueA","\\textcolor{##ccfaff}{#1}");m("\\blueB","\\textcolor{##80f6ff}{#1}");m("\\blueC","\\textcolor{##63d9ea}{#1}");m("\\blueD","\\textcolor{##11accd}{#1}");m("\\blueE","\\textcolor{##0c7f99}{#1}");m("\\tealA","\\textcolor{##94fff5}{#1}");m("\\tealB","\\textcolor{##26edd5}{#1}");m("\\tealC","\\textcolor{##01d1c1}{#1}");m("\\tealD","\\textcolor{##01a995}{#1}");m("\\tealE","\\textcolor{##208170}{#1}");m("\\greenA","\\textcolor{##b6ffb0}{#1}");m("\\greenB","\\textcolor{##8af281}{#1}");m("\\greenC","\\textcolor{##74cf70}{#1}");m("\\greenD","\\textcolor{##1fab54}{#1}");m("\\greenE","\\textcolor{##0d923f}{#1}");m("\\goldA","\\textcolor{##ffd0a9}{#1}");m("\\goldB","\\textcolor{##ffbb71}{#1}");m("\\goldC","\\textcolor{##ff9c39}{#1}");m("\\goldD","\\textcolor{##e07d10}{#1}");m("\\goldE","\\textcolor{##a75a05}{#1}");m("\\redA","\\textcolor{##fca9a9}{#1}");m("\\redB","\\textcolor{##ff8482}{#1}");m("\\redC","\\textcolor{##f9685d}{#1}");m("\\redD","\\textcolor{##e84d39}{#1}");m("\\redE","\\textcolor{##bc2612}{#1}");m("\\maroonA","\\textcolor{##ffbde0}{#1}");m("\\maroonB","\\textcolor{##ff92c6}{#1}");m("\\maroonC","\\textcolor{##ed5fa6}{#1}");m("\\maroonD","\\textcolor{##ca337c}{#1}");m("\\maroonE","\\textcolor{##9e034e}{#1}");m("\\purpleA","\\textcolor{##ddd7ff}{#1}");m("\\purpleB","\\textcolor{##c6b9fc}{#1}");m("\\purpleC","\\textcolor{##aa87ff}{#1}");m("\\purpleD","\\textcolor{##7854ab}{#1}");m("\\purpleE","\\textcolor{##543b78}{#1}");m("\\mintA","\\textcolor{##f5f9e8}{#1}");m("\\mintB","\\textcolor{##edf2df}{#1}");m("\\mintC","\\textcolor{##e0e5cc}{#1}");m("\\grayA","\\textcolor{##f6f7f7}{#1}");m("\\grayB","\\textcolor{##f0f1f2}{#1}");m("\\grayC","\\textcolor{##e3e5e6}{#1}");m("\\grayD","\\textcolor{##d6d8da}{#1}");m("\\grayE","\\textcolor{##babec2}{#1}");m("\\grayF","\\textcolor{##888d93}{#1}");m("\\grayG","\\textcolor{##626569}{#1}");m("\\grayH","\\textcolor{##3b3e40}{#1}");m("\\grayI","\\textcolor{##21242c}{#1}");m("\\kaBlue","\\textcolor{##314453}{#1}");m("\\kaGreen","\\textcolor{##71B307}{#1}");var Gi={"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0};class yo{constructor(e,t,a){this.settings=void 0,this.expansionCount=void 0,this.lexer=void 0,this.macros=void 0,this.stack=void 0,this.mode=void 0,this.settings=t,this.expansionCount=0,this.feed(e),this.macros=new go(vo,t.macros),this.mode=a,this.stack=[]}feed(e){this.lexer=new vn(e,this.settings)}switchMode(e){this.mode=e}beginGroup(){this.macros.beginGroup()}endGroup(){this.macros.endGroup()}endGroups(){this.macros.endGroups()}future(){return this.stack.length===0&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]}popToken(){return this.future(),this.stack.pop()}pushToken(e){this.stack.push(e)}pushTokens(e){this.stack.push(...e)}scanArgument(e){var t,a,n;if(e){if(this.consumeSpaces(),this.future().text!=="[")return null;t=this.popToken(),{tokens:n,end:a}=this.consumeArg(["]"])}else({tokens:n,start:t,end:a}=this.consumeArg());return this.pushToken(new Ae("EOF",a.loc)),this.pushTokens(n),new Ae("",ye.range(t,a))}consumeSpaces(){for(;;){var e=this.future();if(e.text===" ")this.stack.pop();else break}}consumeArg(e){var t=[],a=e&&e.length>0;a||this.consumeSpaces();var n=this.future(),i,l=0,o=0;do{if(i=this.popToken(),t.push(i),i.text==="{")++l;else if(i.text==="}"){if(--l,l===-1)throw new N("Extra }",i)}else if(i.text==="EOF")throw new N("Unexpected end of input in a macro argument, expected '"+(e&&a?e[o]:"}")+"'",i);if(e&&a)if((l===0||l===1&&e[o]==="{")&&i.text===e[o]){if(++o,o===e.length){t.splice(-o,o);break}}else o=0}while(l!==0||a);return n.text==="{"&&t[t.length-1].text==="}"&&(t.pop(),t.shift()),t.reverse(),{tokens:t,start:n,end:i}}consumeArgs(e,t){if(t){if(t.length!==e+1)throw new N("The length of delimiters doesn't match the number of args!");for(var a=t[0],n=0;n<a.length;n++){var i=this.popToken();if(a[n]!==i.text)throw new N("Use of the macro doesn't match its definition",i)}}for(var l=[],o=0;o<e;o++)l.push(this.consumeArg(t&&t[o+1]).tokens);return l}countExpansion(e){if(this.expansionCount+=e,this.expansionCount>this.settings.maxExpand)throw new N("Too many expansions: infinite loop or need to increase maxExpand setting")}expandOnce(e){var t=this.popToken(),a=t.text,n=t.noexpand?null:this._getExpansion(a);if(n==null||e&&n.unexpandable){if(e&&n==null&&a[0]==="\\"&&!this.isDefined(a))throw new N("Undefined control sequence: "+a);return this.pushToken(t),!1}this.countExpansion(1);var i=n.tokens,l=this.consumeArgs(n.numArgs,n.delimiters);if(n.numArgs){i=i.slice();for(var o=i.length-1;o>=0;--o){var c=i[o];if(c.text==="#"){if(o===0)throw new N("Incomplete placeholder at end of macro body",c);if(c=i[--o],c.text==="#")i.splice(o+1,1);else if(/^[1-9]$/.test(c.text))i.splice(o,2,...l[+c.text-1]);else throw new N("Not a valid argument number",c)}}}return this.pushTokens(i),i.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;)if(this.expandOnce()===!1){var e=this.stack.pop();return e.treatAsRelax&&(e.text="\\relax"),e}throw new Error}expandMacro(e){return this.macros.has(e)?this.expandTokens([new Ae(e)]):void 0}expandTokens(e){var t=[],a=this.stack.length;for(this.pushTokens(e);this.stack.length>a;)if(this.expandOnce(!0)===!1){var n=this.stack.pop();n.treatAsRelax&&(n.noexpand=!1,n.treatAsRelax=!1),t.push(n)}return this.countExpansion(t.length),t}expandMacroAsText(e){var t=this.expandMacro(e);return t&&t.map(a=>a.text).join("")}_getExpansion(e){var t=this.macros.get(e);if(t==null)return t;if(e.length===1){var a=this.lexer.catcodes[e];if(a!=null&&a!==13)return}var n=typeof t=="function"?t(this):t;if(typeof n=="string"){var i=0;if(n.includes("#"))for(var l=n.replace(/##/g,"");l.includes("#"+(i+1));)++i;for(var o=new vn(n,this.settings),c=[],d=o.lex();d.text!=="EOF";)c.push(d),d=o.lex();c.reverse();var p={tokens:c,numArgs:i};return p}return n}isDefined(e){return this.macros.has(e)||n0.hasOwnProperty(e)||J.math.hasOwnProperty(e)||J.text.hasOwnProperty(e)||Gi.hasOwnProperty(e)}isExpandable(e){var t=this.macros.get(e);return t!=null?typeof t=="string"||typeof t=="function"||!t.unexpandable:n0.hasOwnProperty(e)&&!n0[e].primitive}}var xn=/^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/,mt=Object.freeze({"₊":"+","₋":"-","₌":"=","₍":"(","₎":")","₀":"0","₁":"1","₂":"2","₃":"3","₄":"4","₅":"5","₆":"6","₇":"7","₈":"8","₉":"9","ₐ":"a","ₑ":"e","ₕ":"h","ᵢ":"i","ⱼ":"j","ₖ":"k","ₗ":"l","ₘ":"m","ₙ":"n","ₒ":"o","ₚ":"p","ᵣ":"r","ₛ":"s","ₜ":"t","ᵤ":"u","ᵥ":"v","ₓ":"x","ᵦ":"β","ᵧ":"γ","ᵨ":"ρ","ᵩ":"ϕ","ᵪ":"χ","⁺":"+","⁻":"-","⁼":"=","⁽":"(","⁾":")","⁰":"0","¹":"1","²":"2","³":"3","⁴":"4","⁵":"5","⁶":"6","⁷":"7","⁸":"8","⁹":"9","ᴬ":"A","ᴮ":"B","ᴰ":"D","ᴱ":"E","ᴳ":"G","ᴴ":"H","ᴵ":"I","ᴶ":"J","ᴷ":"K","ᴸ":"L","ᴹ":"M","ᴺ":"N","ᴼ":"O","ᴾ":"P","ᴿ":"R","ᵀ":"T","ᵁ":"U","ⱽ":"V","ᵂ":"W","ᵃ":"a","ᵇ":"b","ᶜ":"c","ᵈ":"d","ᵉ":"e","ᶠ":"f","ᵍ":"g",ʰ:"h","ⁱ":"i",ʲ:"j","ᵏ":"k",ˡ:"l","ᵐ":"m",ⁿ:"n","ᵒ":"o","ᵖ":"p",ʳ:"r",ˢ:"s","ᵗ":"t","ᵘ":"u","ᵛ":"v",ʷ:"w",ˣ:"x",ʸ:"y","ᶻ":"z","ᵝ":"β","ᵞ":"γ","ᵟ":"δ","ᵠ":"ϕ","ᵡ":"χ","ᶿ":"θ"}),ur={"́":{text:"\\'",math:"\\acute"},"̀":{text:"\\`",math:"\\grave"},"̈":{text:'\\"',math:"\\ddot"},"̃":{text:"\\~",math:"\\tilde"},"̄":{text:"\\=",math:"\\bar"},"̆":{text:"\\u",math:"\\breve"},"̌":{text:"\\v",math:"\\check"},"̂":{text:"\\^",math:"\\hat"},"̇":{text:"\\.",math:"\\dot"},"̊":{text:"\\r",math:"\\mathring"},"̋":{text:"\\H"},"̧":{text:"\\c"}},wn={á:"á",à:"à",ä:"ä",ǟ:"ǟ",ã:"ã",ā:"ā",ă:"ă",ắ:"ắ",ằ:"ằ",ẵ:"ẵ",ǎ:"ǎ",â:"â",ấ:"ấ",ầ:"ầ",ẫ:"ẫ",ȧ:"ȧ",ǡ:"ǡ",å:"å",ǻ:"ǻ",ḃ:"ḃ",ć:"ć",ḉ:"ḉ",č:"č",ĉ:"ĉ",ċ:"ċ",ç:"ç",ď:"ď",ḋ:"ḋ",ḑ:"ḑ",é:"é",è:"è",ë:"ë",ẽ:"ẽ",ē:"ē",ḗ:"ḗ",ḕ:"ḕ",ĕ:"ĕ",ḝ:"ḝ",ě:"ě",ê:"ê",ế:"ế",ề:"ề",ễ:"ễ",ė:"ė",ȩ:"ȩ",ḟ:"ḟ",ǵ:"ǵ",ḡ:"ḡ",ğ:"ğ",ǧ:"ǧ",ĝ:"ĝ",ġ:"ġ",ģ:"ģ",ḧ:"ḧ",ȟ:"ȟ",ĥ:"ĥ",ḣ:"ḣ",ḩ:"ḩ",í:"í",ì:"ì",ï:"ï",ḯ:"ḯ",ĩ:"ĩ",ī:"ī",ĭ:"ĭ",ǐ:"ǐ",î:"î",ǰ:"ǰ",ĵ:"ĵ",ḱ:"ḱ",ǩ:"ǩ",ķ:"ķ",ĺ:"ĺ",ľ:"ľ",ļ:"ļ",ḿ:"ḿ",ṁ:"ṁ",ń:"ń",ǹ:"ǹ",ñ:"ñ",ň:"ň",ṅ:"ṅ",ņ:"ņ",ó:"ó",ò:"ò",ö:"ö",ȫ:"ȫ",õ:"õ",ṍ:"ṍ",ṏ:"ṏ",ȭ:"ȭ",ō:"ō",ṓ:"ṓ",ṑ:"ṑ",ŏ:"ŏ",ǒ:"ǒ",ô:"ô",ố:"ố",ồ:"ồ",ỗ:"ỗ",ȯ:"ȯ",ȱ:"ȱ",ő:"ő",ṕ:"ṕ",ṗ:"ṗ",ŕ:"ŕ",ř:"ř",ṙ:"ṙ",ŗ:"ŗ",ś:"ś",ṥ:"ṥ",š:"š",ṧ:"ṧ",ŝ:"ŝ",ṡ:"ṡ",ş:"ş",ẗ:"ẗ",ť:"ť",ṫ:"ṫ",ţ:"ţ",ú:"ú",ù:"ù",ü:"ü",ǘ:"ǘ",ǜ:"ǜ",ǖ:"ǖ",ǚ:"ǚ",ũ:"ũ",ṹ:"ṹ",ū:"ū",ṻ:"ṻ",ŭ:"ŭ",ǔ:"ǔ",û:"û",ů:"ů",ű:"ű",ṽ:"ṽ",ẃ:"ẃ",ẁ:"ẁ",ẅ:"ẅ",ŵ:"ŵ",ẇ:"ẇ",ẘ:"ẘ",ẍ:"ẍ",ẋ:"ẋ",ý:"ý",ỳ:"ỳ",ÿ:"ÿ",ỹ:"ỹ",ȳ:"ȳ",ŷ:"ŷ",ẏ:"ẏ",ẙ:"ẙ",ź:"ź",ž:"ž",ẑ:"ẑ",ż:"ż",Á:"Á",À:"À",Ä:"Ä",Ǟ:"Ǟ",Ã:"Ã",Ā:"Ā",Ă:"Ă",Ắ:"Ắ",Ằ:"Ằ",Ẵ:"Ẵ",Ǎ:"Ǎ",Â:"Â",Ấ:"Ấ",Ầ:"Ầ",Ẫ:"Ẫ",Ȧ:"Ȧ",Ǡ:"Ǡ",Å:"Å",Ǻ:"Ǻ",Ḃ:"Ḃ",Ć:"Ć",Ḉ:"Ḉ",Č:"Č",Ĉ:"Ĉ",Ċ:"Ċ",Ç:"Ç",Ď:"Ď",Ḋ:"Ḋ",Ḑ:"Ḑ",É:"É",È:"È",Ë:"Ë",Ẽ:"Ẽ",Ē:"Ē",Ḗ:"Ḗ",Ḕ:"Ḕ",Ĕ:"Ĕ",Ḝ:"Ḝ",Ě:"Ě",Ê:"Ê",Ế:"Ế",Ề:"Ề",Ễ:"Ễ",Ė:"Ė",Ȩ:"Ȩ",Ḟ:"Ḟ",Ǵ:"Ǵ",Ḡ:"Ḡ",Ğ:"Ğ",Ǧ:"Ǧ",Ĝ:"Ĝ",Ġ:"Ġ",Ģ:"Ģ",Ḧ:"Ḧ",Ȟ:"Ȟ",Ĥ:"Ĥ",Ḣ:"Ḣ",Ḩ:"Ḩ",Í:"Í",Ì:"Ì",Ï:"Ï",Ḯ:"Ḯ",Ĩ:"Ĩ",Ī:"Ī",Ĭ:"Ĭ",Ǐ:"Ǐ",Î:"Î",İ:"İ",Ĵ:"Ĵ",Ḱ:"Ḱ",Ǩ:"Ǩ",Ķ:"Ķ",Ĺ:"Ĺ",Ľ:"Ľ",Ļ:"Ļ",Ḿ:"Ḿ",Ṁ:"Ṁ",Ń:"Ń",Ǹ:"Ǹ",Ñ:"Ñ",Ň:"Ň",Ṅ:"Ṅ",Ņ:"Ņ",Ó:"Ó",Ò:"Ò",Ö:"Ö",Ȫ:"Ȫ",Õ:"Õ",Ṍ:"Ṍ",Ṏ:"Ṏ",Ȭ:"Ȭ",Ō:"Ō",Ṓ:"Ṓ",Ṑ:"Ṑ",Ŏ:"Ŏ",Ǒ:"Ǒ",Ô:"Ô",Ố:"Ố",Ồ:"Ồ",Ỗ:"Ỗ",Ȯ:"Ȯ",Ȱ:"Ȱ",Ő:"Ő",Ṕ:"Ṕ",Ṗ:"Ṗ",Ŕ:"Ŕ",Ř:"Ř",Ṙ:"Ṙ",Ŗ:"Ŗ",Ś:"Ś",Ṥ:"Ṥ",Š:"Š",Ṧ:"Ṧ",Ŝ:"Ŝ",Ṡ:"Ṡ",Ş:"Ş",Ť:"Ť",Ṫ:"Ṫ",Ţ:"Ţ",Ú:"Ú",Ù:"Ù",Ü:"Ü",Ǘ:"Ǘ",Ǜ:"Ǜ",Ǖ:"Ǖ",Ǚ:"Ǚ",Ũ:"Ũ",Ṹ:"Ṹ",Ū:"Ū",Ṻ:"Ṻ",Ŭ:"Ŭ",Ǔ:"Ǔ",Û:"Û",Ů:"Ů",Ű:"Ű",Ṽ:"Ṽ",Ẃ:"Ẃ",Ẁ:"Ẁ",Ẅ:"Ẅ",Ŵ:"Ŵ",Ẇ:"Ẇ",Ẍ:"Ẍ",Ẋ:"Ẋ",Ý:"Ý",Ỳ:"Ỳ",Ÿ:"Ÿ",Ỹ:"Ỹ",Ȳ:"Ȳ",Ŷ:"Ŷ",Ẏ:"Ẏ",Ź:"Ź",Ž:"Ž",Ẑ:"Ẑ",Ż:"Ż",ά:"ά",ὰ:"ὰ",ᾱ:"ᾱ",ᾰ:"ᾰ",έ:"έ",ὲ:"ὲ",ή:"ή",ὴ:"ὴ",ί:"ί",ὶ:"ὶ",ϊ:"ϊ",ΐ:"ΐ",ῒ:"ῒ",ῑ:"ῑ",ῐ:"ῐ",ό:"ό",ὸ:"ὸ",ύ:"ύ",ὺ:"ὺ",ϋ:"ϋ",ΰ:"ΰ",ῢ:"ῢ",ῡ:"ῡ",ῠ:"ῠ",ώ:"ώ",ὼ:"ὼ",Ύ:"Ύ",Ὺ:"Ὺ",Ϋ:"Ϋ",Ῡ:"Ῡ",Ῠ:"Ῠ",Ώ:"Ώ",Ὼ:"Ὼ"};class Lt{constructor(e,t){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode="math",this.gullet=new yo(e,t,this.mode),this.settings=t,this.leftrightDepth=0}expect(e,t){if(t===void 0&&(t=!0),this.fetch().text!==e)throw new N("Expected '"+e+"', got '"+this.fetch().text+"'",this.fetch());t&&this.consume()}consume(){this.nextToken=null}fetch(){return this.nextToken==null&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken}switchMode(e){this.mode=e,this.gullet.switchMode(e)}parse(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");try{var e=this.parseExpression(!1);return this.expect("EOF"),this.settings.globalGroup||this.gullet.endGroup(),e}finally{this.gullet.endGroups()}}subparse(e){var t=this.nextToken;this.consume(),this.gullet.pushToken(new Ae("}")),this.gullet.pushTokens(e);var a=this.parseExpression(!1);return this.expect("}"),this.nextToken=t,a}parseExpression(e,t){for(var a=[];;){this.mode==="math"&&this.consumeSpaces();var n=this.fetch();if(Lt.endOfExpression.has(n.text)||t&&n.text===t||e&&n0[n.text]&&n0[n.text].infix)break;var i=this.parseAtom(t);if(i){if(i.type==="internal")continue}else break;a.push(i)}return this.mode==="text"&&this.formLigatures(a),this.handleInfixNodes(a)}handleInfixNodes(e){for(var t=-1,a,n=0;n<e.length;n++)if(e[n].type==="infix"){if(t!==-1)throw new N("only one infix operator per group",e[n].token);t=n,a=e[n].replaceWith}if(t!==-1&&a){var i,l,o=e.slice(0,t),c=e.slice(t+1);o.length===1&&o[0].type==="ordgroup"?i=o[0]:i={type:"ordgroup",mode:this.mode,body:o},c.length===1&&c[0].type==="ordgroup"?l=c[0]:l={type:"ordgroup",mode:this.mode,body:c};var d;return a==="\\\\abovefrac"?d=this.callFunction(a,[i,e[t],l],[]):d=this.callFunction(a,[i,l],[]),[d]}else return e}handleSupSubscript(e){var t=this.fetch(),a=t.text;this.consume(),this.consumeSpaces();var n;do{var i;n=this.parseGroup(e)}while(((i=n)==null?void 0:i.type)==="internal");if(!n)throw new N("Expected group after '"+a+"'",t);return n}formatUnsupportedCmd(e){for(var t=[],a=0;a<e.length;a++)t.push({type:"textord",mode:"text",text:e[a]});var n={type:"text",mode:this.mode,body:t},i={type:"color",mode:this.mode,color:this.settings.errorColor,body:[n]};return i}parseAtom(e){var t=this.parseGroup("atom",e);if(t?.type==="internal"||this.mode==="text")return t;for(var a,n;;){this.consumeSpaces();var i=this.fetch();if(i.text==="\\limits"||i.text==="\\nolimits"){if(t&&t.type==="op"){var l=i.text==="\\limits";t.limits=l,t.alwaysHandleSupSub=!0}else if(t&&t.type==="operatorname")t.alwaysHandleSupSub&&(t.limits=i.text==="\\limits");else throw new N("Limit controls must follow a math operator",i);this.consume()}else if(i.text==="^"){if(a)throw new N("Double superscript",i);a=this.handleSupSubscript("superscript")}else if(i.text==="_"){if(n)throw new N("Double subscript",i);n=this.handleSupSubscript("subscript")}else if(i.text==="'"){if(a)throw new N("Double superscript",i);var o={type:"textord",mode:this.mode,text:"\\prime"},c=[o];for(this.consume();this.fetch().text==="'";)c.push(o),this.consume();this.fetch().text==="^"&&c.push(this.handleSupSubscript("superscript")),a={type:"ordgroup",mode:this.mode,body:c}}else if(mt[i.text]){var d=xn.test(i.text),p=[];for(p.push(new Ae(mt[i.text])),this.consume();;){var f=this.fetch().text;if(!mt[f]||xn.test(f)!==d)break;p.unshift(new Ae(mt[f])),this.consume()}var b=this.subparse(p);d?n={type:"ordgroup",mode:"math",body:b}:a={type:"ordgroup",mode:"math",body:b}}else break}return a||n?{type:"supsub",mode:this.mode,base:t,sup:a,sub:n}:t}parseFunction(e,t){var a=this.fetch(),n=a.text,i=n0[n];if(!i)return null;if(this.consume(),t&&t!=="atom"&&!i.allowedInArgument)throw new N("Got function '"+n+"' with no arguments"+(t?" as "+t:""),a);if(this.mode==="text"&&!i.allowedInText)throw new N("Can't use function '"+n+"' in text mode",a);if(this.mode==="math"&&i.allowedInMath===!1)throw new N("Can't use function '"+n+"' in math mode",a);var{args:l,optArgs:o}=this.parseArguments(n,i);return this.callFunction(n,l,o,a,e)}callFunction(e,t,a,n,i){var l={funcName:e,parser:this,token:n,breakOnTokenText:i},o=n0[e];if(o&&o.handler)return o.handler(l,t,a);throw new N("No function handler for "+e)}parseArguments(e,t){var a=t.numArgs+t.numOptionalArgs;if(a===0)return{args:[],optArgs:[]};for(var n=[],i=[],l=0;l<a;l++){var o=t.argTypes&&t.argTypes[l],c=l<t.numOptionalArgs;(t.primitive&&o==null||t.type==="sqrt"&&l===1&&i[0]==null)&&(o="primitive");var d=this.parseGroupOfType("argument to '"+e+"'",o,c);if(c)i.push(d);else if(d!=null)n.push(d);else throw new N("Null argument, please report this as a bug")}return{args:n,optArgs:i}}parseGroupOfType(e,t,a){switch(t){case"color":return this.parseColorGroup(a);case"size":return this.parseSizeGroup(a);case"url":return this.parseUrlGroup(a);case"math":case"text":return this.parseArgumentGroup(a,t);case"hbox":{var n=this.parseArgumentGroup(a,"text");return n!=null?{type:"styling",mode:n.mode,body:[n],style:"text"}:null}case"raw":{var i=this.parseStringGroup("raw",a);return i!=null?{type:"raw",mode:"text",string:i.text}:null}case"primitive":{if(a)throw new N("A primitive argument cannot be optional");var l=this.parseGroup(e);if(l==null)throw new N("Expected group as "+e,this.fetch());return l}case"original":case null:case void 0:return this.parseArgumentGroup(a);default:throw new N("Unknown group type as "+e,this.fetch())}}consumeSpaces(){for(;this.fetch().text===" ";)this.consume()}parseStringGroup(e,t){var a=this.gullet.scanArgument(t);if(a==null)return null;for(var n="",i;(i=this.fetch()).text!=="EOF";)n+=i.text,this.consume();return this.consume(),a.text=n,a}parseRegexGroup(e,t){for(var a=this.fetch(),n=a,i="",l;(l=this.fetch()).text!=="EOF"&&e.test(i+l.text);)n=l,i+=n.text,this.consume();if(i==="")throw new N("Invalid "+t+": '"+a.text+"'",a);return a.range(n,i)}parseColorGroup(e){var t=this.parseStringGroup("color",e);if(t==null)return null;var a=/^(#[a-f0-9]{3,4}|#[a-f0-9]{6}|#[a-f0-9]{8}|[a-f0-9]{6}|[a-z]+)$/i.exec(t.text);if(!a)throw new N("Invalid color: '"+t.text+"'",t);var n=a[0];return/^[0-9a-f]{6}$/i.test(n)&&(n="#"+n),{type:"color-token",mode:this.mode,color:n}}parseSizeGroup(e){var t,a=!1;if(this.gullet.consumeSpaces(),!e&&this.gullet.future().text!=="{"?t=this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size"):t=this.parseStringGroup("size",e),!t)return null;!e&&t.text.length===0&&(t.text="0pt",a=!0);var n=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t.text);if(!n)throw new N("Invalid size: '"+t.text+"'",t);var i={number:+(n[1]+n[2]),unit:n[3]};if(!Qn(i))throw new N("Invalid unit: '"+i.unit+"'",t);return{type:"size",mode:this.mode,value:i,isBlank:a}}parseUrlGroup(e){this.gullet.lexer.setCatcode("%",13),this.gullet.lexer.setCatcode("~",12);var t=this.parseStringGroup("url",e);if(this.gullet.lexer.setCatcode("%",14),this.gullet.lexer.setCatcode("~",13),t==null)return null;var a=t.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:a}}parseArgumentGroup(e,t){var a=this.gullet.scanArgument(e);if(a==null)return null;var n=this.mode;t&&this.switchMode(t),this.gullet.beginGroup();var i=this.parseExpression(!1,"EOF");this.expect("EOF"),this.gullet.endGroup();var l={type:"ordgroup",mode:this.mode,loc:a.loc,body:i};return t&&this.switchMode(n),l}parseGroup(e,t){var a=this.fetch(),n=a.text,i;if(n==="{"||n==="\\begingroup"){this.consume();var l=n==="{"?"}":"\\endgroup";this.gullet.beginGroup();var o=this.parseExpression(!1,l),c=this.fetch();this.expect(l),this.gullet.endGroup(),i={type:"ordgroup",mode:this.mode,loc:ye.range(a,c),body:o,semisimple:n==="\\begingroup"||void 0}}else if(i=this.parseFunction(t,e)||this.parseSymbol(),i==null&&n[0]==="\\"&&!Gi.hasOwnProperty(n)){if(this.settings.throwOnError)throw new N("Undefined control sequence: "+n,a);i=this.formatUnsupportedCmd(n),this.consume()}return i}formLigatures(e){for(var t=e.length-1,a=0;a<t;++a){var n=e[a],i=n.text;i==="-"&&e[a+1].text==="-"&&(a+1<t&&e[a+2].text==="-"?(e.splice(a,3,{type:"textord",mode:"text",loc:ye.range(n,e[a+2]),text:"---"}),t-=2):(e.splice(a,2,{type:"textord",mode:"text",loc:ye.range(n,e[a+1]),text:"--"}),t-=1)),(i==="'"||i==="`")&&e[a+1].text===i&&(e.splice(a,2,{type:"textord",mode:"text",loc:ye.range(n,e[a+1]),text:i+i}),t-=1)}}parseSymbol(){var e=this.fetch(),t=e.text;if(/^\\verb[^a-zA-Z]/.test(t)){this.consume();var a=t.slice(5),n=a.charAt(0)==="*";if(n&&(a=a.slice(1)),a.length<2||a.charAt(0)!==a.slice(-1))throw new N(`\\verb assertion failed --
|
|
280
|
-
please report what input caused this bug`);return a=a.slice(1,-1),{type:"verb",mode:"text",body:a,star:n}}wn.hasOwnProperty(t[0])&&!J[this.mode][t[0]]&&(this.settings.strict&&this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+t[0]+'" used in math mode',e),t=wn[t[0]]+t.slice(1));var i=po.exec(t);i&&(t=t.substring(0,i.index),t==="i"?t="ı":t==="j"&&(t="ȷ"));var l;if(J[this.mode][t]){this.settings.strict&&this.mode==="math"&&xr.includes(t)&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+t[0]+'" used in math mode',e);var o=J[this.mode][t].group,c=ye.range(e),d;if(p1.hasOwnProperty(o)){var p=o;d={type:"atom",mode:this.mode,family:p,loc:c,text:t}}else d={type:o,mode:this.mode,loc:c,text:t};l=d}else if(t.charCodeAt(0)>=128)this.settings.strict&&(Jn(t.charCodeAt(0))?this.mode==="math"&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+t[0]+'" used in math mode',e):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+t[0]+'"'+(" ("+t.charCodeAt(0)+")"),e)),l={type:"textord",mode:"text",loc:ye.range(e),text:t};else return null;if(this.consume(),i)for(var f=0;f<i[0].length;f++){var b=i[0][f];if(!ur[b])throw new N("Unknown accent ' "+b+"'",e);var y=ur[b][this.mode]||ur[b].text;if(!y)throw new N("Accent "+b+" unsupported in "+this.mode+" mode",e);l={type:"accent",mode:this.mode,loc:ye.range(e),label:y,isStretchy:!1,isShifty:!0,base:l}}return l}}Lt.endOfExpression=new Set(["}","\\endgroup","\\end","\\right","&"]);var ea=function(e,t){if(!(typeof e=="string"||e instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var a=new Lt(e,t);delete a.gullet.macros.current["\\df@tag"];var n=a.parse();if(delete a.gullet.macros.current["\\current@color"],delete a.gullet.macros.current["\\color"],a.gullet.macros.get("\\df@tag")){if(!t.displayMode)throw new N("\\tag works only in display equations");n=[{type:"tag",mode:"text",body:n,tag:a.subparse([new Ae("\\df@tag")])}]}return n},ji=function(e,t,a){t.textContent="";var n=ta(e,a).toNode();t.appendChild(n)};typeof document<"u"&&document.compatMode!=="CSS1Compat"&&(typeof console<"u"&&console.warn("Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype."),ji=function(){throw new N("KaTeX doesn't work in quirks mode.")});var xo=function(e,t){var a=ta(e,t).toMarkup();return a},wo=function(e,t){var a=new Br(t);return ea(e,a)},Wi=function(e,t,a){if(a.throwOnError||!(e instanceof N))throw e;var n=R(["katex-error"],[new Ie(t)]);return n.setAttribute("title",e.toString()),n.setAttribute("style","color:"+a.errorColor),n},ta=function(e,t){var a=new Br(t);try{var n=ea(e,a);return F1(n,e,a)}catch(i){return Wi(i,e,a)}},So=function(e,t){var a=new Br(t);try{var n=ea(e,a);return I1(n,e,a)}catch(i){return Wi(i,e,a)}},ko="0.16.33",Ao={Span:J0,Anchor:Pr,SymbolNode:Ie,SvgNode:Ze,PathNode:s0,LineNode:yr},To={version:ko,render:ji,renderToString:xo,ParseError:N,SETTINGS_SCHEMA:ft,__parse:wo,__renderToDomTree:ta,__renderToHTMLTree:So,__setFontMetrics:s1,__defineSymbol:s,__defineFunction:B,__defineMacro:m,__domTree:Ao};const Eo=fe.lazy(()=>As(()=>import("./EquationComponent-CUFxwyNf.js"),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]),import.meta.url));function Sn(r){let e=r.getAttribute("data-lexical-equation");const t=r.getAttribute("data-lexical-inline")==="true";return e=atob(e||""),e?{node:qt(e,t)}:null}class L0 extends Fr{__equation;__inline;static getType(){return"equation"}static clone(e){return new L0(e.__equation,e.__inline,e.__key)}constructor(e,t,a){super(a),this.__equation=e,this.__inline=t??!1}static importJSON(e){return qt(e.equation,e.inline)}exportJSON(){return{equation:this.getEquation(),inline:this.__inline,type:"equation",version:1}}createDOM(e){const t=document.createElement(this.__inline?"span":"div");return t.className="editor-equation",t}exportDOM(){const e=document.createElement(this.__inline?"span":"div"),t=btoa(this.__equation);return e.setAttribute("data-lexical-equation",t),e.setAttribute("data-lexical-inline",`${this.__inline}`),To.render(this.__equation,e,{displayMode:!this.__inline,errorColor:"#cc0000",output:"html",strict:"warn",throwOnError:!1,trust:!1}),{element:e}}static importDOM(){return{div:e=>e.hasAttribute("data-lexical-equation")?{conversion:Sn,priority:2}:null,span:e=>e.hasAttribute("data-lexical-equation")?{conversion:Sn,priority:1}:null}}updateDOM(e){return this.__inline!==e.__inline}getTextContent(){return this.__equation}getEquation(){return this.__equation}setEquation(e){const t=this.getWritable();t.__equation=e}isInline(){return this.__inline}decorate(){return Q.jsx(fe.Suspense,{fallback:null,children:Q.jsx(Eo,{equation:this.__equation,inline:this.__inline})})}}function qt(r="",e=!1){const t=new L0(r,e);return Z0(t)}function Vi(r){return r instanceof L0}const Wo={dependencies:[L0],export:r=>Vi(r)&&r.isInline()?`\\( ${r.getEquation().trim()} \\)`:null,importRegExp:/\\\((.*?)\\\)/,regExp:/\\\((.*?)\\\)/,replace:(r,e)=>{const t=qt(e[1].trim(),!0);r.replace(t)},type:"text-match"},Vo={dependencies:[L0],regExpStart:/\\\[/,regExpEnd:/\\]/,export:r=>Vi(r)&&!r.isInline()?`\\[ ${r.getEquation().trim()} \\]`:null,replace:(r,e,t,a,n)=>n?(r.append(qt(n.join(" "),!1)),!0):!1,type:"multiline-element"};function Yo(){return null}class et extends F0{static getType(){return"hr"}static clone(e){return new et(e?.__key)}static importJSON(e){return Yi()}exportJSON(){return{...super.exportJSON()}}createDOM(e,t){const a=document.createElement("hr");return a.style="margin: 2rem 0;",a}updateDOM(e,t,a){return!1}decorate(e){return null}}function Yi(){return new et}function Mo(r){return r instanceof et}const zo={dependencies:[et],export:r=>Mo(r)?"***":null,regExp:/^(---|\*\*\*|___)\s?$/,replace:r=>{const e=Yi();r.replace(e)},type:"element"},Co={dependencies:[],export:(r,e)=>{if(Pa(r)){const t=r.getData();if(!t.length)return"";const a=Object.keys(t[0]),n=a.join(" | "),i=a.map(()=>"---").join(" | "),l=t.map(o=>a.map(c=>String(o[c]||"")).join(" | "));return[`| ${n} |`,`| ${i} |`,...l.map(o=>`| ${o} |`)].join(`
|
|
281
|
-
`)}return null},regExp:/^\s*(\|.+\|)\s*$/,replace:(r,e,t,a)=>{const n=r.getPreviousSibling();if(/^\|?\s*:?-{3,}:?\s*(?:\|\s*:?-{3,}:?\s*)*\|?$/gm.test(t[0])){r.remove();return}const l=t[0].split("|").slice(1,-1).map(o=>o.trim());if(n?.getType()==="data_table"&&Pa(n)){const o=n.getData(),c={},d=o.length===1&&Object.values(o[0]).every(y=>y===""),p=o.length>0?Object.keys(o[0]):l.map((y,S)=>`col_${S}`);l.forEach((y,S)=>{const A=p[S]||`col_${S}`;c[A]=y});const f=d?[c]:[...o,c],b=qa(f);n.replace(b),r.remove()}else{const o={};l.forEach((d,p)=>{o[d||`col_${p}`]=""});const c=qa([o]);r.replace(c)}},type:"element"},Fo={dependencies:[j0],export:(r,e)=>{if(r instanceof j0){let t=r.getTextContent();if(r.hasFormat("bold"))t=`**${t}**`;else if(r.hasFormat("italic"))t=`*${t}*`;else if(r.hasFormat("underline"))t=`<ins>${t}</ins>`;else return null;return t}return null},regExp:/<ins>(.*)<\/ins>/,importRegExp:/<ins>(.*)<\/ins>/,replace:(r,e)=>{const t=g0(e[1]);t.toggleFormat("underline"),r.replace(t)},type:"text-match"},Io={dependencies:[j0],export:(r,e)=>null,regExp:/<u>(.*)<\/u>/,importRegExp:/<u>(.*)<\/u>/,replace:(r,e)=>{const t=g0(e[1]);t.toggleFormat("underline"),r.replace(t)},type:"text-match"},Xo=[Co,zo,Fo,Io];function Zo(){const r=Ir.c(3),[e]=D0();let t,a;return r[0]!==e?(t=()=>{e.update(Ro)},a=[e],r[0]=e,r[1]=t,r[2]=a):(t=r[1],a=r[2]),fe.useEffect(t,a),null}function Ro(){const r=ks(zt);for(const e of r){const t=e.getLanguage()??"plaintext",a=e.getTextContent();e.replace(new xt(t,a))}}export{xt as C,Xn as D,Yo as E,et as H,Zo as I,Go as J,jo as K,Us as S,Xo as T,Wo as a,Vo as b,V0 as c,_0 as d,x0 as e,L0 as f,H as g,To as h,js as k,Ho as l,$o as n,zt as q,Uo as s,Gs as x};
|