itemengine-cypress-automation 1.0.143-migrationScripts-d059d60.0 → 1.0.143
Sign up to get free protection for your applications and to get access to all the features.
- package/cypress/e2e/ILC/AudioResponseNew/additionalSettingsBasic.js +104 -0
- package/cypress/e2e/ILC/ContentBlocks/additionalSection.js +92 -0
- package/cypress/e2e/ILC/ContentBlocks/editTabBasics.js +11 -1
- package/cypress/e2e/ILC/ContentBlocks/previewTab.js +91 -0
- package/cypress/e2e/ILC/ContentBlocks/styleAndLayoutCustomizationSection.js +3 -3
- package/cypress/e2e/ILC/Desmos/desmosFourFunctionCalculatorEditTabBasicSection.js +2 -1
- package/cypress/e2e/ILC/Desmos/desmosFourFunctionCalculatorPreviewContents.smoke.js +2 -1
- package/cypress/e2e/ILC/Desmos/desmosGeometryToolEditTabBasicSection.js +1 -0
- package/cypress/e2e/ILC/Desmos/desmosGeometryToolPreviewContents.smoke.js +2 -1
- package/cypress/e2e/ILC/Desmos/desmosGraphingCalculatorEditTabBasicSection.js +1 -0
- package/cypress/e2e/ILC/Desmos/desmosGraphingCalculatorPreviewContents.smoke.js +2 -1
- package/cypress/e2e/ILC/Desmos/desmosMatrixCalculatorEditTabBasicSection.js +2 -2
- package/cypress/e2e/ILC/Desmos/desmosMatrixCalculatorPreviewContents.smoke.js +2 -1
- package/cypress/e2e/ILC/Desmos/desmosScientificCalculatorEditTabBasicSection.js +3 -2
- package/cypress/e2e/ILC/Desmos/desmosScientificCalculatorPreviewContents.smoke.js +2 -1
- package/cypress/e2e/ILC/DesmosGraphing/additionalSettings.js +0 -5
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/additionalSettingsBasic.js +124 -0
- package/cypress/e2e/ILC/DrawingResponse/drawingResponseAdditionalSettings.js +0 -9
- package/cypress/e2e/ILC/DrawingResponse/drawingResponsePreviewTabContents.smoke.js +17 -17
- package/cypress/e2e/ILC/EssayResponse/additionalSettingsBasic.js +83 -0
- package/cypress/e2e/ILC/EssayResponse/createCustomCategory.smoke.js +32 -30
- package/cypress/e2e/ILC/EssayResponse/editCategoryFlyout.js +25 -21
- package/cypress/e2e/ILC/EssayResponse/equationEditor.smoke.js +40 -41
- package/cypress/e2e/ILC/EssayResponse/equationEditorCategories1.js +249 -99
- package/cypress/e2e/ILC/EssayResponse/equationEditorCategories2.js +118 -187
- package/cypress/e2e/ILC/EssayResponseBasic/previewContentsForAllViews.smoke.js +1 -1
- package/cypress/e2e/ILC/EssayResponseMath/mathCharacters.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/additionalSettings.js +11 -11
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/dropzoneSettings.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/previewContentsForAllViews.smoke.js +1 -3
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/additionalSettingsBasic.js +138 -0
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/additionalSettingsForDropdowns.js +309 -0
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/dropdownSettings.js +181 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/additionalSettingsBasic.js +132 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/additionalSettingsBasic.js +143 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/additionalSettingsForDropdowns.js +345 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/minimumScoringPenaltyPointsAndRoundingDropdown.js +194 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/supportedFileTypes.js +49 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/additionalSettingsBasic.js +25 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/additionalSettingsForAnswerInputFields.js +251 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/supportedFileTypes.js +49 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/additionalSettingsBasic.js +93 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/additionalSettingsForAnswerInputFields.js +215 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsTextNew/textContainerSettings.js +219 -0
- package/cypress/e2e/ILC/GeoGebraTools/3DGraphingCalculatorEditTabBasicSection.js +96 -0
- package/cypress/e2e/ILC/GeoGebraTools/3DGraphingCalculatorPreviewTabContents.smoke.js +75 -0
- package/cypress/e2e/ILC/GeoGebraTools/casCalculatorEditTabBasicSection.js +96 -0
- package/cypress/e2e/ILC/GeoGebraTools/casCalculatorPreviewTabContents.smoke.js +75 -0
- package/cypress/e2e/ILC/GeoGebraTools/geometryCalculatorEditTabBasicSection.js +96 -0
- package/cypress/e2e/ILC/GeoGebraTools/geometryCalculatorPreviewTabContents.smoke.js +76 -0
- package/cypress/e2e/ILC/GeoGebraTools/graphingCalculatorEditTabBasicSection.js +96 -0
- package/cypress/e2e/ILC/GeoGebraTools/graphingCalculatorPreviewTabContents.smoke.js +73 -0
- package/cypress/e2e/ILC/GeoGebraTools/probablityCalculatorEditTabBasicSection.js +96 -0
- package/cypress/e2e/ILC/GeoGebraTools/probablityCalculatorPreviewTabContents.smoke.js +75 -0
- package/cypress/e2e/ILC/GeoGebraTools/scientificCalculatorEditTabBasicSection.js +96 -0
- package/cypress/e2e/ILC/GeoGebraTools/scientificCalculatorPreviewTabContents.smoke.js +75 -0
- package/cypress/e2e/ILC/GeogebraActivity/additionalSettings.js +10 -8
- package/cypress/e2e/ILC/GeogebraActivity/gradingViewAndCorrectAnswerViewContents.smoke.js +3 -2
- package/cypress/e2e/ILC/GeogebraActivity/headerSection.js +2 -1
- package/cypress/e2e/ILC/GeogebraActivity/insertResourceLink.js +318 -0
- package/cypress/e2e/ILC/GeogebraActivity/previewTabContent.smoke.js +2 -1
- package/cypress/e2e/ILC/Graphing/additionalSettingsBasic.js +15 -4
- package/cypress/e2e/ILC/GridFill/allOrNothingBasicForAllViews.smoke.js +280 -0
- package/cypress/e2e/ILC/GridFill/checkAnswerFunctionalityForAllViews.smoke.js +136 -0
- package/cypress/e2e/ILC/GridFill/editTabScoringSection.js +205 -0
- package/cypress/e2e/ILC/GridFill/previewContentsForAllViews.smoke.js +213 -0
- package/cypress/e2e/ILC/GridFill/scoring/manuallyAndNonScored.js +106 -0
- package/cypress/e2e/ILC/GridFill/specifyCorrectAnswerSection.js +79 -0
- package/cypress/e2e/ILC/MultipleSelection/additionalSettingsBasic.js +108 -0
- package/cypress/e2e/ILC/MultipleSelectionGridNew/allOrNothingBasicForAllViews.smoke.js +251 -0
- package/cypress/e2e/ILC/MultipleSelectionGridNew/previewContentsForAllViews.smoke.js +180 -0
- package/cypress/e2e/ILC/ShortTextResponseNew/additionalSettings.js +48 -56
- package/cypress/e2e/ILC/SingleSelection/additionalSettingsBasic.js +107 -0
- package/cypress/e2e/ILC/SingleSelectionGridNew/allOrNothingBasicForAllViews.smoke.js +251 -0
- package/cypress/e2e/ILC/SingleSelectionGridNew/previewContentsForAllViews.smoke.js +180 -0
- package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViews.smoke.js +12 -3
- package/cypress/e2e/ILC/TextEntryMath/checkAnswerFunctionalityForAllViews.smoke.js +4 -1
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodEquivalentStructures.js +93 -68
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchExact.js +59 -52
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchValue.js +59 -52
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodSymbolsAreEquivalent.js +61 -50
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodValueIsEquivalent.js +65 -51
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodsWithoutSetResponse.js +55 -46
- package/cypress/e2e/ILC/TextEntryMath/previewContentsForAllViews.smoke.js +6 -3
- package/cypress/e2e/ILC/TextEntryMathWithImage/allOrNothingScoringForAllViews.smoke.js +11 -9
- package/cypress/e2e/ILC/TextEntryMathWithImage/checkAnswerFunctionalityForAllViews.smoke.js +4 -3
- package/cypress/e2e/ILC/TextEntryMathWithImage/previewTabContentsForAllViews.smoke.js +4 -2
- package/cypress/e2e/ILC/UploadResponse/additionalSettingsBasic.js +85 -0
- package/cypress/e2e/ILC/UploadResponse/editTabScoringSection.js +12 -12
- package/cypress/e2e/ILC/UploadResponse/uploadResponseEditTabBasicSections.js +1 -1
- package/cypress/fixtures/constants.js +2 -0
- package/cypress/fixtures/equationEditorCategoriesAndSymbols .js +1114 -1511
- package/cypress/fixtures/theme/ilc.json +7 -1
- package/cypress/pages/audioResponsePage.js +26 -2
- package/cypress/pages/components/additionalSettingsAccessibilitySectionComponent.js +1 -0
- package/cypress/pages/components/additionalSettingsPanel.js +3 -10
- package/cypress/pages/components/ariaLabelSectionComponent.js +84 -0
- package/cypress/pages/components/autoScoredSpecifyCorrectAnswerSection.js +5 -2
- package/cypress/pages/components/autoScoredStudentViewSettings.js +1 -1
- package/cypress/pages/components/commonComponents.js +1 -1
- package/cypress/pages/components/createCustomCategoryFlyout.js +2 -2
- package/cypress/pages/components/createQuestionBasePage.js +1 -1
- package/cypress/pages/components/desmosToolComponent.js +1 -0
- package/cypress/pages/components/draggableOptionContainer.js +1 -1
- package/cypress/pages/components/editCategoryFlyout.js +9 -10
- package/cypress/pages/components/equationEditorFlyout.js +20 -11
- package/cypress/pages/components/fillInTheGapsDropdownCommonComponent.js +167 -3
- package/cypress/pages/components/fillInTheGapsTextCommonComponent.js +149 -6
- package/cypress/pages/components/gradingViewEnumerationComponent.js +151 -0
- package/cypress/pages/components/gridQuestionCommonComponent.js +390 -0
- package/cypress/pages/components/imageCanvasComponent.js +25 -1
- package/cypress/pages/components/index.js +5 -1
- package/cypress/pages/components/placeholderTextSectionComponent.js +110 -0
- package/cypress/pages/components/responseAreaSettingsPopupComponent.js +2 -2
- package/cypress/pages/contentBlocksPage.js +60 -1
- package/cypress/pages/dragAndDropIntoCategoriesPage.js +4 -17
- package/cypress/pages/essayResponsePage.js +14 -11
- package/cypress/pages/fillInTheGapsDragAndDropPage.js +15 -0
- package/cypress/pages/fillInTheGapsDropdownPage.js +121 -2
- package/cypress/pages/fillInTheGapsOverImageDragAndDropPage.js +3 -1
- package/cypress/pages/fillInTheGapsOverImageDropdownPage.js +70 -3
- package/cypress/pages/fillInTheGapsOverImageTextPage.js +33 -3
- package/cypress/pages/fillInTheGapsTextPage.js +81 -4
- package/cypress/pages/geoGebraActivityPage.js +75 -11
- package/cypress/pages/geoGebraToolsPage.js +292 -0
- package/cypress/pages/graphingPage.js +2 -1
- package/cypress/pages/gridFillPage.js +713 -0
- package/cypress/pages/index.js +3 -1
- package/cypress/pages/multipleSelectionGridPage.js +71 -317
- package/cypress/pages/multipleSelectionPage.js +2 -1
- package/cypress/pages/selectQuestionResourceToolPage.js +13 -2
- package/cypress/pages/singleSelectionGridPage.js +78 -329
- package/cypress/pages/singleSelectionPage.js +2 -1
- package/cypress/pages/textEntryMathPage.js +24 -6
- package/cypress/pages/textEntryMathWithImagePage.js +1 -1
- package/cypress/pages/uploadResponsePage.js +4 -3
- package/package.json +2 -2
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/additionalSettings.js +0 -43
- package/cypress/pages/components/fillInTheGapsCommonComponents.js +0 -642
@@ -1,6 +1,6 @@
|
|
1
1
|
export const equationEditorCategoriesAndSymbols = {
|
2
|
-
|
3
|
-
displayName: '
|
2
|
+
numPad: {
|
3
|
+
displayName: 'Numpad',
|
4
4
|
symbols: {
|
5
5
|
one: {
|
6
6
|
title: 'One',
|
@@ -106,15 +106,15 @@ export const equationEditorCategoriesAndSymbols = {
|
|
106
106
|
displayText: '='
|
107
107
|
},
|
108
108
|
polygonLeft: {
|
109
|
-
title:
|
109
|
+
title: null,
|
110
110
|
textElement: null,
|
111
|
-
ariaLabel: '
|
111
|
+
ariaLabel: 'MoveLeft',
|
112
112
|
displayText: null
|
113
113
|
},
|
114
114
|
polygonRight: {
|
115
|
-
title:
|
115
|
+
title: null,
|
116
116
|
textElement: null,
|
117
|
-
ariaLabel: '
|
117
|
+
ariaLabel: 'MoveRight',
|
118
118
|
displayText: null
|
119
119
|
},
|
120
120
|
clear: {
|
@@ -122,23 +122,29 @@ export const equationEditorCategoriesAndSymbols = {
|
|
122
122
|
textElement: null,
|
123
123
|
ariaLabel: 'Clear',
|
124
124
|
displayText: null
|
125
|
+
},
|
126
|
+
clearAll: {
|
127
|
+
title: 'Clear all',
|
128
|
+
textElement: null,
|
129
|
+
ariaLabel: 'ClearAll',
|
130
|
+
displayText: null
|
125
131
|
}
|
126
132
|
}
|
127
133
|
},
|
128
134
|
|
129
|
-
|
130
|
-
displayName: '
|
135
|
+
intermediate: {
|
136
|
+
displayName: 'Intermediate',
|
131
137
|
symbols: {
|
132
|
-
|
133
|
-
title: '
|
138
|
+
upperExponent: {
|
139
|
+
title: 'Superscript',
|
134
140
|
textElement: null,
|
135
|
-
ariaLabel: '
|
141
|
+
ariaLabel: 'Superscript',
|
136
142
|
displayText: null,
|
137
143
|
},
|
138
|
-
|
139
|
-
title: '
|
144
|
+
lowerExponent: {
|
145
|
+
title: 'Subscript',
|
140
146
|
textElement: null,
|
141
|
-
ariaLabel: '
|
147
|
+
ariaLabel: 'Subscript',
|
142
148
|
displayText: null,
|
143
149
|
},
|
144
150
|
square: {
|
@@ -162,7 +168,7 @@ export const equationEditorCategoriesAndSymbols = {
|
|
162
168
|
sqrt: {
|
163
169
|
title: 'Square Root',
|
164
170
|
text: null,
|
165
|
-
ariaLabel: '
|
171
|
+
ariaLabel: 'Sqrt',
|
166
172
|
displayText: null,
|
167
173
|
},
|
168
174
|
cubeRoot: {
|
@@ -171,47 +177,53 @@ export const equationEditorCategoriesAndSymbols = {
|
|
171
177
|
ariaLabel: 'CubeRoot',
|
172
178
|
displayText: null,
|
173
179
|
},
|
174
|
-
|
175
|
-
title: '
|
180
|
+
lessThan: {
|
181
|
+
title: 'Less Than',
|
176
182
|
textElement: null,
|
177
|
-
ariaLabel: '
|
178
|
-
displayText:
|
183
|
+
ariaLabel: 'LessThan',
|
184
|
+
displayText: '<',
|
179
185
|
},
|
180
|
-
|
181
|
-
title: '
|
186
|
+
greaterThan: {
|
187
|
+
title: 'Greater Than',
|
182
188
|
textElement: null,
|
183
|
-
ariaLabel: '
|
184
|
-
displayText:
|
189
|
+
ariaLabel: 'GreaterThan',
|
190
|
+
displayText: '>',
|
185
191
|
},
|
186
|
-
|
187
|
-
title: '
|
192
|
+
lessThanEqual: {
|
193
|
+
title: 'Less Than Or Equal To',
|
188
194
|
textElement: null,
|
189
|
-
ariaLabel: '
|
190
|
-
displayText:
|
195
|
+
ariaLabel: 'LessThanEqual',
|
196
|
+
displayText: '≤',
|
191
197
|
},
|
192
|
-
|
193
|
-
title: '
|
198
|
+
greaterThanEqual: {
|
199
|
+
title: 'Greater Than Or Equal To',
|
194
200
|
textElement: null,
|
195
|
-
ariaLabel: '
|
196
|
-
displayText:
|
201
|
+
ariaLabel: 'GreaterThanEqual',
|
202
|
+
displayText: '≥',
|
197
203
|
},
|
198
|
-
|
199
|
-
title: '
|
204
|
+
percent: {
|
205
|
+
title: 'Percentage',
|
200
206
|
textElement: null,
|
201
|
-
ariaLabel: '
|
202
|
-
displayText:
|
207
|
+
ariaLabel: 'Percentage',
|
208
|
+
displayText: '%'
|
203
209
|
},
|
204
|
-
|
205
|
-
title: '
|
210
|
+
dollar: {
|
211
|
+
title: 'Dollar',
|
206
212
|
textElement: null,
|
207
|
-
ariaLabel: '
|
208
|
-
displayText:
|
213
|
+
ariaLabel: 'Dollar',
|
214
|
+
displayText: '$'
|
209
215
|
},
|
210
|
-
|
211
|
-
title: '
|
216
|
+
degree: {
|
217
|
+
title: 'Degree',
|
212
218
|
textElement: null,
|
213
|
-
ariaLabel: '
|
214
|
-
displayText:
|
219
|
+
ariaLabel: 'Degree',
|
220
|
+
displayText: '°'
|
221
|
+
},
|
222
|
+
colonRatio: {
|
223
|
+
title: 'Colon/Ratio',
|
224
|
+
textElement: null,
|
225
|
+
ariaLabel: 'ColonRation',
|
226
|
+
displayText: ':'
|
215
227
|
},
|
216
228
|
absoluteValue: {
|
217
229
|
title: 'Absolute Value',
|
@@ -219,67 +231,60 @@ export const equationEditorCategoriesAndSymbols = {
|
|
219
231
|
ariaLabel: 'AbsoluteValue',
|
220
232
|
displayText: null,
|
221
233
|
},
|
222
|
-
|
223
|
-
title:
|
224
|
-
textElement: null,
|
225
|
-
ariaLabel: 'Plus',
|
226
|
-
displayText: '+',
|
227
|
-
},
|
228
|
-
subtract: {
|
229
|
-
title: 'Subtraction',
|
230
|
-
textElement: null,
|
231
|
-
ariaLabel: 'Minus',
|
232
|
-
displayText: '−',
|
233
|
-
},
|
234
|
-
plusMinus: {
|
235
|
-
title: 'Plus or minus one below the other',
|
234
|
+
pi: {
|
235
|
+
title: null,
|
236
236
|
textElement: null,
|
237
|
-
ariaLabel: '
|
238
|
-
displayText: '
|
237
|
+
ariaLabel: 'Pi',
|
238
|
+
displayText: 'π'
|
239
239
|
},
|
240
|
-
|
241
|
-
title: '
|
240
|
+
groupInParenthesis: {
|
241
|
+
title: 'Group In Parenthesis',
|
242
242
|
textElement: null,
|
243
|
-
ariaLabel: '
|
244
|
-
displayText: '
|
243
|
+
ariaLabel: 'GroupInParathesis',
|
244
|
+
displayText: '()'
|
245
245
|
},
|
246
|
-
|
247
|
-
title: '
|
246
|
+
x: {
|
247
|
+
title: 'x Letter',
|
248
248
|
textElement: null,
|
249
|
-
ariaLabel: '
|
250
|
-
displayText: '
|
249
|
+
ariaLabel: 'X',
|
250
|
+
displayText: 'x'
|
251
251
|
},
|
252
|
-
|
253
|
-
title: '
|
252
|
+
y: {
|
253
|
+
title: 'y Letter',
|
254
254
|
textElement: null,
|
255
|
-
ariaLabel: '
|
256
|
-
displayText: '
|
257
|
-
}
|
258
|
-
|
259
|
-
|
255
|
+
ariaLabel: 'Y',
|
256
|
+
displayText: 'y'
|
257
|
+
}
|
258
|
+
}
|
259
|
+
},
|
260
|
+
|
261
|
+
primary: {
|
262
|
+
displayName: 'Primary',
|
263
|
+
symbols: {
|
264
|
+
fraction: {
|
265
|
+
title: 'Fraction',
|
260
266
|
textElement: null,
|
261
|
-
ariaLabel: '
|
262
|
-
displayText:
|
267
|
+
ariaLabel: 'Fraction',
|
268
|
+
displayText: null,
|
263
269
|
},
|
264
|
-
|
265
|
-
title: '
|
270
|
+
mixedFraction: {
|
271
|
+
title: 'Mixed Fraction',
|
266
272
|
textElement: null,
|
267
|
-
ariaLabel: '
|
268
|
-
displayText:
|
273
|
+
ariaLabel: 'MixedFraction',
|
274
|
+
displayText: null,
|
269
275
|
},
|
270
|
-
|
271
|
-
title: '
|
276
|
+
lessThan: {
|
277
|
+
title: 'Less Than',
|
272
278
|
textElement: null,
|
273
|
-
ariaLabel: '
|
274
|
-
displayText: '
|
279
|
+
ariaLabel: 'LessThan',
|
280
|
+
displayText: '<',
|
275
281
|
},
|
276
|
-
|
277
|
-
title: '
|
282
|
+
greaterThan: {
|
283
|
+
title: 'Greater Than',
|
278
284
|
textElement: null,
|
279
|
-
ariaLabel: '
|
280
|
-
displayText: '
|
285
|
+
ariaLabel: 'GreaterThan',
|
286
|
+
displayText: '>',
|
281
287
|
},
|
282
|
-
//TODO: Need to update when https://redmine.zeuslearning.com/issues/526301 is resolved
|
283
288
|
questionMark: {
|
284
289
|
title: 'Question Mark',
|
285
290
|
textElement: null,
|
@@ -298,72 +303,72 @@ export const equationEditorCategoriesAndSymbols = {
|
|
298
303
|
ariaLabel: 'Cents',
|
299
304
|
displayText: '¢'
|
300
305
|
},
|
301
|
-
|
302
|
-
title: '
|
303
|
-
textElement: null,
|
304
|
-
ariaLabel: 'Asterisk',
|
305
|
-
displayText: '∗'
|
306
|
-
},
|
307
|
-
comma: {
|
308
|
-
title: 'Comma',
|
309
|
-
textElement: null,
|
310
|
-
ariaLabel: 'Comma',
|
311
|
-
displayText: ','
|
312
|
-
},
|
313
|
-
therefore: {
|
314
|
-
title: 'Therefore',
|
306
|
+
degree: {
|
307
|
+
title: 'Degree',
|
315
308
|
textElement: null,
|
316
|
-
ariaLabel: '
|
317
|
-
displayText: '
|
309
|
+
ariaLabel: 'Degree',
|
310
|
+
displayText: '°'
|
318
311
|
},
|
319
|
-
|
320
|
-
title: '
|
312
|
+
colonRatio: {
|
313
|
+
title: 'Colon/Ratio',
|
321
314
|
textElement: null,
|
322
|
-
ariaLabel: '
|
323
|
-
displayText: '
|
315
|
+
ariaLabel: 'ColonRation',
|
316
|
+
displayText: ':'
|
324
317
|
},
|
325
|
-
|
326
|
-
title: '
|
318
|
+
groupInParenthesis: {
|
319
|
+
title: 'Group In Parenthesis',
|
327
320
|
textElement: null,
|
328
|
-
ariaLabel: '
|
329
|
-
displayText: '
|
321
|
+
ariaLabel: 'GroupInParathesis',
|
322
|
+
displayText: '()'
|
330
323
|
},
|
331
|
-
|
332
|
-
title: '
|
324
|
+
upperExponent: {
|
325
|
+
title: 'Superscript',
|
333
326
|
textElement: null,
|
334
|
-
ariaLabel: '
|
335
|
-
displayText:
|
327
|
+
ariaLabel: 'Superscript',
|
328
|
+
displayText: null,
|
336
329
|
},
|
337
|
-
|
338
|
-
title: '
|
330
|
+
lowerExponent: {
|
331
|
+
title: 'Subscript',
|
339
332
|
textElement: null,
|
340
|
-
ariaLabel: '
|
341
|
-
displayText:
|
333
|
+
ariaLabel: 'Subscript',
|
334
|
+
displayText: null,
|
342
335
|
},
|
343
|
-
|
344
|
-
|
336
|
+
}
|
337
|
+
},
|
338
|
+
|
339
|
+
general: {
|
340
|
+
displayName: 'General',
|
341
|
+
symbols: {
|
342
|
+
questionMark: {
|
343
|
+
title: 'Question Mark',
|
345
344
|
textElement: null,
|
346
|
-
ariaLabel: '
|
347
|
-
displayText: '
|
345
|
+
ariaLabel: 'QuestionMark',
|
346
|
+
displayText: '?'
|
348
347
|
},
|
349
|
-
|
350
|
-
title: '
|
348
|
+
dollar: {
|
349
|
+
title: 'Dollar',
|
351
350
|
textElement: null,
|
352
|
-
ariaLabel: '
|
353
|
-
displayText: '
|
351
|
+
ariaLabel: 'Dollar',
|
352
|
+
displayText: '$'
|
354
353
|
},
|
355
|
-
|
356
|
-
title: '
|
354
|
+
cents: {
|
355
|
+
title: 'Cents',
|
357
356
|
textElement: null,
|
358
|
-
ariaLabel: '
|
359
|
-
displayText: '
|
357
|
+
ariaLabel: 'Cents',
|
358
|
+
displayText: '¢'
|
360
359
|
},
|
361
|
-
|
362
|
-
title: '
|
360
|
+
colonRatio: {
|
361
|
+
title: 'Colon/Ratio',
|
363
362
|
textElement: null,
|
364
|
-
ariaLabel: '
|
365
|
-
displayText: '
|
366
|
-
}
|
363
|
+
ariaLabel: 'ColonRation',
|
364
|
+
displayText: ':'
|
365
|
+
}
|
366
|
+
}
|
367
|
+
},
|
368
|
+
|
369
|
+
common: {
|
370
|
+
displayName: 'Common',
|
371
|
+
symbols: {
|
367
372
|
x: {
|
368
373
|
title: 'x Letter',
|
369
374
|
textElement: null,
|
@@ -376,1115 +381,671 @@ export const equationEditorCategoriesAndSymbols = {
|
|
376
381
|
ariaLabel: 'Y',
|
377
382
|
displayText: 'y'
|
378
383
|
},
|
379
|
-
|
380
|
-
title: '
|
384
|
+
square: {
|
385
|
+
title: 'Square (x^2)',
|
381
386
|
textElement: null,
|
382
|
-
ariaLabel: '
|
383
|
-
displayText:
|
387
|
+
ariaLabel: 'Square',
|
388
|
+
displayText: null,
|
384
389
|
},
|
385
|
-
|
386
|
-
title: '
|
390
|
+
upperExponent: {
|
391
|
+
title: 'Superscript',
|
387
392
|
textElement: null,
|
388
|
-
ariaLabel: '
|
389
|
-
displayText:
|
393
|
+
ariaLabel: 'Superscript',
|
394
|
+
displayText: null,
|
390
395
|
},
|
391
|
-
|
392
|
-
title: '
|
396
|
+
lowerExponent: {
|
397
|
+
title: 'Subscript',
|
393
398
|
textElement: null,
|
394
|
-
ariaLabel: '
|
395
|
-
displayText:
|
399
|
+
ariaLabel: 'Subscript',
|
400
|
+
displayText: null,
|
396
401
|
},
|
397
|
-
|
398
|
-
title: '
|
402
|
+
plusMinus: {
|
403
|
+
title: 'Plus or minus one below the other',
|
399
404
|
textElement: null,
|
400
|
-
ariaLabel: '
|
401
|
-
displayText: '
|
405
|
+
ariaLabel: 'Plusminus',
|
406
|
+
displayText: '±',
|
402
407
|
},
|
403
|
-
|
404
|
-
title: '
|
408
|
+
fraction: {
|
409
|
+
title: 'Fraction',
|
405
410
|
textElement: null,
|
406
|
-
ariaLabel: '
|
407
|
-
displayText:
|
411
|
+
ariaLabel: 'Fraction',
|
412
|
+
displayText: null,
|
408
413
|
},
|
409
|
-
|
410
|
-
title: '
|
414
|
+
mixedFraction: {
|
415
|
+
title: 'Mixed Fraction',
|
411
416
|
textElement: null,
|
412
|
-
ariaLabel: '
|
413
|
-
displayText:
|
417
|
+
ariaLabel: 'MixedFraction',
|
418
|
+
displayText: null,
|
419
|
+
},
|
420
|
+
sqrt: {
|
421
|
+
title: 'Square Root',
|
422
|
+
text: null,
|
423
|
+
ariaLabel: 'Sqrt',
|
424
|
+
displayText: null,
|
414
425
|
},
|
415
|
-
|
416
|
-
title: '
|
426
|
+
cubeRoot: {
|
427
|
+
title: 'Cube Root',
|
417
428
|
textElement: null,
|
418
|
-
ariaLabel: '
|
419
|
-
displayText:
|
420
|
-
}
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
title: '
|
429
|
+
ariaLabel: 'CubeRoot',
|
430
|
+
displayText: null,
|
431
|
+
},
|
432
|
+
nSqrt: {
|
433
|
+
title: 'Nth root',
|
434
|
+
text: null,
|
435
|
+
ariaLabel: 'Nsqrt',
|
436
|
+
displayText: null,
|
437
|
+
},
|
438
|
+
lessThan: {
|
439
|
+
title: 'Less Than',
|
429
440
|
textElement: null,
|
430
|
-
ariaLabel: '
|
431
|
-
displayText: '
|
441
|
+
ariaLabel: 'LessThan',
|
442
|
+
displayText: '<',
|
432
443
|
},
|
433
|
-
|
434
|
-
title: '
|
444
|
+
greaterThan: {
|
445
|
+
title: 'Greater Than',
|
435
446
|
textElement: null,
|
436
|
-
ariaLabel: '
|
437
|
-
displayText: '
|
447
|
+
ariaLabel: 'GreaterThan',
|
448
|
+
displayText: '>',
|
438
449
|
},
|
439
|
-
|
440
|
-
title: '
|
441
|
-
textElement: null,
|
442
|
-
ariaLabel: 'Gamma',
|
443
|
-
displayText: 'γ'
|
444
|
-
},
|
445
|
-
delta: {
|
446
|
-
title: 'Delta',
|
447
|
-
textElement: null,
|
448
|
-
ariaLabel: 'Delta',
|
449
|
-
displayText: 'δ'
|
450
|
-
},
|
451
|
-
epsilon: {
|
452
|
-
title: 'Epsilon',
|
453
|
-
textElement: null,
|
454
|
-
ariaLabel: 'Epsilon',
|
455
|
-
displayText: 'ϵ'
|
456
|
-
},
|
457
|
-
zeta: {
|
458
|
-
title: 'Zeta',
|
459
|
-
textElement: null,
|
460
|
-
ariaLabel: 'Zeta',
|
461
|
-
displayText: 'ζ'
|
462
|
-
},
|
463
|
-
eta: {
|
464
|
-
title: 'Eta',
|
465
|
-
textElement: null,
|
466
|
-
ariaLabel: 'Eta',
|
467
|
-
displayText: 'η'
|
468
|
-
},
|
469
|
-
theta: {
|
470
|
-
title: 'Theta',
|
471
|
-
textElement: null,
|
472
|
-
ariaLabel: 'Theta',
|
473
|
-
displayText: 'θ'
|
474
|
-
},
|
475
|
-
iota: {
|
476
|
-
title: 'Iota',
|
477
|
-
textElement: null,
|
478
|
-
ariaLabel: 'Iota',
|
479
|
-
displayText: 'ι'
|
480
|
-
},
|
481
|
-
kappa: {
|
482
|
-
title: 'Kappa',
|
483
|
-
textElement: null,
|
484
|
-
ariaLabel: 'Kappa',
|
485
|
-
displayText: 'κ'
|
486
|
-
},
|
487
|
-
lambda: {
|
488
|
-
title: 'Lambda',
|
489
|
-
textElement: null,
|
490
|
-
ariaLabel: 'Lambda',
|
491
|
-
displayText: 'λ'
|
492
|
-
},
|
493
|
-
mu: {
|
494
|
-
title: 'Mu',
|
495
|
-
textElement: null,
|
496
|
-
ariaLabel: 'Mu',
|
497
|
-
displayText: 'μ'
|
498
|
-
},
|
499
|
-
nu: {
|
500
|
-
title: 'Nu',
|
501
|
-
textElement: null,
|
502
|
-
ariaLabel: 'Nu',
|
503
|
-
displayText: 'ν'
|
504
|
-
},
|
505
|
-
xi: {
|
506
|
-
title: 'Xi',
|
507
|
-
textElement: null,
|
508
|
-
ariaLabel: 'Xi',
|
509
|
-
displayText: 'ξ'
|
510
|
-
},
|
511
|
-
pi: {
|
512
|
-
title: 'Pi',
|
513
|
-
textElement: null,
|
514
|
-
ariaLabel: 'Pi',
|
515
|
-
displayText: 'π'
|
516
|
-
},
|
517
|
-
rho: {
|
518
|
-
title: 'Rho',
|
519
|
-
textElement: null,
|
520
|
-
ariaLabel: 'Rho',
|
521
|
-
displayText: 'ρ'
|
522
|
-
},
|
523
|
-
sigma: {
|
524
|
-
title: 'Sigma',
|
525
|
-
textElement: null,
|
526
|
-
ariaLabel: 'Sigma',
|
527
|
-
displayText: 'σ'
|
528
|
-
},
|
529
|
-
tau: {
|
530
|
-
title: 'Tau',
|
531
|
-
textElement: null,
|
532
|
-
ariaLabel: 'Tau',
|
533
|
-
displayText: 'τ'
|
534
|
-
},
|
535
|
-
upsilon: {
|
536
|
-
title: 'Upsilon',
|
537
|
-
textElement: null,
|
538
|
-
ariaLabel: 'Upsilon',
|
539
|
-
displayText: 'υ'
|
540
|
-
},
|
541
|
-
phi: {
|
542
|
-
title: 'Phi',
|
543
|
-
textElement: null,
|
544
|
-
ariaLabel: 'Phi',
|
545
|
-
displayText: 'ϕ'
|
546
|
-
},
|
547
|
-
chi: {
|
548
|
-
title: 'Chi',
|
549
|
-
textElement: null,
|
550
|
-
ariaLabel: 'Chi',
|
551
|
-
displayText: 'χ'
|
552
|
-
},
|
553
|
-
psi: {
|
554
|
-
title: 'Psi',
|
555
|
-
textElement: null,
|
556
|
-
ariaLabel: 'Psi',
|
557
|
-
displayText: 'ψ'
|
558
|
-
},
|
559
|
-
omega: {
|
560
|
-
title: 'Omega',
|
561
|
-
textElement: null,
|
562
|
-
ariaLabel: 'Omega',
|
563
|
-
displayText: 'ω'
|
564
|
-
},
|
565
|
-
diGamma: {
|
566
|
-
title: 'Digamma',
|
567
|
-
textElement: null,
|
568
|
-
ariaLabel: 'DiGamma',
|
569
|
-
displayText: 'ϝ'
|
570
|
-
},
|
571
|
-
varEpsilon: {
|
572
|
-
title: 'Variant Of Epsilon',
|
573
|
-
textElement: null,
|
574
|
-
ariaLabel: 'VarEpsilon',
|
575
|
-
displayText: 'ε'
|
576
|
-
},
|
577
|
-
varTheta: {
|
578
|
-
title: 'Variant Of Theta',
|
579
|
-
textElement: null,
|
580
|
-
ariaLabel: 'VariantOfTheta',
|
581
|
-
displayText: 'ϑ'
|
582
|
-
},
|
583
|
-
varKappa: {
|
584
|
-
title: 'Variant Of Kappa',
|
585
|
-
textElement: null,
|
586
|
-
ariaLabel: 'VarKappa',
|
587
|
-
displayText: 'ϰ'
|
588
|
-
},
|
589
|
-
varPi: {
|
590
|
-
title: 'Variant Of Pi',
|
591
|
-
textElement: null,
|
592
|
-
ariaLabel: 'VarPi',
|
593
|
-
displayText: 'ϖ'
|
594
|
-
},
|
595
|
-
varRho: {
|
596
|
-
title: 'Variant Of Rho',
|
597
|
-
textElement: null,
|
598
|
-
ariaLabel: 'VarRho',
|
599
|
-
displayText: 'ϱ'
|
600
|
-
},
|
601
|
-
varSigma: {
|
602
|
-
title: 'Variant Of Sigma',
|
603
|
-
textElement: null,
|
604
|
-
ariaLabel: 'VarSigma',
|
605
|
-
displayText: 'ς'
|
606
|
-
},
|
607
|
-
varPhi: {
|
608
|
-
title: 'Variant Of Phi',
|
609
|
-
textElement: null,
|
610
|
-
ariaLabel: 'VarPhi',
|
611
|
-
displayText: 'φ'
|
612
|
-
},
|
613
|
-
gammaUpper: {
|
614
|
-
title: 'Gamma Uppercase',
|
615
|
-
textElement: null,
|
616
|
-
ariaLabel: 'GammaUppercase',
|
617
|
-
displayText: 'Γ'
|
618
|
-
},
|
619
|
-
deltaUpper: {
|
620
|
-
title: 'Delta Uppercase',
|
621
|
-
textElement: null,
|
622
|
-
ariaLabel: 'DeltaUppercase',
|
623
|
-
displayText: 'Δ'
|
624
|
-
},
|
625
|
-
thetaUpper: {
|
626
|
-
title: 'Theta Uppercase',
|
627
|
-
textElement: null,
|
628
|
-
ariaLabel: 'ThetaUppercase',
|
629
|
-
displayText: 'Θ'
|
630
|
-
},
|
631
|
-
lambdaUpper: {
|
632
|
-
title: 'Lambda Uppercase',
|
633
|
-
textElement: null,
|
634
|
-
ariaLabel: 'LambdaUppercase',
|
635
|
-
displayText: 'Λ'
|
636
|
-
},
|
637
|
-
xiUpper: {
|
638
|
-
title: 'Xi Uppercase',
|
639
|
-
textElement: null,
|
640
|
-
ariaLabel: 'XiUppercase',
|
641
|
-
displayText: 'Ξ'
|
642
|
-
},
|
643
|
-
piUpper: {
|
644
|
-
title: 'Pi Uppercase',
|
645
|
-
textElement: null,
|
646
|
-
ariaLabel: 'PiUppercase',
|
647
|
-
displayText: 'Π'
|
648
|
-
},
|
649
|
-
sigmaUpper: {
|
650
|
-
title: 'Sigma Uppercase',
|
651
|
-
textElement: null,
|
652
|
-
ariaLabel: 'SigmaUppercase',
|
653
|
-
displayText: 'Σ'
|
654
|
-
},
|
655
|
-
upsilonUpper: {
|
656
|
-
title: 'Upsilon Uppercase',
|
657
|
-
textElement: null,
|
658
|
-
ariaLabel: 'UpsilonUppercase',
|
659
|
-
displayText: 'ϒ'
|
660
|
-
},
|
661
|
-
phiUpper: {
|
662
|
-
title: 'Phi Uppercase',
|
663
|
-
textElement: null,
|
664
|
-
ariaLabel: 'PhiUppercase',
|
665
|
-
displayText: 'Φ'
|
666
|
-
},
|
667
|
-
psiUpper: {
|
668
|
-
title: 'Psi Uppercase',
|
669
|
-
textElement: null,
|
670
|
-
ariaLabel: 'PsiUppercase',
|
671
|
-
displayText: 'Ψ'
|
672
|
-
},
|
673
|
-
omegaUpper: {
|
674
|
-
title: 'Omega Uppercase',
|
675
|
-
textElement: null,
|
676
|
-
ariaLabel: 'OmegaUppercase',
|
677
|
-
displayText: 'Ω'
|
678
|
-
}
|
679
|
-
}
|
680
|
-
},
|
681
|
-
|
682
|
-
operators: {
|
683
|
-
displayName: 'Operators',
|
684
|
-
symbols: {
|
685
|
-
and: {
|
686
|
-
title: 'Logical And',
|
687
|
-
textElement: null,
|
688
|
-
ariaLabel: 'LogicalAnd',
|
689
|
-
displayText: '∧'
|
690
|
-
},
|
691
|
-
or: {
|
692
|
-
title: 'Logical Or',
|
693
|
-
textElement: null,
|
694
|
-
ariaLabel: 'LogicalOr',
|
695
|
-
displayText: '∨'
|
696
|
-
},
|
697
|
-
not: {
|
698
|
-
title: 'Logical Not',
|
699
|
-
textElement: null,
|
700
|
-
ariaLabel: 'LogicalNot',
|
701
|
-
displayText: '¬'
|
702
|
-
},
|
703
|
-
union: {
|
704
|
-
title: 'Union',
|
705
|
-
textElement: null,
|
706
|
-
ariaLabel: 'Union',
|
707
|
-
displayText: '∪'
|
708
|
-
},
|
709
|
-
intersection: {
|
710
|
-
title: 'Intersection',
|
711
|
-
textElement: null,
|
712
|
-
ariaLabel: 'Intersection',
|
713
|
-
displayText: '∩'
|
714
|
-
},
|
715
|
-
diamond: {
|
716
|
-
title: 'Diamond',
|
717
|
-
textElement: null,
|
718
|
-
ariaLabel: 'Diamond',
|
719
|
-
displayText: '◇'
|
720
|
-
},
|
721
|
-
triangle: {
|
722
|
-
title: 'Triangle',
|
723
|
-
textElement: null,
|
724
|
-
ariaLabel: 'triangle',
|
725
|
-
displayText: '△'
|
726
|
-
},
|
727
|
-
circledMinus: {
|
728
|
-
title: 'Circled Minus',
|
729
|
-
textElement: null,
|
730
|
-
ariaLabel: 'CirclesMinus',
|
731
|
-
displayText: '⊖'
|
732
|
-
},
|
733
|
-
multiset: {
|
734
|
-
title: 'Multiset',
|
735
|
-
textElement: null,
|
736
|
-
ariaLabel: 'Multiset',
|
737
|
-
displayText: '⊎'
|
738
|
-
},
|
739
|
-
circledTimes: {
|
740
|
-
title: 'Circled Times',
|
741
|
-
textElement: null,
|
742
|
-
ariaLabel: 'circlesTimes',
|
743
|
-
displayText: '⊗'
|
744
|
-
},
|
745
|
-
circledPlus: {
|
746
|
-
title: 'Circled Plus',
|
747
|
-
textElement: null,
|
748
|
-
ariaLabel: 'circlesPlus',
|
749
|
-
displayText: '⊕'
|
750
|
-
},
|
751
|
-
nabla: {
|
752
|
-
title: 'Nabla',
|
753
|
-
textElement: null,
|
754
|
-
ariaLabel: 'nabla',
|
755
|
-
displayText: '▽'
|
756
|
-
},
|
757
|
-
product: {
|
758
|
-
title: 'Product',
|
759
|
-
textElement: null,
|
760
|
-
ariaLabel: 'product',
|
761
|
-
displayText: '⊓'
|
762
|
-
},
|
763
|
-
triangleLeft: {
|
764
|
-
title: 'Triangle Left',
|
765
|
-
textElement: null,
|
766
|
-
ariaLabel: 'triangleLeft',
|
767
|
-
displayText: '⊲'
|
768
|
-
},
|
769
|
-
coproduct: {
|
770
|
-
title: 'Coproduct',
|
771
|
-
textElement: null,
|
772
|
-
ariaLabel: 'coproduct',
|
773
|
-
displayText: '⊔'
|
774
|
-
},
|
775
|
-
triangleRight: {
|
776
|
-
title: 'Triangle Right',
|
777
|
-
textElement: null,
|
778
|
-
ariaLabel: 'triangleRight',
|
779
|
-
displayText: '⊳'
|
780
|
-
},
|
781
|
-
circledDotOperator: {
|
782
|
-
title: 'Circled Dot Operator',
|
783
|
-
textElement: null,
|
784
|
-
ariaLabel: 'circlesDot',
|
785
|
-
displayText: '⊙'
|
786
|
-
},
|
787
|
-
circle: {
|
788
|
-
title: 'Circle',
|
789
|
-
textElement: null,
|
790
|
-
ariaLabel: 'BigCircle',
|
791
|
-
displayText: '◯'
|
792
|
-
},
|
793
|
-
dagger: {
|
794
|
-
title: 'Dagger',
|
795
|
-
textElement: null,
|
796
|
-
ariaLabel: 'Dagger',
|
797
|
-
displayText: '†'
|
798
|
-
},
|
799
|
-
dDagger: {
|
800
|
-
title: 'Ddagger',
|
801
|
-
textElement: null,
|
802
|
-
ariaLabel: 'DDagger',
|
803
|
-
displayText: '‡'
|
804
|
-
},
|
805
|
-
wreathProduct: {
|
806
|
-
title: 'Wreath Product',
|
807
|
-
textElement: null,
|
808
|
-
ariaLabel: 'WreathProduct',
|
809
|
-
displayText: '≀'
|
810
|
-
},
|
811
|
-
amalg: {
|
812
|
-
title: 'Amalg',
|
813
|
-
textElement: null,
|
814
|
-
ariaLabel: 'Amalg',
|
815
|
-
displayText: '∐'
|
816
|
-
}
|
817
|
-
}
|
818
|
-
},
|
819
|
-
|
820
|
-
relationships: {
|
821
|
-
displayName: 'Relationships',
|
822
|
-
symbols: {
|
823
|
-
lessThan: {
|
824
|
-
title: 'Less Than',
|
825
|
-
textElement: null,
|
826
|
-
ariaLabel: 'LessThan',
|
827
|
-
displayText: '<'
|
828
|
-
},
|
829
|
-
greaterThan: {
|
830
|
-
title: 'Greater Than',
|
831
|
-
textElement: null,
|
832
|
-
ariaLabel: 'GreaterThan',
|
833
|
-
displayText: '>'
|
834
|
-
},
|
835
|
-
equivalance: {
|
836
|
-
title: 'Equivalence',
|
837
|
-
textElement: null,
|
838
|
-
ariaLabel: 'Equivalance',
|
839
|
-
displayText: '≡'
|
840
|
-
},
|
841
|
-
congruentTo: {
|
842
|
-
title: 'Congruent To',
|
843
|
-
textElement: null,
|
844
|
-
ariaLabel: 'CongruentTo',
|
845
|
-
displayText: '≅'
|
846
|
-
},
|
847
|
-
similarTo: {
|
848
|
-
title: 'Similar To',
|
849
|
-
textElement: null,
|
850
|
-
ariaLabel: 'SimilarTo',
|
851
|
-
displayText: '~'
|
852
|
-
},
|
853
|
-
notMemberOf: {
|
854
|
-
title: 'Not Member Of',
|
855
|
-
textElement: null,
|
856
|
-
ariaLabel: 'NotMemberOf',
|
857
|
-
displayText: '∉'
|
858
|
-
},
|
859
|
-
notEqualTo: {
|
860
|
-
title: 'Not Equal To',
|
861
|
-
textElement: null,
|
862
|
-
ariaLabel: 'NotEqualTo',
|
863
|
-
displayText: '≠'
|
864
|
-
},
|
865
|
-
propTo: {
|
866
|
-
title: 'Proportionate To',
|
867
|
-
textElement: null,
|
868
|
-
ariaLabel: 'proportionateTo',
|
869
|
-
displayText: '∝'
|
870
|
-
},
|
871
|
-
approxEqualTo: {
|
872
|
-
title: 'Approx. Equal To',
|
873
|
-
textElement: null,
|
874
|
-
ariaLabel: 'ApproxEqualTo',
|
875
|
-
displayText: '≈'
|
876
|
-
},
|
877
|
-
lessThanEqual: {
|
878
|
-
title: 'Less Than Or Equal To',
|
879
|
-
textElement: null,
|
880
|
-
ariaLabel: 'LessThanEqual',
|
881
|
-
displayText: '≤'
|
882
|
-
},
|
883
|
-
greaterThanEqual: {
|
884
|
-
title: 'Greater Than Or Equal To',
|
885
|
-
textElement: null,
|
886
|
-
ariaLabel: 'GreaterThanEqual',
|
887
|
-
displayText: '≥'
|
888
|
-
},
|
889
|
-
memberOf: {
|
890
|
-
title: 'Member Of',
|
450
|
+
muchLessThan: {
|
451
|
+
title: 'Much Less Than',
|
891
452
|
textElement: null,
|
892
|
-
ariaLabel: '
|
893
|
-
displayText: '
|
453
|
+
ariaLabel: 'MuchLessThan',
|
454
|
+
displayText: '≪'
|
894
455
|
},
|
895
|
-
|
896
|
-
title: '
|
456
|
+
muchGreaterThan: {
|
457
|
+
title: 'Much Greater Than',
|
897
458
|
textElement: null,
|
898
|
-
ariaLabel: '
|
899
|
-
displayText: '
|
459
|
+
ariaLabel: 'MuchGreaterThan',
|
460
|
+
displayText: '≫'
|
900
461
|
},
|
901
|
-
|
902
|
-
title: '
|
462
|
+
percent: {
|
463
|
+
title: 'Percentage',
|
903
464
|
textElement: null,
|
904
|
-
ariaLabel: '
|
905
|
-
displayText: '
|
465
|
+
ariaLabel: 'Percentage',
|
466
|
+
displayText: '%'
|
906
467
|
},
|
907
|
-
|
908
|
-
title: '
|
468
|
+
absoluteValue: {
|
469
|
+
title: 'Absolute Value',
|
909
470
|
textElement: null,
|
910
|
-
ariaLabel: '
|
911
|
-
displayText: '
|
471
|
+
ariaLabel: 'AbsoluteValue',
|
472
|
+
displayText: '||'
|
912
473
|
},
|
913
|
-
|
914
|
-
title: '
|
474
|
+
therefore: {
|
475
|
+
title: 'Therefore',
|
915
476
|
textElement: null,
|
916
|
-
ariaLabel: '
|
917
|
-
displayText: '
|
477
|
+
ariaLabel: 'Therefore',
|
478
|
+
displayText: '∴'
|
918
479
|
},
|
919
|
-
|
920
|
-
title: '
|
480
|
+
infinity: {
|
481
|
+
title: 'Infinity',
|
921
482
|
textElement: null,
|
922
|
-
ariaLabel: '
|
923
|
-
displayText: '
|
483
|
+
ariaLabel: 'Infinity',
|
484
|
+
displayText: '∞'
|
924
485
|
},
|
925
|
-
|
926
|
-
title: '
|
486
|
+
colonRatio: {
|
487
|
+
title: 'Colon/Ratio',
|
927
488
|
textElement: null,
|
928
|
-
ariaLabel: '
|
929
|
-
displayText: '
|
930
|
-
}
|
931
|
-
|
932
|
-
|
489
|
+
ariaLabel: 'ColonRation',
|
490
|
+
displayText: ':'
|
491
|
+
}
|
492
|
+
}
|
493
|
+
},
|
494
|
+
|
495
|
+
algebra: {
|
496
|
+
displayName: 'Algebra',
|
497
|
+
symbols: {
|
498
|
+
x: {
|
499
|
+
title: 'x Letter',
|
933
500
|
textElement: null,
|
934
|
-
ariaLabel: '
|
935
|
-
displayText: '
|
501
|
+
ariaLabel: 'X',
|
502
|
+
displayText: 'x'
|
936
503
|
},
|
937
|
-
|
938
|
-
title: '
|
504
|
+
y: {
|
505
|
+
title: 'y Letter',
|
939
506
|
textElement: null,
|
940
|
-
ariaLabel: '
|
941
|
-
displayText: '
|
507
|
+
ariaLabel: 'Y',
|
508
|
+
displayText: 'y'
|
942
509
|
},
|
943
|
-
|
944
|
-
title: '
|
945
|
-
|
946
|
-
ariaLabel: '
|
947
|
-
displayText:
|
510
|
+
sqrt: {
|
511
|
+
title: 'Square Root',
|
512
|
+
text: null,
|
513
|
+
ariaLabel: 'Sqrt',
|
514
|
+
displayText: null,
|
948
515
|
},
|
949
|
-
|
950
|
-
title: '
|
516
|
+
fraction: {
|
517
|
+
title: 'Fraction',
|
951
518
|
textElement: null,
|
952
|
-
ariaLabel: '
|
953
|
-
displayText:
|
519
|
+
ariaLabel: 'Fraction',
|
520
|
+
displayText: null,
|
954
521
|
},
|
955
|
-
|
956
|
-
title: '
|
522
|
+
mixedFraction: {
|
523
|
+
title: 'Mixed Fraction',
|
957
524
|
textElement: null,
|
958
|
-
ariaLabel: '
|
959
|
-
displayText:
|
525
|
+
ariaLabel: 'MixedFraction',
|
526
|
+
displayText: null,
|
960
527
|
},
|
961
|
-
|
962
|
-
title: '
|
528
|
+
upperExponent: {
|
529
|
+
title: 'Superscript',
|
963
530
|
textElement: null,
|
964
|
-
ariaLabel: '
|
965
|
-
displayText:
|
531
|
+
ariaLabel: 'Superscript',
|
532
|
+
displayText: null,
|
966
533
|
},
|
967
|
-
|
968
|
-
title: '
|
534
|
+
lowerExponent: {
|
535
|
+
title: 'Subscript',
|
969
536
|
textElement: null,
|
970
|
-
ariaLabel: '
|
971
|
-
displayText:
|
537
|
+
ariaLabel: 'Subscript',
|
538
|
+
displayText: null,
|
972
539
|
},
|
973
|
-
|
974
|
-
title: '
|
975
|
-
|
976
|
-
ariaLabel: '
|
977
|
-
displayText:
|
540
|
+
nSqrt: {
|
541
|
+
title: 'Nth root',
|
542
|
+
text: null,
|
543
|
+
ariaLabel: 'Nsqrt',
|
544
|
+
displayText: null,
|
978
545
|
},
|
979
|
-
|
980
|
-
title: '
|
546
|
+
plusMinus: {
|
547
|
+
title: 'Plus or minus one below the other',
|
981
548
|
textElement: null,
|
982
|
-
ariaLabel: '
|
983
|
-
displayText: '
|
549
|
+
ariaLabel: 'Plusminus',
|
550
|
+
displayText: '±',
|
984
551
|
},
|
985
|
-
|
986
|
-
title: '
|
552
|
+
absoluteValue: {
|
553
|
+
title: 'Absolute Value',
|
987
554
|
textElement: null,
|
988
|
-
ariaLabel: '
|
989
|
-
displayText: '
|
555
|
+
ariaLabel: 'AbsoluteValue',
|
556
|
+
displayText: '||'
|
990
557
|
},
|
991
|
-
|
992
|
-
title:
|
558
|
+
pi: {
|
559
|
+
title: null,
|
993
560
|
textElement: null,
|
994
|
-
ariaLabel: '
|
995
|
-
displayText: '
|
561
|
+
ariaLabel: 'Pi',
|
562
|
+
displayText: 'π'
|
996
563
|
},
|
997
|
-
|
998
|
-
title: '
|
564
|
+
infinity: {
|
565
|
+
title: 'Infinity',
|
999
566
|
textElement: null,
|
1000
|
-
ariaLabel: '
|
1001
|
-
displayText: '
|
567
|
+
ariaLabel: 'Infinity',
|
568
|
+
displayText: '∞'
|
1002
569
|
},
|
1003
|
-
|
1004
|
-
title: '
|
570
|
+
lessThan: {
|
571
|
+
title: 'Less Than',
|
1005
572
|
textElement: null,
|
1006
|
-
ariaLabel: '
|
1007
|
-
displayText: '
|
573
|
+
ariaLabel: 'LessThan',
|
574
|
+
displayText: '<',
|
1008
575
|
},
|
1009
|
-
|
1010
|
-
title: '
|
576
|
+
greaterThan: {
|
577
|
+
title: 'Greater Than',
|
1011
578
|
textElement: null,
|
1012
|
-
ariaLabel: '
|
1013
|
-
displayText: '
|
579
|
+
ariaLabel: 'GreaterThan',
|
580
|
+
displayText: '>',
|
1014
581
|
},
|
1015
|
-
|
1016
|
-
title: '
|
582
|
+
lessThanEqual: {
|
583
|
+
title: 'Less Than Or Equal To',
|
1017
584
|
textElement: null,
|
1018
|
-
ariaLabel: '
|
1019
|
-
displayText: '
|
585
|
+
ariaLabel: 'LessThanEqual',
|
586
|
+
displayText: '≤',
|
1020
587
|
},
|
1021
|
-
|
1022
|
-
title: '
|
588
|
+
greaterThanEqual: {
|
589
|
+
title: 'Greater Than Or Equal To',
|
1023
590
|
textElement: null,
|
1024
|
-
ariaLabel: '
|
1025
|
-
displayText: '
|
591
|
+
ariaLabel: 'GreaterThanEqual',
|
592
|
+
displayText: '≥',
|
1026
593
|
},
|
1027
|
-
|
1028
|
-
title: '
|
594
|
+
approxEqualTo: {
|
595
|
+
title: 'Approx. Equal To',
|
1029
596
|
textElement: null,
|
1030
|
-
ariaLabel: '
|
1031
|
-
displayText: '
|
597
|
+
ariaLabel: 'ApproxEqualTo',
|
598
|
+
displayText: '≈'
|
1032
599
|
},
|
1033
|
-
|
1034
|
-
title: '
|
600
|
+
notEqualTo: {
|
601
|
+
title: 'Not Equal To',
|
1035
602
|
textElement: null,
|
1036
|
-
ariaLabel: '
|
1037
|
-
displayText: '
|
603
|
+
ariaLabel: 'NotEqualTo',
|
604
|
+
displayText: '≠'
|
1038
605
|
},
|
1039
|
-
|
1040
|
-
title: '
|
606
|
+
groupInParathesis: {
|
607
|
+
title: 'Group In Parenthesis',
|
1041
608
|
textElement: null,
|
1042
|
-
ariaLabel: '
|
1043
|
-
displayText: '
|
609
|
+
ariaLabel: 'GroupInParathesis',
|
610
|
+
displayText: '()'
|
1044
611
|
},
|
1045
|
-
|
1046
|
-
title: '
|
612
|
+
groupInBrackets: {
|
613
|
+
title: 'Group In Brackets',
|
1047
614
|
textElement: null,
|
1048
|
-
ariaLabel: '
|
1049
|
-
displayText: '
|
1050
|
-
}
|
1051
|
-
|
1052
|
-
|
615
|
+
ariaLabel: 'GroupInBrackets',
|
616
|
+
displayText: '[]'
|
617
|
+
}
|
618
|
+
}
|
619
|
+
},
|
620
|
+
|
621
|
+
geo: {
|
622
|
+
displayName: 'Geo',
|
623
|
+
symbols: {
|
624
|
+
circle: {
|
625
|
+
title: 'Circle',
|
1053
626
|
textElement: null,
|
1054
|
-
ariaLabel: '
|
1055
|
-
displayText: '
|
627
|
+
ariaLabel: 'BigCircle',
|
628
|
+
displayText: '◯'
|
1056
629
|
},
|
1057
|
-
|
1058
|
-
title: '
|
630
|
+
square: {
|
631
|
+
title: 'Square',
|
1059
632
|
textElement: null,
|
1060
|
-
ariaLabel: '
|
1061
|
-
displayText: '
|
633
|
+
ariaLabel: 'SquareShape',
|
634
|
+
displayText: '□'
|
1062
635
|
},
|
1063
|
-
|
1064
|
-
title: '
|
636
|
+
triangle: {
|
637
|
+
title: 'Triangle',
|
1065
638
|
textElement: null,
|
1066
|
-
ariaLabel: '
|
1067
|
-
displayText: '
|
639
|
+
ariaLabel: 'Triangle',
|
640
|
+
displayText: '△'
|
1068
641
|
},
|
1069
|
-
|
1070
|
-
title: '
|
642
|
+
parallelogram: {
|
643
|
+
title: 'Parallelogram',
|
1071
644
|
textElement: null,
|
1072
|
-
ariaLabel: '
|
1073
|
-
displayText: '
|
645
|
+
ariaLabel: 'Parallelogram',
|
646
|
+
displayText: '▱'
|
1074
647
|
},
|
1075
|
-
|
1076
|
-
title: '
|
648
|
+
parallelTo: {
|
649
|
+
title: 'Parallel to',
|
1077
650
|
textElement: null,
|
1078
|
-
ariaLabel: '
|
1079
|
-
displayText: '
|
651
|
+
ariaLabel: 'ParallelTo',
|
652
|
+
displayText: '∥'
|
1080
653
|
},
|
1081
|
-
|
1082
|
-
title: '
|
654
|
+
notParallel: {
|
655
|
+
title: 'Not parallel',
|
1083
656
|
textElement: null,
|
1084
|
-
ariaLabel: '
|
1085
|
-
displayText: '
|
657
|
+
ariaLabel: 'NotParallel',
|
658
|
+
displayText: '∦'
|
1086
659
|
},
|
1087
|
-
|
1088
|
-
title: '
|
660
|
+
perpendicularTo: {
|
661
|
+
title: 'Perpendicular to',
|
1089
662
|
textElement: null,
|
1090
|
-
ariaLabel: '
|
1091
|
-
displayText: '
|
663
|
+
ariaLabel: 'PerpendicularTo',
|
664
|
+
displayText: '⊥'
|
1092
665
|
},
|
1093
|
-
|
1094
|
-
title: '
|
666
|
+
similarTo: {
|
667
|
+
title: 'Similar To',
|
1095
668
|
textElement: null,
|
1096
|
-
ariaLabel: '
|
1097
|
-
displayText: '
|
669
|
+
ariaLabel: 'SimilarTo',
|
670
|
+
displayText: '~'
|
1098
671
|
},
|
1099
|
-
|
1100
|
-
title: '
|
672
|
+
congruentTo: {
|
673
|
+
title: 'Congruent To',
|
1101
674
|
textElement: null,
|
1102
|
-
ariaLabel: '
|
1103
|
-
displayText: '
|
1104
|
-
},
|
1105
|
-
|
1106
|
-
title:
|
675
|
+
ariaLabel: 'CongruentTo',
|
676
|
+
displayText: '≅'
|
677
|
+
},
|
678
|
+
angle: {
|
679
|
+
title: null,
|
1107
680
|
textElement: null,
|
1108
|
-
ariaLabel: '
|
1109
|
-
displayText: '
|
681
|
+
ariaLabel: 'Angle',
|
682
|
+
displayText: '∠'
|
1110
683
|
},
|
1111
|
-
|
1112
|
-
title:
|
684
|
+
measureOfAngle: {
|
685
|
+
title: null,
|
1113
686
|
textElement: null,
|
1114
|
-
ariaLabel: '
|
1115
|
-
displayText: '
|
687
|
+
ariaLabel: 'MeasureOfAngle',
|
688
|
+
displayText: 'm∠'
|
1116
689
|
},
|
1117
|
-
|
1118
|
-
title: '
|
690
|
+
arc: {
|
691
|
+
title: 'Arc',
|
1119
692
|
textElement: null,
|
1120
|
-
ariaLabel: '
|
1121
|
-
displayText:
|
693
|
+
ariaLabel: 'Arc',
|
694
|
+
displayText: null
|
1122
695
|
},
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
arrows: {
|
1127
|
-
displayName: 'Arrows',
|
1128
|
-
symbols: {
|
1129
|
-
leftArrow: {
|
1130
|
-
title: 'Leftwards arrow',
|
696
|
+
underSim: {
|
697
|
+
title: 'Under Sim',
|
1131
698
|
textElement: null,
|
1132
|
-
ariaLabel: '
|
1133
|
-
displayText: '
|
699
|
+
ariaLabel: 'UnderSim',
|
700
|
+
displayText: '~'
|
1134
701
|
},
|
1135
|
-
|
1136
|
-
title: '
|
702
|
+
topLeftArrow: {
|
703
|
+
title: 'Top Left Arrow',
|
1137
704
|
textElement: null,
|
1138
|
-
ariaLabel: '
|
1139
|
-
displayText:
|
705
|
+
ariaLabel: 'TopLeftArrow',
|
706
|
+
displayText: null
|
1140
707
|
},
|
1141
|
-
|
1142
|
-
title: '
|
708
|
+
topRightArrow: {
|
709
|
+
title: 'Top Right Arrow',
|
1143
710
|
textElement: null,
|
1144
|
-
ariaLabel: '
|
1145
|
-
displayText:
|
711
|
+
ariaLabel: 'TopRightArrow',
|
712
|
+
displayText: null
|
1146
713
|
},
|
1147
|
-
|
1148
|
-
title: '
|
714
|
+
topDoubleSidedArrow: {
|
715
|
+
title: 'Top Double Sided Arrow',
|
1149
716
|
textElement: null,
|
1150
|
-
ariaLabel: '
|
1151
|
-
displayText:
|
717
|
+
ariaLabel: 'TopDoubleSidedArrow',
|
718
|
+
displayText: null
|
1152
719
|
},
|
1153
|
-
|
1154
|
-
title: '
|
720
|
+
prime: {
|
721
|
+
title: 'Prime/Arcminute',
|
1155
722
|
textElement: null,
|
1156
|
-
ariaLabel: '
|
1157
|
-
displayText: '
|
723
|
+
ariaLabel: 'Prime',
|
724
|
+
displayText: '′'
|
1158
725
|
},
|
1159
|
-
|
1160
|
-
title: '
|
726
|
+
doublePrime: {
|
727
|
+
title: 'Double Prime/Arcsecond',
|
1161
728
|
textElement: null,
|
1162
|
-
ariaLabel: '
|
1163
|
-
displayText: '
|
729
|
+
ariaLabel: 'DoublePrime',
|
730
|
+
displayText: '″'
|
1164
731
|
},
|
1165
|
-
|
1166
|
-
title: '
|
732
|
+
degree: {
|
733
|
+
title: 'Degree',
|
1167
734
|
textElement: null,
|
1168
|
-
ariaLabel: '
|
1169
|
-
displayText: '
|
735
|
+
ariaLabel: 'Degree',
|
736
|
+
displayText: '°'
|
1170
737
|
},
|
1171
|
-
|
1172
|
-
title:
|
738
|
+
pi: {
|
739
|
+
title: null,
|
1173
740
|
textElement: null,
|
1174
|
-
ariaLabel: '
|
1175
|
-
displayText: '
|
741
|
+
ariaLabel: 'Pi',
|
742
|
+
displayText: 'π'
|
1176
743
|
},
|
1177
|
-
|
1178
|
-
title: '
|
744
|
+
upperExponent: {
|
745
|
+
title: 'Superscript',
|
1179
746
|
textElement: null,
|
1180
|
-
ariaLabel: '
|
1181
|
-
displayText:
|
747
|
+
ariaLabel: 'Superscript',
|
748
|
+
displayText: null,
|
1182
749
|
},
|
1183
|
-
|
1184
|
-
title: '
|
750
|
+
topLineSegment: {
|
751
|
+
title: 'Top Line Segment',
|
1185
752
|
textElement: null,
|
1186
|
-
ariaLabel: '
|
1187
|
-
displayText:
|
753
|
+
ariaLabel: 'TopLineSegment',
|
754
|
+
displayText: null
|
1188
755
|
},
|
1189
|
-
|
1190
|
-
title: '
|
756
|
+
recurringDecimal: {
|
757
|
+
title: 'Recurring Decimal',
|
758
|
+
textElement: null,
|
759
|
+
ariaLabel: 'RecurringDecimal',
|
760
|
+
displayText: '˙'
|
761
|
+
}
|
762
|
+
}
|
763
|
+
},
|
764
|
+
|
765
|
+
compare: {
|
766
|
+
displayName: 'Compare',
|
767
|
+
symbols: {
|
768
|
+
lessThan: {
|
769
|
+
title: 'Less Than',
|
1191
770
|
textElement: null,
|
1192
|
-
ariaLabel: '
|
1193
|
-
displayText: '
|
771
|
+
ariaLabel: 'LessThan',
|
772
|
+
displayText: '<'
|
1194
773
|
},
|
1195
|
-
|
1196
|
-
title: '
|
774
|
+
greaterThan: {
|
775
|
+
title: 'Greater Than',
|
1197
776
|
textElement: null,
|
1198
|
-
ariaLabel: '
|
1199
|
-
displayText: '
|
777
|
+
ariaLabel: 'GreaterThan',
|
778
|
+
displayText: '>'
|
1200
779
|
},
|
1201
|
-
|
1202
|
-
title: '
|
780
|
+
lessThanEqual: {
|
781
|
+
title: 'Less Than Or Equal To',
|
1203
782
|
textElement: null,
|
1204
|
-
ariaLabel: '
|
1205
|
-
displayText: '
|
783
|
+
ariaLabel: 'LessThanEqual',
|
784
|
+
displayText: '≤'
|
1206
785
|
},
|
1207
|
-
|
1208
|
-
title: '
|
786
|
+
greaterThanEqual: {
|
787
|
+
title: 'Greater Than Or Equal To',
|
1209
788
|
textElement: null,
|
1210
|
-
ariaLabel: '
|
1211
|
-
displayText: '
|
789
|
+
ariaLabel: 'GreaterThanEqual',
|
790
|
+
displayText: '≥'
|
1212
791
|
},
|
1213
|
-
|
1214
|
-
title: '
|
792
|
+
approxEqualTo: {
|
793
|
+
title: 'Approx. Equal To',
|
1215
794
|
textElement: null,
|
1216
|
-
ariaLabel: '
|
1217
|
-
displayText: '
|
795
|
+
ariaLabel: 'ApproxEqualTo',
|
796
|
+
displayText: '≈'
|
1218
797
|
},
|
1219
|
-
|
1220
|
-
title: '
|
798
|
+
notEqualTo: {
|
799
|
+
title: 'Not Equal To',
|
1221
800
|
textElement: null,
|
1222
|
-
ariaLabel: '
|
1223
|
-
displayText: '
|
801
|
+
ariaLabel: 'NotEqualTo',
|
802
|
+
displayText: '≠'
|
1224
803
|
},
|
1225
|
-
|
1226
|
-
title: '
|
804
|
+
notLessThan: {
|
805
|
+
title: 'Not Less Than',
|
1227
806
|
textElement: null,
|
1228
|
-
ariaLabel: '
|
1229
|
-
displayText: '
|
807
|
+
ariaLabel: 'NotLessThan',
|
808
|
+
displayText: '≮'
|
1230
809
|
},
|
1231
|
-
|
1232
|
-
title: '
|
810
|
+
notGreaterThan: {
|
811
|
+
title: 'Not Greater Than',
|
1233
812
|
textElement: null,
|
1234
|
-
ariaLabel: '
|
1235
|
-
displayText: '
|
813
|
+
ariaLabel: 'NotGreaterThan',
|
814
|
+
displayText: '≯'
|
1236
815
|
},
|
1237
|
-
|
1238
|
-
title: '
|
816
|
+
muchLessThan: {
|
817
|
+
title: 'Much Less Than',
|
1239
818
|
textElement: null,
|
1240
|
-
ariaLabel: '
|
1241
|
-
displayText: '
|
819
|
+
ariaLabel: 'MuchLessThan',
|
820
|
+
displayText: '≪'
|
1242
821
|
},
|
1243
|
-
|
1244
|
-
title: '
|
822
|
+
muchGreaterThan: {
|
823
|
+
title: 'Much Greater Than',
|
1245
824
|
textElement: null,
|
1246
|
-
ariaLabel: '
|
1247
|
-
displayText: '
|
825
|
+
ariaLabel: 'MuchGreaterThan',
|
826
|
+
displayText: '≫'
|
1248
827
|
},
|
1249
|
-
|
1250
|
-
title: '
|
828
|
+
propTo: {
|
829
|
+
title: 'Proportionate To',
|
1251
830
|
textElement: null,
|
1252
|
-
ariaLabel: '
|
1253
|
-
displayText: '
|
831
|
+
ariaLabel: 'propto',
|
832
|
+
displayText: '∝'
|
1254
833
|
},
|
1255
|
-
|
1256
|
-
title: '
|
834
|
+
similarTo: {
|
835
|
+
title: 'Similar To',
|
1257
836
|
textElement: null,
|
1258
|
-
ariaLabel: '
|
1259
|
-
displayText: '
|
837
|
+
ariaLabel: 'SimilarTo',
|
838
|
+
displayText: '~'
|
1260
839
|
},
|
1261
|
-
|
1262
|
-
title: '
|
840
|
+
similarEqual: {
|
841
|
+
title: 'Similar Or Equal To',
|
1263
842
|
textElement: null,
|
1264
|
-
ariaLabel: '
|
1265
|
-
displayText: '
|
843
|
+
ariaLabel: 'similarequal',
|
844
|
+
displayText: '≃'
|
1266
845
|
},
|
1267
|
-
|
1268
|
-
title: '
|
846
|
+
notSimilarTo: {
|
847
|
+
title: 'Not Similar To',
|
1269
848
|
textElement: null,
|
1270
|
-
ariaLabel: '
|
1271
|
-
displayText: '
|
849
|
+
ariaLabel: 'NotSimilarTo',
|
850
|
+
displayText: '≁'
|
1272
851
|
}
|
1273
852
|
}
|
1274
853
|
},
|
1275
854
|
|
1276
|
-
|
1277
|
-
displayName: '
|
855
|
+
matrices: {
|
856
|
+
displayName: 'Matrices',
|
1278
857
|
symbols: {
|
1279
|
-
|
1280
|
-
title: '
|
858
|
+
insertRowInMatrix: {
|
859
|
+
title: 'Insert Row In Matrix',
|
1281
860
|
textElement: null,
|
1282
|
-
ariaLabel: '
|
1283
|
-
displayText:
|
861
|
+
ariaLabel: 'InsertRowInMatrix 1',
|
862
|
+
displayText: null
|
1284
863
|
},
|
1285
|
-
|
1286
|
-
title: '
|
864
|
+
insertColumnInMatrix: {
|
865
|
+
title: 'Insert Column In Matrix',
|
1287
866
|
textElement: null,
|
1288
|
-
ariaLabel: '
|
1289
|
-
displayText:
|
867
|
+
ariaLabel: 'InsertColumnInMatrix 2',
|
868
|
+
displayText: null
|
1290
869
|
},
|
1291
|
-
|
1292
|
-
title: '
|
870
|
+
twoByTwoMatrixBoundedBrackets: {
|
871
|
+
title: 'Two By Two Matrix Bounded Brackets',
|
1293
872
|
textElement: null,
|
1294
|
-
ariaLabel: '
|
1295
|
-
displayText:
|
873
|
+
ariaLabel: 'TwoByTwoMatrixBoundedBrackets 3',
|
874
|
+
displayText: null
|
1296
875
|
},
|
1297
|
-
|
1298
|
-
title: '
|
876
|
+
threeByThreeMatrixBoundedBrackets: {
|
877
|
+
title: 'Three By Three Matrix Bounded Brackets',
|
1299
878
|
textElement: null,
|
1300
|
-
ariaLabel: '
|
1301
|
-
displayText:
|
879
|
+
ariaLabel: 'ThreeByThreeMatrixBoundedBrackets 4',
|
880
|
+
displayText: null
|
1302
881
|
},
|
1303
|
-
|
1304
|
-
title: '
|
882
|
+
dotsBottom: {
|
883
|
+
title: 'Horizontal dots (baseline)',
|
1305
884
|
textElement: null,
|
1306
|
-
ariaLabel: '
|
1307
|
-
displayText: '
|
885
|
+
ariaLabel: 'DotsBottom 5',
|
886
|
+
displayText: '…'
|
1308
887
|
},
|
1309
|
-
|
1310
|
-
title: '
|
888
|
+
matrix: {
|
889
|
+
title: 'Matrix',
|
1311
890
|
textElement: null,
|
1312
|
-
ariaLabel: '
|
1313
|
-
displayText:
|
891
|
+
ariaLabel: 'Matrix 6',
|
892
|
+
displayText: null
|
1314
893
|
},
|
1315
|
-
|
1316
|
-
title: '
|
894
|
+
diagonalDots: {
|
895
|
+
title: 'Diagonal dots',
|
1317
896
|
textElement: null,
|
1318
|
-
ariaLabel: '
|
1319
|
-
displayText: '
|
897
|
+
ariaLabel: 'DiagonalDots 7',
|
898
|
+
displayText: '⋱'
|
1320
899
|
},
|
1321
|
-
|
1322
|
-
title: '
|
900
|
+
verticalDots: {
|
901
|
+
title: 'Vertical dots',
|
1323
902
|
textElement: null,
|
1324
|
-
ariaLabel: '
|
1325
|
-
displayText: '
|
903
|
+
ariaLabel: 'VerticalDots 8',
|
904
|
+
displayText: '⋮'
|
1326
905
|
},
|
1327
|
-
|
1328
|
-
title: '
|
906
|
+
superscript: {
|
907
|
+
title: 'Superscript',
|
1329
908
|
textElement: null,
|
1330
|
-
ariaLabel: '
|
1331
|
-
displayText:
|
909
|
+
ariaLabel: 'Superscript 9',
|
910
|
+
displayText: null
|
1332
911
|
},
|
1333
|
-
|
1334
|
-
title: '
|
912
|
+
subscript: {
|
913
|
+
title: 'Subscript',
|
1335
914
|
textElement: null,
|
1336
|
-
ariaLabel: '
|
1337
|
-
displayText:
|
915
|
+
ariaLabel: 'Subscript 10',
|
916
|
+
displayText: null
|
1338
917
|
},
|
1339
|
-
|
1340
|
-
title:
|
918
|
+
factorial: {
|
919
|
+
title: null,
|
1341
920
|
textElement: null,
|
1342
|
-
ariaLabel: '
|
1343
|
-
displayText:
|
921
|
+
ariaLabel: 'Factorial 11',
|
922
|
+
displayText: null
|
1344
923
|
},
|
1345
|
-
|
1346
|
-
title: '
|
924
|
+
dotMultiplier: {
|
925
|
+
title: 'Dot Multiplier',
|
1347
926
|
textElement: null,
|
1348
|
-
ariaLabel: '
|
1349
|
-
displayText: '
|
927
|
+
ariaLabel: 'DotMultiplier 12',
|
928
|
+
displayText: '·'
|
1350
929
|
},
|
1351
|
-
|
1352
|
-
title: '
|
930
|
+
matrixBoundedBraces: {
|
931
|
+
title: 'Matrix Bounded Braces',
|
1353
932
|
textElement: null,
|
1354
|
-
ariaLabel: '
|
1355
|
-
displayText:
|
933
|
+
ariaLabel: 'MatrixBoundedBraces 13',
|
934
|
+
displayText: null
|
1356
935
|
},
|
1357
|
-
|
1358
|
-
title: '
|
936
|
+
matrixBoundedVerticalLines: {
|
937
|
+
title: 'Matrix Bounded Vertical Lines',
|
1359
938
|
textElement: null,
|
1360
|
-
ariaLabel: '
|
1361
|
-
displayText:
|
939
|
+
ariaLabel: 'MatrixBoundedVerticalLines 14',
|
940
|
+
displayText: null
|
941
|
+
},
|
942
|
+
matrixBoundedDoubleVerticalLines: {
|
943
|
+
title: 'Matrix Bounded Double Vertical Lines',
|
944
|
+
textElement: null,
|
945
|
+
ariaLabel: 'MatrixBoundedDoubleVerticalLines 15',
|
946
|
+
displayText: null
|
1362
947
|
}
|
1363
948
|
}
|
1364
949
|
},
|
1365
950
|
|
1366
|
-
|
1367
|
-
displayName: '
|
951
|
+
setNotation: {
|
952
|
+
displayName: 'Set notation',
|
1368
953
|
symbols: {
|
1369
|
-
|
1370
|
-
title: '
|
1371
|
-
textElement: null,
|
1372
|
-
ariaLabel: 'ForAll',
|
1373
|
-
displayText: '∀'
|
1374
|
-
},
|
1375
|
-
dotsBottom: {
|
1376
|
-
title: 'Horizontal dots (baseline)',
|
1377
|
-
textElement: null,
|
1378
|
-
ariaLabel: 'DotsBottom',
|
1379
|
-
displayText: '…'
|
1380
|
-
},
|
1381
|
-
horizontalDots: {
|
1382
|
-
title: 'Horizontal dots (centered)',
|
1383
|
-
textElement: null,
|
1384
|
-
ariaLabel: 'DotsMiddle',
|
1385
|
-
displayText: '⋯'
|
1386
|
-
},
|
1387
|
-
verticalDots: {
|
1388
|
-
title: 'Vertical dots',
|
1389
|
-
textElement: null,
|
1390
|
-
ariaLabel: 'VerticalDots',
|
1391
|
-
displayText: '⋮'
|
1392
|
-
},
|
1393
|
-
diagonalDots: {
|
1394
|
-
title: 'Diagonal dots',
|
954
|
+
memberOf: {
|
955
|
+
title: 'Member Of',
|
1395
956
|
textElement: null,
|
1396
|
-
ariaLabel: '
|
1397
|
-
displayText: '
|
957
|
+
ariaLabel: 'MemberOf',
|
958
|
+
displayText: '∈'
|
1398
959
|
},
|
1399
|
-
|
1400
|
-
title: '
|
960
|
+
notMemberOf: {
|
961
|
+
title: 'Not Member Of',
|
1401
962
|
textElement: null,
|
1402
|
-
ariaLabel: '
|
1403
|
-
displayText: '
|
963
|
+
ariaLabel: 'NotMemberOf',
|
964
|
+
displayText: '∉'
|
1404
965
|
},
|
1405
|
-
|
1406
|
-
title: '
|
966
|
+
contains: {
|
967
|
+
title: 'Contains',
|
1407
968
|
textElement: null,
|
1408
|
-
ariaLabel: '
|
1409
|
-
displayText: '
|
969
|
+
ariaLabel: 'Contains',
|
970
|
+
displayText: '∋'
|
1410
971
|
},
|
1411
|
-
|
1412
|
-
title: '
|
972
|
+
notContain: {
|
973
|
+
title: 'Does Not Contain',
|
1413
974
|
textElement: null,
|
1414
|
-
ariaLabel: '
|
1415
|
-
displayText: '
|
975
|
+
ariaLabel: 'NotContain',
|
976
|
+
displayText: '∌'
|
1416
977
|
},
|
1417
|
-
|
1418
|
-
title: '
|
978
|
+
subset: {
|
979
|
+
title: 'Subset (Strict)',
|
1419
980
|
textElement: null,
|
1420
|
-
ariaLabel: '
|
1421
|
-
displayText: '
|
981
|
+
ariaLabel: 'Subset',
|
982
|
+
displayText: '⊂'
|
1422
983
|
},
|
1423
|
-
|
1424
|
-
title: '
|
984
|
+
superset: {
|
985
|
+
title: 'Superset (Strict)',
|
1425
986
|
textElement: null,
|
1426
|
-
ariaLabel: '
|
1427
|
-
displayText: '
|
987
|
+
ariaLabel: 'Superset',
|
988
|
+
displayText: '⊃'
|
1428
989
|
},
|
1429
|
-
|
1430
|
-
title: '
|
990
|
+
subsetEq: {
|
991
|
+
title: 'Subset',
|
1431
992
|
textElement: null,
|
1432
|
-
ariaLabel: '
|
1433
|
-
displayText: '
|
993
|
+
ariaLabel: 'SubsetEq',
|
994
|
+
displayText: '⊆'
|
1434
995
|
},
|
1435
|
-
|
1436
|
-
title: '
|
996
|
+
supersetEq: {
|
997
|
+
title: 'Superset',
|
1437
998
|
textElement: null,
|
1438
|
-
ariaLabel: '
|
1439
|
-
displayText: '
|
999
|
+
ariaLabel: 'SupersetEq',
|
1000
|
+
displayText: '⊇'
|
1440
1001
|
},
|
1441
|
-
|
1442
|
-
title: '
|
1002
|
+
notSubset: {
|
1003
|
+
title: 'Not Subset (Strict)',
|
1443
1004
|
textElement: null,
|
1444
|
-
ariaLabel: '
|
1445
|
-
displayText: '
|
1005
|
+
ariaLabel: 'NotSubset',
|
1006
|
+
displayText: '⊄'
|
1446
1007
|
},
|
1447
|
-
|
1448
|
-
title: '
|
1008
|
+
notSuperset: {
|
1009
|
+
title: 'Not Superset (Strict)',
|
1449
1010
|
textElement: null,
|
1450
|
-
ariaLabel: '
|
1451
|
-
displayText: '
|
1011
|
+
ariaLabel: 'NotSuperset',
|
1012
|
+
displayText: '⊅'
|
1452
1013
|
},
|
1453
|
-
|
1454
|
-
title: '
|
1014
|
+
emptySet: {
|
1015
|
+
title: 'Minuscule',
|
1455
1016
|
textElement: null,
|
1456
|
-
ariaLabel: '
|
1457
|
-
displayText: '
|
1017
|
+
ariaLabel: 'EmptySet',
|
1018
|
+
displayText: '∅'
|
1458
1019
|
},
|
1459
|
-
|
1460
|
-
title: '
|
1020
|
+
union: {
|
1021
|
+
title: 'Union',
|
1461
1022
|
textElement: null,
|
1462
|
-
ariaLabel: '
|
1463
|
-
displayText: '
|
1023
|
+
ariaLabel: 'Union',
|
1024
|
+
displayText: '∪'
|
1464
1025
|
},
|
1465
|
-
|
1466
|
-
title: '
|
1026
|
+
intersection: {
|
1027
|
+
title: 'Intersection',
|
1467
1028
|
textElement: null,
|
1468
|
-
ariaLabel: '
|
1469
|
-
displayText: '
|
1029
|
+
ariaLabel: 'Intersection',
|
1030
|
+
displayText: '∩'
|
1470
1031
|
},
|
1471
|
-
|
1472
|
-
title:
|
1032
|
+
factorial: {
|
1033
|
+
title: null,
|
1473
1034
|
textElement: null,
|
1474
|
-
ariaLabel: '
|
1475
|
-
displayText:
|
1035
|
+
ariaLabel: 'Factorial',
|
1036
|
+
displayText: null
|
1476
1037
|
},
|
1477
|
-
|
1478
|
-
title: '
|
1038
|
+
comma: {
|
1039
|
+
title: 'Comma',
|
1479
1040
|
textElement: null,
|
1480
|
-
ariaLabel: '
|
1481
|
-
displayText: '
|
1041
|
+
ariaLabel: 'Comma',
|
1042
|
+
displayText: ','
|
1482
1043
|
},
|
1483
|
-
|
1484
|
-
title: '
|
1044
|
+
colonRatio: {
|
1045
|
+
title: 'Colon/Ratio',
|
1485
1046
|
textElement: null,
|
1486
|
-
ariaLabel: '
|
1487
|
-
displayText: '
|
1047
|
+
ariaLabel: 'ColonRation',
|
1048
|
+
displayText: ':'
|
1488
1049
|
},
|
1489
1050
|
backSlash: {
|
1490
1051
|
title: 'Backslash',
|
@@ -1498,299 +1059,353 @@ export const equationEditorCategoriesAndSymbols = {
|
|
1498
1059
|
ariaLabel: 'ForwardSlash',
|
1499
1060
|
displayText: '/'
|
1500
1061
|
},
|
1501
|
-
|
1502
|
-
title: '
|
1062
|
+
precede: {
|
1063
|
+
title: 'Precede',
|
1503
1064
|
textElement: null,
|
1504
|
-
ariaLabel: '
|
1505
|
-
displayText: '
|
1065
|
+
ariaLabel: 'Precede',
|
1066
|
+
displayText: '≺'
|
1506
1067
|
},
|
1507
|
-
|
1508
|
-
title: '
|
1068
|
+
succeed: {
|
1069
|
+
title: 'Succeed',
|
1509
1070
|
textElement: null,
|
1510
|
-
ariaLabel: '
|
1511
|
-
displayText: '
|
1071
|
+
ariaLabel: 'Succeed',
|
1072
|
+
displayText: '≻'
|
1512
1073
|
},
|
1513
|
-
|
1514
|
-
title: '
|
1074
|
+
precedingEqual: {
|
1075
|
+
title: 'Preceding Or Equal To',
|
1515
1076
|
textElement: null,
|
1516
|
-
ariaLabel: '
|
1517
|
-
displayText: '
|
1077
|
+
ariaLabel: 'precedingequal',
|
1078
|
+
displayText: '≼'
|
1518
1079
|
},
|
1519
|
-
|
1520
|
-
title: '
|
1080
|
+
succeedingEqual: {
|
1081
|
+
title: 'Succeeding Or Equal To',
|
1521
1082
|
textElement: null,
|
1522
|
-
ariaLabel: '
|
1523
|
-
displayText: '
|
1083
|
+
ariaLabel: 'succeedingequal',
|
1084
|
+
displayText: '≽'
|
1524
1085
|
},
|
1525
|
-
|
1526
|
-
title: '
|
1086
|
+
groupInParathesis: {
|
1087
|
+
title: 'Group In Parenthesis',
|
1527
1088
|
textElement: null,
|
1528
|
-
ariaLabel: '
|
1529
|
-
displayText: '
|
1089
|
+
ariaLabel: 'GroupInParathesis',
|
1090
|
+
displayText: '()'
|
1530
1091
|
},
|
1531
|
-
|
1532
|
-
title:
|
1092
|
+
groupInBraces: {
|
1093
|
+
title: null,
|
1533
1094
|
textElement: null,
|
1534
|
-
ariaLabel: '
|
1535
|
-
displayText: '
|
1095
|
+
ariaLabel: 'GroupInBraces',
|
1096
|
+
displayText: '{}'
|
1536
1097
|
},
|
1537
|
-
|
1538
|
-
title: '
|
1098
|
+
squareRoundBrackets: {
|
1099
|
+
title: 'Square Round Brackets',
|
1539
1100
|
textElement: null,
|
1540
|
-
ariaLabel: '
|
1541
|
-
displayText: '
|
1101
|
+
ariaLabel: 'SquareRoundBrackets',
|
1102
|
+
displayText: '[)'
|
1542
1103
|
},
|
1543
|
-
|
1544
|
-
title: '
|
1104
|
+
roundSquareBrackets: {
|
1105
|
+
title: 'Round Square Brackets',
|
1106
|
+
textElement: null,
|
1107
|
+
ariaLabel: 'RoundSquareBrackets',
|
1108
|
+
displayText: '(]'
|
1109
|
+
}
|
1110
|
+
}
|
1111
|
+
},
|
1112
|
+
|
1113
|
+
trig: {
|
1114
|
+
displayName: 'Trig',
|
1115
|
+
symbols: {
|
1116
|
+
sin: {
|
1117
|
+
title: 'sin',
|
1545
1118
|
textElement: null,
|
1546
|
-
ariaLabel: '
|
1547
|
-
displayText: '
|
1119
|
+
ariaLabel: 'Sine',
|
1120
|
+
displayText: 'sin'
|
1548
1121
|
},
|
1549
|
-
|
1550
|
-
title: '
|
1122
|
+
cos: {
|
1123
|
+
title: 'cos',
|
1551
1124
|
textElement: null,
|
1552
|
-
ariaLabel: '
|
1553
|
-
displayText: '
|
1125
|
+
ariaLabel: 'CosineT',
|
1126
|
+
displayText: 'cos'
|
1554
1127
|
},
|
1555
|
-
|
1556
|
-
title: '
|
1128
|
+
tan: {
|
1129
|
+
title: 'tan',
|
1557
1130
|
textElement: null,
|
1558
|
-
ariaLabel: '
|
1559
|
-
displayText: '
|
1131
|
+
ariaLabel: 'TangentT',
|
1132
|
+
displayText: 'tan'
|
1560
1133
|
},
|
1561
|
-
|
1562
|
-
title: '
|
1134
|
+
sec: {
|
1135
|
+
title: 'sec',
|
1563
1136
|
textElement: null,
|
1564
|
-
ariaLabel: '
|
1565
|
-
displayText: '
|
1137
|
+
ariaLabel: 'Sec',
|
1138
|
+
displayText: 'sec'
|
1566
1139
|
},
|
1567
|
-
|
1568
|
-
title: '
|
1140
|
+
cosec: {
|
1141
|
+
title: 'cosec',
|
1569
1142
|
textElement: null,
|
1570
|
-
ariaLabel: '
|
1571
|
-
displayText: '
|
1143
|
+
ariaLabel: 'Cosec',
|
1144
|
+
displayText: 'cosec'
|
1572
1145
|
},
|
1573
|
-
|
1574
|
-
title: '
|
1146
|
+
cot: {
|
1147
|
+
title: 'cot',
|
1575
1148
|
textElement: null,
|
1576
|
-
ariaLabel: '
|
1577
|
-
displayText: '
|
1149
|
+
ariaLabel: 'Cot',
|
1150
|
+
displayText: 'cot'
|
1578
1151
|
},
|
1579
|
-
|
1580
|
-
title: '
|
1152
|
+
sinInverse: {
|
1153
|
+
title: 'sin inverse',
|
1581
1154
|
textElement: null,
|
1582
|
-
ariaLabel: '
|
1583
|
-
displayText: '
|
1155
|
+
ariaLabel: 'SinInverse',
|
1156
|
+
displayText: 'sin−1'
|
1157
|
+
},
|
1158
|
+
cosInverse: {
|
1159
|
+
title: 'cos inverse',
|
1160
|
+
textElement: null,
|
1161
|
+
ariaLabel: 'CosInverse',
|
1162
|
+
displayText: 'cos−1'
|
1163
|
+
},
|
1164
|
+
TanInverse: {
|
1165
|
+
title: 'tan inverse',
|
1166
|
+
textElement: null,
|
1167
|
+
ariaLabel: 'TanInverse',
|
1168
|
+
displayText: 'tan−1'
|
1169
|
+
},
|
1170
|
+
secInverse: {
|
1171
|
+
title: 'sec inverse',
|
1172
|
+
textElement: null,
|
1173
|
+
ariaLabel: 'SecInverse',
|
1174
|
+
displayText: 'sec−1'
|
1175
|
+
},
|
1176
|
+
cosecInverse: {
|
1177
|
+
title: 'cosec inverse',
|
1178
|
+
textElement: null,
|
1179
|
+
ariaLabel: 'CosecInverse',
|
1180
|
+
displayText: 'csc−1'
|
1181
|
+
},
|
1182
|
+
cotInverse: {
|
1183
|
+
title: 'cot inverse',
|
1184
|
+
textElement: null,
|
1185
|
+
ariaLabel: 'CotInverse',
|
1186
|
+
displayText: 'cot−1'
|
1584
1187
|
}
|
1585
1188
|
}
|
1586
1189
|
},
|
1587
1190
|
|
1588
|
-
|
1589
|
-
displayName: '
|
1191
|
+
greek: {
|
1192
|
+
displayName: 'Greek symbols',
|
1590
1193
|
symbols: {
|
1591
|
-
|
1592
|
-
title: '
|
1194
|
+
alpha: {
|
1195
|
+
title: 'Alpha',
|
1593
1196
|
textElement: null,
|
1594
|
-
ariaLabel: '
|
1595
|
-
displayText:
|
1197
|
+
ariaLabel: 'Alpha',
|
1198
|
+
displayText: 'α',
|
1596
1199
|
},
|
1597
|
-
|
1598
|
-
title: '
|
1200
|
+
beta: {
|
1201
|
+
title: 'Beta',
|
1599
1202
|
textElement: null,
|
1600
|
-
ariaLabel: '
|
1601
|
-
displayText:
|
1203
|
+
ariaLabel: 'Beta',
|
1204
|
+
displayText: 'β'
|
1602
1205
|
},
|
1603
|
-
|
1604
|
-
title: '
|
1206
|
+
gamma: {
|
1207
|
+
title: 'Gamma',
|
1605
1208
|
textElement: null,
|
1606
|
-
ariaLabel: '
|
1607
|
-
displayText:
|
1209
|
+
ariaLabel: 'Gamma',
|
1210
|
+
displayText: 'γ'
|
1608
1211
|
},
|
1609
|
-
|
1610
|
-
title: '
|
1212
|
+
delta: {
|
1213
|
+
title: 'Delta',
|
1611
1214
|
textElement: null,
|
1612
|
-
ariaLabel: '
|
1613
|
-
displayText:
|
1215
|
+
ariaLabel: 'Delta',
|
1216
|
+
displayText: 'δ'
|
1217
|
+
},
|
1218
|
+
varEpsilon: {
|
1219
|
+
title: 'Variant Of Epsilon',
|
1220
|
+
textElement: null,
|
1221
|
+
ariaLabel: 'VarEpsilon',
|
1222
|
+
displayText: 'ε'
|
1614
1223
|
},
|
1615
|
-
|
1616
|
-
title: '
|
1224
|
+
zeta: {
|
1225
|
+
title: 'Zeta',
|
1617
1226
|
textElement: null,
|
1618
|
-
ariaLabel: '
|
1619
|
-
displayText:
|
1227
|
+
ariaLabel: 'Zeta',
|
1228
|
+
displayText: 'ζ'
|
1620
1229
|
},
|
1621
|
-
|
1622
|
-
title: '
|
1230
|
+
eta: {
|
1231
|
+
title: 'Eta',
|
1623
1232
|
textElement: null,
|
1624
|
-
ariaLabel: '
|
1625
|
-
displayText:
|
1233
|
+
ariaLabel: 'Eta',
|
1234
|
+
displayText: 'η'
|
1626
1235
|
},
|
1627
|
-
|
1628
|
-
title: '
|
1236
|
+
theta: {
|
1237
|
+
title: 'Theta',
|
1629
1238
|
textElement: null,
|
1630
|
-
ariaLabel: '
|
1631
|
-
displayText:
|
1239
|
+
ariaLabel: 'Theta',
|
1240
|
+
displayText: 'θ'
|
1632
1241
|
},
|
1633
|
-
|
1634
|
-
title: '
|
1242
|
+
iota: {
|
1243
|
+
title: 'Iota',
|
1635
1244
|
textElement: null,
|
1636
|
-
ariaLabel: '
|
1637
|
-
displayText:
|
1245
|
+
ariaLabel: 'Iota',
|
1246
|
+
displayText: 'ι'
|
1638
1247
|
},
|
1639
|
-
|
1640
|
-
title: '
|
1248
|
+
kappa: {
|
1249
|
+
title: 'Kappa',
|
1641
1250
|
textElement: null,
|
1642
|
-
ariaLabel: '
|
1643
|
-
displayText:
|
1251
|
+
ariaLabel: 'Kappa',
|
1252
|
+
displayText: 'κ'
|
1644
1253
|
},
|
1645
|
-
|
1646
|
-
title: '
|
1254
|
+
lambda: {
|
1255
|
+
title: 'Lambda',
|
1647
1256
|
textElement: null,
|
1648
|
-
ariaLabel: '
|
1649
|
-
displayText:
|
1257
|
+
ariaLabel: 'Lambda',
|
1258
|
+
displayText: 'λ'
|
1650
1259
|
},
|
1651
|
-
|
1652
|
-
title: '
|
1260
|
+
mu: {
|
1261
|
+
title: 'Mu',
|
1653
1262
|
textElement: null,
|
1654
|
-
ariaLabel: '
|
1655
|
-
displayText:
|
1263
|
+
ariaLabel: 'Mu',
|
1264
|
+
displayText: 'μ'
|
1265
|
+
},
|
1266
|
+
nu: {
|
1267
|
+
title: 'Nu',
|
1268
|
+
textElement: null,
|
1269
|
+
ariaLabel: 'Nu',
|
1270
|
+
displayText: 'ν'
|
1271
|
+
},
|
1272
|
+
xi: {
|
1273
|
+
title: 'Xi',
|
1274
|
+
textElement: null,
|
1275
|
+
ariaLabel: 'Xi',
|
1276
|
+
displayText: 'ξ'
|
1277
|
+
},
|
1278
|
+
pi: {
|
1279
|
+
title: null,
|
1280
|
+
textElement: null,
|
1281
|
+
ariaLabel: 'Pi',
|
1282
|
+
displayText: 'π'
|
1656
1283
|
},
|
1657
|
-
|
1658
|
-
title: '
|
1284
|
+
rho: {
|
1285
|
+
title: 'Rho',
|
1659
1286
|
textElement: null,
|
1660
|
-
ariaLabel: '
|
1661
|
-
displayText:
|
1287
|
+
ariaLabel: 'Rho',
|
1288
|
+
displayText: 'ρ'
|
1662
1289
|
},
|
1663
|
-
|
1664
|
-
title: '
|
1290
|
+
sigma: {
|
1291
|
+
title: 'Sigma',
|
1665
1292
|
textElement: null,
|
1666
|
-
ariaLabel: '
|
1667
|
-
displayText:
|
1293
|
+
ariaLabel: 'Sigma',
|
1294
|
+
displayText: 'σ'
|
1668
1295
|
},
|
1669
|
-
|
1670
|
-
title: '
|
1296
|
+
tau: {
|
1297
|
+
title: 'Tau',
|
1671
1298
|
textElement: null,
|
1672
|
-
ariaLabel: '
|
1673
|
-
displayText: '
|
1299
|
+
ariaLabel: 'Tau',
|
1300
|
+
displayText: 'τ'
|
1674
1301
|
},
|
1675
|
-
|
1676
|
-
title: '
|
1302
|
+
upsilon: {
|
1303
|
+
title: 'Upsilon',
|
1677
1304
|
textElement: null,
|
1678
|
-
ariaLabel: '
|
1679
|
-
displayText: '
|
1305
|
+
ariaLabel: 'Upsilon',
|
1306
|
+
displayText: 'υ'
|
1680
1307
|
},
|
1681
|
-
|
1682
|
-
title: '
|
1308
|
+
phi: {
|
1309
|
+
title: 'Phi',
|
1683
1310
|
textElement: null,
|
1684
|
-
ariaLabel: '
|
1685
|
-
displayText: '
|
1311
|
+
ariaLabel: 'Phi',
|
1312
|
+
displayText: 'ϕ'
|
1686
1313
|
},
|
1687
|
-
|
1688
|
-
title: '
|
1689
|
-
textElement: null,
|
1690
|
-
ariaLabel: 'DiagonalDots',
|
1691
|
-
displayText: '⋱'
|
1692
|
-
}
|
1693
|
-
}
|
1694
|
-
},
|
1695
|
-
|
1696
|
-
trigonometry: {
|
1697
|
-
displayName: 'Trigonometric functions',
|
1698
|
-
symbols: {
|
1699
|
-
sin: {
|
1700
|
-
title: 'sin',
|
1314
|
+
chi: {
|
1315
|
+
title: 'Chi',
|
1701
1316
|
textElement: null,
|
1702
|
-
ariaLabel: '
|
1703
|
-
displayText: '
|
1317
|
+
ariaLabel: 'Chi',
|
1318
|
+
displayText: 'χ'
|
1704
1319
|
},
|
1705
|
-
|
1706
|
-
title: '
|
1320
|
+
psi: {
|
1321
|
+
title: 'Psi',
|
1707
1322
|
textElement: null,
|
1708
|
-
ariaLabel: '
|
1709
|
-
displayText: '
|
1323
|
+
ariaLabel: 'Psi',
|
1324
|
+
displayText: 'ψ'
|
1710
1325
|
},
|
1711
|
-
|
1712
|
-
title: '
|
1326
|
+
omega: {
|
1327
|
+
title: 'Omega',
|
1713
1328
|
textElement: null,
|
1714
|
-
ariaLabel: '
|
1715
|
-
displayText: '
|
1329
|
+
ariaLabel: 'Omega',
|
1330
|
+
displayText: 'ω'
|
1716
1331
|
},
|
1717
|
-
|
1718
|
-
title: '
|
1332
|
+
diGamma: {
|
1333
|
+
title: 'Digamma',
|
1719
1334
|
textElement: null,
|
1720
|
-
ariaLabel: '
|
1721
|
-
displayText: '
|
1335
|
+
ariaLabel: 'DiGamma',
|
1336
|
+
displayText: 'ϝ'
|
1722
1337
|
},
|
1723
|
-
|
1724
|
-
title: '
|
1338
|
+
gammaUpper: {
|
1339
|
+
title: 'Gamma Upper',
|
1725
1340
|
textElement: null,
|
1726
|
-
ariaLabel: '
|
1727
|
-
displayText: '
|
1341
|
+
ariaLabel: 'GammaUpper',
|
1342
|
+
displayText: 'Γ'
|
1728
1343
|
},
|
1729
|
-
|
1730
|
-
title: '
|
1344
|
+
deltaUpper: {
|
1345
|
+
title: 'Delta Upper',
|
1731
1346
|
textElement: null,
|
1732
|
-
ariaLabel: '
|
1733
|
-
displayText: '
|
1347
|
+
ariaLabel: 'DeltaUpper',
|
1348
|
+
displayText: 'Δ'
|
1734
1349
|
},
|
1735
|
-
|
1736
|
-
title: '
|
1350
|
+
thetaUpper: {
|
1351
|
+
title: 'Theta Uppercase',
|
1737
1352
|
textElement: null,
|
1738
|
-
ariaLabel: '
|
1739
|
-
displayText: '
|
1353
|
+
ariaLabel: 'ThetaUpper',
|
1354
|
+
displayText: 'Θ'
|
1740
1355
|
},
|
1741
|
-
|
1742
|
-
title: '
|
1356
|
+
lambdaUpper: {
|
1357
|
+
title: 'Lambda Upper',
|
1743
1358
|
textElement: null,
|
1744
|
-
ariaLabel: '
|
1745
|
-
displayText: '
|
1359
|
+
ariaLabel: 'LambdaUpper',
|
1360
|
+
displayText: 'Λ'
|
1746
1361
|
},
|
1747
|
-
|
1748
|
-
title: '
|
1362
|
+
xiUpper: {
|
1363
|
+
title: 'Xi Upper',
|
1749
1364
|
textElement: null,
|
1750
|
-
ariaLabel: '
|
1751
|
-
displayText: '
|
1365
|
+
ariaLabel: 'XiUpper',
|
1366
|
+
displayText: 'Ξ'
|
1752
1367
|
},
|
1753
|
-
|
1754
|
-
title: '
|
1368
|
+
piUpper: {
|
1369
|
+
title: 'Pi Upper',
|
1755
1370
|
textElement: null,
|
1756
|
-
ariaLabel: '
|
1757
|
-
displayText: '
|
1371
|
+
ariaLabel: 'PiUpper',
|
1372
|
+
displayText: 'Π'
|
1758
1373
|
},
|
1759
|
-
|
1760
|
-
title: '
|
1374
|
+
sigmaUpper: {
|
1375
|
+
title: 'Sigma Upper',
|
1761
1376
|
textElement: null,
|
1762
|
-
ariaLabel: '
|
1763
|
-
displayText: '
|
1377
|
+
ariaLabel: 'SigmaUpper',
|
1378
|
+
displayText: 'Σ'
|
1764
1379
|
},
|
1765
|
-
|
1766
|
-
title: '
|
1380
|
+
upsilonUpper: {
|
1381
|
+
title: 'Upsilon Upper',
|
1767
1382
|
textElement: null,
|
1768
|
-
ariaLabel: '
|
1769
|
-
displayText: '
|
1383
|
+
ariaLabel: 'UpsilonUpper',
|
1384
|
+
displayText: 'ϒ'
|
1770
1385
|
},
|
1771
|
-
|
1772
|
-
title: '
|
1386
|
+
phiUpper: {
|
1387
|
+
title: 'Phi Upper',
|
1773
1388
|
textElement: null,
|
1774
|
-
ariaLabel: '
|
1775
|
-
displayText: '
|
1389
|
+
ariaLabel: 'PhiUpper',
|
1390
|
+
displayText: 'Φ'
|
1776
1391
|
},
|
1777
|
-
|
1778
|
-
title: '
|
1392
|
+
psiUpper: {
|
1393
|
+
title: 'Psi Upper',
|
1779
1394
|
textElement: null,
|
1780
|
-
ariaLabel: '
|
1781
|
-
displayText: '
|
1395
|
+
ariaLabel: 'PsiUpper',
|
1396
|
+
displayText: 'Ψ'
|
1782
1397
|
},
|
1783
|
-
|
1784
|
-
title: '
|
1398
|
+
omegaUpper: {
|
1399
|
+
title: 'Omega Upper',
|
1785
1400
|
textElement: null,
|
1786
|
-
ariaLabel: '
|
1787
|
-
displayText: '
|
1401
|
+
ariaLabel: 'OmegaUpper',
|
1402
|
+
displayText: 'Ω'
|
1788
1403
|
}
|
1789
1404
|
}
|
1790
1405
|
},
|
1791
1406
|
|
1792
|
-
|
1793
|
-
displayName: '
|
1407
|
+
measurement: {
|
1408
|
+
displayName: 'Measurement',
|
1794
1409
|
symbols: {
|
1795
1410
|
gram: {
|
1796
1411
|
title: 'Gram',
|
@@ -1822,12 +1437,6 @@ export const equationEditorCategoriesAndSymbols = {
|
|
1822
1437
|
ariaLabel: 'Kilogram',
|
1823
1438
|
displayText: 'kg'
|
1824
1439
|
},
|
1825
|
-
centigram: {
|
1826
|
-
title: 'Centigram',
|
1827
|
-
textElement: null,
|
1828
|
-
ariaLabel: 'Centigram',
|
1829
|
-
displayText: 'cg'
|
1830
|
-
},
|
1831
1440
|
milligram: {
|
1832
1441
|
title: 'Milligram',
|
1833
1442
|
textElement: null,
|
@@ -1840,12 +1449,6 @@ export const equationEditorCategoriesAndSymbols = {
|
|
1840
1449
|
ariaLabel: 'Microgram',
|
1841
1450
|
displayText: 'µg'
|
1842
1451
|
},
|
1843
|
-
nanogram: {
|
1844
|
-
title: 'Nanogram',
|
1845
|
-
textElement: null,
|
1846
|
-
ariaLabel: 'Nanogram',
|
1847
|
-
displayText: 'ng'
|
1848
|
-
},
|
1849
1452
|
kilometer: {
|
1850
1453
|
title: 'Kilometer',
|
1851
1454
|
textElement: null,
|
@@ -1864,60 +1467,18 @@ export const equationEditorCategoriesAndSymbols = {
|
|
1864
1467
|
ariaLabel: 'Millimeter',
|
1865
1468
|
displayText: 'mm'
|
1866
1469
|
},
|
1867
|
-
micrometer: {
|
1868
|
-
title: 'Micrometer',
|
1869
|
-
textElement: null,
|
1870
|
-
ariaLabel: 'Micrometer',
|
1871
|
-
displayText: 'µm'
|
1872
|
-
},
|
1873
|
-
nanometer: {
|
1874
|
-
title: 'Nanometer',
|
1875
|
-
textElement: null,
|
1876
|
-
ariaLabel: 'Nanometer',
|
1877
|
-
displayText: 'nm'
|
1878
|
-
},
|
1879
1470
|
millilitre: {
|
1880
1471
|
title: 'Millilitre',
|
1881
1472
|
textElement: null,
|
1882
1473
|
ariaLabel: 'Millilitre',
|
1883
1474
|
displayText: 'mL'
|
1884
1475
|
},
|
1885
|
-
microlitre: {
|
1886
|
-
title: 'Microlitre',
|
1887
|
-
textElement: null,
|
1888
|
-
ariaLabel: 'Microlitre',
|
1889
|
-
displayText: 'µL'
|
1890
|
-
},
|
1891
|
-
kilosecond: {
|
1892
|
-
title: 'Kilosecond',
|
1893
|
-
textElement: null,
|
1894
|
-
ariaLabel: 'Kilosecond',
|
1895
|
-
displayText: 'ks'
|
1896
|
-
},
|
1897
|
-
centisecond: {
|
1898
|
-
title: 'Centisecond',
|
1899
|
-
textElement: null,
|
1900
|
-
ariaLabel: 'Centisecond',
|
1901
|
-
displayText: 'cs'
|
1902
|
-
},
|
1903
1476
|
millisecond: {
|
1904
1477
|
title: 'Millisecond',
|
1905
1478
|
textElement: null,
|
1906
1479
|
ariaLabel: 'Millisecond',
|
1907
1480
|
displayText: 'ms'
|
1908
1481
|
},
|
1909
|
-
microsecond: {
|
1910
|
-
title: 'Microsecond',
|
1911
|
-
textElement: null,
|
1912
|
-
ariaLabel: 'Microsecond',
|
1913
|
-
displayText: 'µs'
|
1914
|
-
},
|
1915
|
-
nanosecond: {
|
1916
|
-
title: 'Nanosecond',
|
1917
|
-
textElement: null,
|
1918
|
-
ariaLabel: 'Nanosecond',
|
1919
|
-
displayText: 'ns'
|
1920
|
-
},
|
1921
1482
|
ounce: {
|
1922
1483
|
title: 'Ounce',
|
1923
1484
|
textElement: null,
|
@@ -1939,111 +1500,177 @@ export const equationEditorCategoriesAndSymbols = {
|
|
1939
1500
|
foot: {
|
1940
1501
|
title: 'Foot',
|
1941
1502
|
textElement: null,
|
1942
|
-
ariaLabel: 'Foot',
|
1943
|
-
displayText: 'ft'
|
1503
|
+
ariaLabel: 'Foot',
|
1504
|
+
displayText: 'ft'
|
1505
|
+
},
|
1506
|
+
mile: {
|
1507
|
+
title: 'Mile',
|
1508
|
+
textElement: null,
|
1509
|
+
ariaLabel: 'Mile',
|
1510
|
+
displayText: 'mi'
|
1511
|
+
},
|
1512
|
+
fluidOunce: {
|
1513
|
+
title: 'Fluid Ounce',
|
1514
|
+
textElement: null,
|
1515
|
+
ariaLabel: 'FluidOunce',
|
1516
|
+
displayText: 'fl oz'
|
1517
|
+
},
|
1518
|
+
pint: {
|
1519
|
+
title: 'Pint',
|
1520
|
+
textElement: null,
|
1521
|
+
ariaLabel: 'Pint',
|
1522
|
+
displayText: 'pt'
|
1523
|
+
},
|
1524
|
+
gallon: {
|
1525
|
+
title: 'Gallon',
|
1526
|
+
textElement: null,
|
1527
|
+
ariaLabel: 'Gallon',
|
1528
|
+
displayText: 'gal'
|
1529
|
+
}
|
1530
|
+
}
|
1531
|
+
},
|
1532
|
+
|
1533
|
+
delimiters: {
|
1534
|
+
displayName: 'Delimiters',
|
1535
|
+
symbols: {
|
1536
|
+
lFloor: {
|
1537
|
+
title: 'L-Floor',
|
1538
|
+
textElement: null,
|
1539
|
+
ariaLabel: 'LFloor',
|
1540
|
+
displayText: '⌊'
|
1541
|
+
},
|
1542
|
+
rFloor: {
|
1543
|
+
title: 'R-Floor',
|
1544
|
+
textElement: null,
|
1545
|
+
ariaLabel: 'RFloor',
|
1546
|
+
displayText: '⌋'
|
1547
|
+
},
|
1548
|
+
lCeil: {
|
1549
|
+
title: 'L-Ceil',
|
1550
|
+
textElement: null,
|
1551
|
+
ariaLabel: 'LCeil',
|
1552
|
+
displayText: '⌈'
|
1553
|
+
},
|
1554
|
+
rCeil: {
|
1555
|
+
title: 'R-Ceil',
|
1556
|
+
textElement: null,
|
1557
|
+
ariaLabel: 'RCeil',
|
1558
|
+
displayText: '⌉'
|
1559
|
+
},
|
1560
|
+
and: {
|
1561
|
+
title: 'Logical And',
|
1562
|
+
textElement: null,
|
1563
|
+
ariaLabel: 'Wedge',
|
1564
|
+
displayText: '∧'
|
1565
|
+
},
|
1566
|
+
or: {
|
1567
|
+
title: 'Logical Or',
|
1568
|
+
textElement: null,
|
1569
|
+
ariaLabel: 'Vee',
|
1570
|
+
displayText: '∨'
|
1571
|
+
},
|
1572
|
+
equivalance: {
|
1573
|
+
title: 'Equivalence',
|
1574
|
+
textElement: null,
|
1575
|
+
ariaLabel: 'Equivalance',
|
1576
|
+
displayText: '≡'
|
1577
|
+
},
|
1578
|
+
not: {
|
1579
|
+
title: 'Logical Not',
|
1580
|
+
textElement: null,
|
1581
|
+
ariaLabel: 'LogicalNot',
|
1582
|
+
displayText: '¬'
|
1583
|
+
},
|
1584
|
+
existentialQuantifier: {
|
1585
|
+
title: 'Existential Quantifier',
|
1586
|
+
textElement: null,
|
1587
|
+
ariaLabel: 'ExistentialQuantifier',
|
1588
|
+
displayText: '∃'
|
1589
|
+
},
|
1590
|
+
forAll: {
|
1591
|
+
title: 'For-All',
|
1592
|
+
textElement: null,
|
1593
|
+
ariaLabel: 'ForAll',
|
1594
|
+
displayText: '∀'
|
1595
|
+
},
|
1596
|
+
circledPlus: {
|
1597
|
+
title: 'Circled Plus',
|
1598
|
+
textElement: null,
|
1599
|
+
ariaLabel: 'Oplus',
|
1600
|
+
displayText: '⊕'
|
1601
|
+
},
|
1602
|
+
upwardsArrow: {
|
1603
|
+
title: 'Upwards Arrow',
|
1604
|
+
textElement: null,
|
1605
|
+
ariaLabel: 'UpwardsArrow',
|
1606
|
+
displayText: '↑'
|
1607
|
+
},
|
1608
|
+
openCurlBracket: {
|
1609
|
+
title: 'Left curly bracket',
|
1610
|
+
textElement: null,
|
1611
|
+
ariaLabel: 'OpenCurlBracket',
|
1612
|
+
displayText: '{'
|
1613
|
+
},
|
1614
|
+
closedCurlBracket: {
|
1615
|
+
title: 'Right curly bracket',
|
1616
|
+
textElement: null,
|
1617
|
+
ariaLabel: 'ClosedCurlBracket',
|
1618
|
+
displayText: '}'
|
1944
1619
|
},
|
1945
|
-
|
1946
|
-
title: '
|
1620
|
+
groupInParathesis: {
|
1621
|
+
title: 'Group In Parenthesis',
|
1947
1622
|
textElement: null,
|
1948
|
-
ariaLabel: '
|
1949
|
-
displayText: '
|
1623
|
+
ariaLabel: 'GroupInParathesis',
|
1624
|
+
displayText: '()'
|
1950
1625
|
},
|
1951
|
-
|
1952
|
-
title: '
|
1626
|
+
groupInBrackets: {
|
1627
|
+
title: 'Group In Brackets',
|
1953
1628
|
textElement: null,
|
1954
|
-
ariaLabel: '
|
1955
|
-
displayText: '
|
1629
|
+
ariaLabel: 'GroupInBrackets',
|
1630
|
+
displayText: '[]'
|
1956
1631
|
},
|
1957
|
-
|
1958
|
-
title:
|
1632
|
+
angleBracket: {
|
1633
|
+
title: null,
|
1959
1634
|
textElement: null,
|
1960
|
-
ariaLabel: '
|
1961
|
-
displayText: '
|
1635
|
+
ariaLabel: 'AngleBracket',
|
1636
|
+
displayText: '⟨⟩'
|
1962
1637
|
},
|
1963
|
-
|
1964
|
-
title:
|
1638
|
+
groupInBraces: {
|
1639
|
+
title: null,
|
1965
1640
|
textElement: null,
|
1966
|
-
ariaLabel: '
|
1967
|
-
displayText: '
|
1641
|
+
ariaLabel: 'GroupInBraces',
|
1642
|
+
displayText: '{}'
|
1968
1643
|
},
|
1969
|
-
|
1970
|
-
title: '
|
1644
|
+
singleSquareOpen: {
|
1645
|
+
title: 'Single square open',
|
1971
1646
|
textElement: null,
|
1972
|
-
ariaLabel: '
|
1973
|
-
displayText: '
|
1647
|
+
ariaLabel: 'SingleSquareOpen',
|
1648
|
+
displayText: '['
|
1974
1649
|
},
|
1975
|
-
|
1976
|
-
title: '
|
1650
|
+
singleSquareClose: {
|
1651
|
+
title: 'Single square close',
|
1977
1652
|
textElement: null,
|
1978
|
-
ariaLabel: '
|
1979
|
-
displayText: '
|
1653
|
+
ariaLabel: 'SingleSquareClose',
|
1654
|
+
displayText: ']'
|
1980
1655
|
}
|
1981
1656
|
}
|
1982
1657
|
},
|
1983
1658
|
|
1984
1659
|
calculus: {
|
1985
|
-
displayName: 'Calculus
|
1660
|
+
displayName: 'Calculus',
|
1986
1661
|
symbols: {
|
1987
1662
|
limit: {
|
1988
|
-
title: '
|
1663
|
+
title: 'limit X To',
|
1989
1664
|
textElement: null,
|
1990
1665
|
ariaLabel: 'LimitXTo',
|
1991
1666
|
displayText: 'limx→'
|
1992
1667
|
},
|
1993
|
-
epsilon: {
|
1994
|
-
title: 'Epsilon',
|
1995
|
-
textElement: null,
|
1996
|
-
ariaLabel: 'Epsilon',
|
1997
|
-
displayText: 'ϵ'
|
1998
|
-
},
|
1999
|
-
eulersNumber: {
|
2000
|
-
title: 'Euler\'s number',
|
2001
|
-
textElement: null,
|
2002
|
-
ariaLabel: 'EulersNumber',
|
2003
|
-
displayText: 'e'
|
2004
|
-
},
|
2005
1668
|
deltaUppercase: {
|
2006
1669
|
title: 'Delta (uppercase)',
|
2007
1670
|
textElement: null,
|
2008
1671
|
ariaLabel: 'DeltaUppercase',
|
2009
1672
|
displayText: 'Δ'
|
2010
1673
|
},
|
2011
|
-
derivative: {
|
2012
|
-
title: 'Derivative dy/dx',
|
2013
|
-
textElement: null,
|
2014
|
-
ariaLabel: 'Derivative',
|
2015
|
-
displayText: 'dydx'
|
2016
|
-
},
|
2017
|
-
secondDerivative: {
|
2018
|
-
title: 'Second derivative',
|
2019
|
-
textElement: null,
|
2020
|
-
ariaLabel: 'SecondDerivative',
|
2021
|
-
displayText: 'd2ydx2'
|
2022
|
-
},
|
2023
|
-
nDerivative: {
|
2024
|
-
title: 'nth derivative',
|
2025
|
-
textElement: null,
|
2026
|
-
ariaLabel: 'NthDerivative',
|
2027
|
-
displayText: 'dydx'
|
2028
|
-
},
|
2029
|
-
partialDerivative: {
|
2030
|
-
title: 'Partial derivative',
|
2031
|
-
textElement: null,
|
2032
|
-
ariaLabel: 'PartialDerivative',
|
2033
|
-
displayText: '∂y∂x'
|
2034
|
-
},
|
2035
|
-
timeDerivative: {
|
2036
|
-
title: 'Time derivative',
|
2037
|
-
textElement: null,
|
2038
|
-
ariaLabel: 'TimeDerivative',
|
2039
|
-
displayText: '˙y'
|
2040
|
-
},
|
2041
|
-
timeSecondDerivative: {
|
2042
|
-
title: 'Time second derivative',
|
2043
|
-
textElement: null,
|
2044
|
-
ariaLabel: 'TimeSecondDerivative',
|
2045
|
-
displayText: '˙˙y'
|
2046
|
-
},
|
2047
1674
|
integral: {
|
2048
1675
|
title: 'Integral',
|
2049
1676
|
textElement: null,
|
@@ -2051,58 +1678,28 @@ export const equationEditorCategoriesAndSymbols = {
|
|
2051
1678
|
displayText: '∫'
|
2052
1679
|
},
|
2053
1680
|
doubleIntegral: {
|
2054
|
-
title: 'Double
|
1681
|
+
title: 'Double Integral',
|
2055
1682
|
textElement: null,
|
2056
1683
|
ariaLabel: 'DoubleIntegral',
|
2057
1684
|
displayText: '∬'
|
2058
1685
|
},
|
2059
1686
|
tripleIntegral: {
|
2060
|
-
title: 'Triple
|
1687
|
+
title: 'Triple Integral',
|
2061
1688
|
textElement: null,
|
2062
1689
|
ariaLabel: 'TripleIntegral',
|
2063
1690
|
displayText: '∭'
|
2064
1691
|
},
|
2065
|
-
lineIntegral: {
|
2066
|
-
title: 'closed contour integral',
|
2067
|
-
textElement: null,
|
2068
|
-
ariaLabel: 'LineIntegral',
|
2069
|
-
displayText: '∮'
|
2070
|
-
},
|
2071
|
-
closedSurfaceIntegral: {
|
2072
|
-
title: 'Closed surface integral',
|
2073
|
-
textElement: null,
|
2074
|
-
ariaLabel: 'ClosedSurfaceIntegral',
|
2075
|
-
displayText: '∯'
|
2076
|
-
},
|
2077
|
-
closedVolumeIntegral: {
|
2078
|
-
title: 'Closed volume integral',
|
2079
|
-
textElement: null,
|
2080
|
-
ariaLabel: 'ClosedVolumeIntegral',
|
2081
|
-
displayText: '∰'
|
2082
|
-
},
|
2083
1692
|
summation: {
|
2084
1693
|
title: 'Summation',
|
2085
1694
|
textElement: null,
|
2086
1695
|
ariaLabel: 'Summation',
|
2087
1696
|
displayText: '∑'
|
2088
1697
|
},
|
2089
|
-
|
2090
|
-
title: '
|
2091
|
-
textElement: null,
|
2092
|
-
ariaLabel: 'UnderSim',
|
2093
|
-
displayText: '~'
|
2094
|
-
},
|
2095
|
-
vector: {
|
2096
|
-
title: 'Vector',
|
2097
|
-
textElement: null,
|
2098
|
-
ariaLabel: 'Vector',
|
2099
|
-
displayText: '→'
|
2100
|
-
},
|
2101
|
-
unitVector: {
|
2102
|
-
title: 'Unit vector',
|
1698
|
+
partialDerivative: {
|
1699
|
+
title: 'Partial derivative',
|
2103
1700
|
textElement: null,
|
2104
|
-
ariaLabel: '
|
2105
|
-
displayText: '
|
1701
|
+
ariaLabel: 'PartialDerivative',
|
1702
|
+
displayText: '∂y∂x'
|
2106
1703
|
},
|
2107
1704
|
nabla: {
|
2108
1705
|
title: 'Nabla',
|
@@ -2110,161 +1707,167 @@ export const equationEditorCategoriesAndSymbols = {
|
|
2110
1707
|
ariaLabel: 'Nabla',
|
2111
1708
|
displayText: '∇'
|
2112
1709
|
},
|
2113
|
-
|
2114
|
-
title:
|
1710
|
+
fraction: {
|
1711
|
+
title: null,
|
2115
1712
|
textElement: null,
|
2116
|
-
ariaLabel: '
|
2117
|
-
displayText:
|
1713
|
+
ariaLabel: 'Fraction',
|
1714
|
+
displayText: null,
|
2118
1715
|
},
|
2119
|
-
|
2120
|
-
title:
|
1716
|
+
iota: {
|
1717
|
+
title: null,
|
2121
1718
|
textElement: null,
|
2122
|
-
ariaLabel: '
|
2123
|
-
displayText: '
|
2124
|
-
}
|
2125
|
-
|
2126
|
-
|
2127
|
-
|
2128
|
-
geometry: {
|
2129
|
-
displayName: 'Geometric symbols',
|
2130
|
-
symbols: {
|
2131
|
-
circle: {
|
2132
|
-
title: 'Circle',
|
1719
|
+
ariaLabel: 'Iota',
|
1720
|
+
displayText: 'ι'
|
1721
|
+
},
|
1722
|
+
j: {
|
1723
|
+
title: 'J',
|
2133
1724
|
textElement: null,
|
2134
|
-
ariaLabel: '
|
2135
|
-
displayText: '
|
1725
|
+
ariaLabel: 'TextJ',
|
1726
|
+
displayText: 'j'
|
2136
1727
|
},
|
2137
|
-
|
2138
|
-
title: '
|
1728
|
+
k: {
|
1729
|
+
title: 'K',
|
2139
1730
|
textElement: null,
|
2140
|
-
ariaLabel: '
|
2141
|
-
displayText: '
|
1731
|
+
ariaLabel: 'TextK',
|
1732
|
+
displayText: 'k'
|
2142
1733
|
},
|
2143
|
-
|
2144
|
-
title: '
|
1734
|
+
d: {
|
1735
|
+
title: 'D',
|
2145
1736
|
textElement: null,
|
2146
|
-
ariaLabel: '
|
2147
|
-
displayText: '
|
1737
|
+
ariaLabel: 'TextD',
|
1738
|
+
displayText: 'd'
|
2148
1739
|
},
|
2149
|
-
|
2150
|
-
title: '
|
1740
|
+
f: {
|
1741
|
+
title: 'F',
|
2151
1742
|
textElement: null,
|
2152
|
-
ariaLabel: '
|
2153
|
-
displayText: '
|
1743
|
+
ariaLabel: 'TextF',
|
1744
|
+
displayText: 'f'
|
2154
1745
|
},
|
2155
|
-
|
2156
|
-
title: '
|
1746
|
+
groupInParenthesis: {
|
1747
|
+
title: 'Group In Parenthesis',
|
2157
1748
|
textElement: null,
|
2158
|
-
ariaLabel: '
|
2159
|
-
displayText: '
|
1749
|
+
ariaLabel: 'GroupInParathesis',
|
1750
|
+
displayText: '()'
|
2160
1751
|
},
|
2161
|
-
|
2162
|
-
title: '
|
1752
|
+
varEpsilon: {
|
1753
|
+
title: 'Variant Of Epsilon',
|
2163
1754
|
textElement: null,
|
2164
|
-
ariaLabel: '
|
2165
|
-
displayText: '
|
1755
|
+
ariaLabel: 'VarEpsilon',
|
1756
|
+
displayText: 'ε'
|
2166
1757
|
},
|
2167
|
-
|
2168
|
-
title: '
|
1758
|
+
eulersNumber: {
|
1759
|
+
title: 'Euler\'s number',
|
2169
1760
|
textElement: null,
|
2170
|
-
ariaLabel: '
|
2171
|
-
displayText: '
|
1761
|
+
ariaLabel: 'EulersNumber',
|
1762
|
+
displayText: 'e'
|
2172
1763
|
},
|
2173
|
-
|
2174
|
-
title: '
|
1764
|
+
lineIntegral: {
|
1765
|
+
title: 'Line Integral',
|
2175
1766
|
textElement: null,
|
2176
|
-
ariaLabel: '
|
2177
|
-
displayText: '
|
1767
|
+
ariaLabel: 'LineIntegral',
|
1768
|
+
displayText: '∮'
|
2178
1769
|
},
|
2179
|
-
|
2180
|
-
title: '
|
1770
|
+
closedSurfaceIntegral: {
|
1771
|
+
title: 'Closed Surface Integral',
|
2181
1772
|
textElement: null,
|
2182
|
-
ariaLabel: '
|
2183
|
-
displayText: '
|
1773
|
+
ariaLabel: 'ClosedSurfaceIntegral',
|
1774
|
+
displayText: '∯'
|
2184
1775
|
},
|
2185
|
-
|
2186
|
-
title: '
|
1776
|
+
closedVolumeIntegral: {
|
1777
|
+
title: 'Closed Volume Integral',
|
2187
1778
|
textElement: null,
|
2188
|
-
ariaLabel: '
|
2189
|
-
displayText: '
|
1779
|
+
ariaLabel: 'ClosedVolumeIntegral',
|
1780
|
+
displayText: '∰'
|
1781
|
+
}
|
1782
|
+
}
|
1783
|
+
},
|
1784
|
+
|
1785
|
+
otherSymbols: {
|
1786
|
+
displayName: 'Other symbols',
|
1787
|
+
symbols: {
|
1788
|
+
longDivision: {
|
1789
|
+
title: 'Long Division',
|
1790
|
+
textElement: null,
|
1791
|
+
ariaLabel: 'LongDivision',
|
1792
|
+
displayText: null,
|
2190
1793
|
},
|
2191
|
-
|
2192
|
-
title: '
|
1794
|
+
letterR: {
|
1795
|
+
title: 'R',
|
2193
1796
|
textElement: null,
|
2194
|
-
ariaLabel: '
|
2195
|
-
displayText: '
|
1797
|
+
ariaLabel: 'LetterR',
|
1798
|
+
displayText: 'ℝ'
|
2196
1799
|
},
|
2197
|
-
|
2198
|
-
title: '
|
1800
|
+
vert: {
|
1801
|
+
title: 'Mid',
|
2199
1802
|
textElement: null,
|
2200
|
-
ariaLabel: '
|
2201
|
-
displayText: '
|
1803
|
+
ariaLabel: 'Vert',
|
1804
|
+
displayText: '|'
|
2202
1805
|
},
|
2203
|
-
|
2204
|
-
title: '
|
1806
|
+
propTo: {
|
1807
|
+
title: 'Proportionate To',
|
2205
1808
|
textElement: null,
|
2206
|
-
ariaLabel: '
|
2207
|
-
displayText: '
|
1809
|
+
ariaLabel: 'propTo',
|
1810
|
+
displayText: '∝'
|
2208
1811
|
},
|
2209
|
-
|
2210
|
-
title: '
|
1812
|
+
bullet: {
|
1813
|
+
title: 'Bullet',
|
2211
1814
|
textElement: null,
|
2212
|
-
ariaLabel: '
|
2213
|
-
displayText: '
|
1815
|
+
ariaLabel: 'Bullet',
|
1816
|
+
displayText: '•'
|
2214
1817
|
},
|
2215
|
-
|
2216
|
-
title: '
|
1818
|
+
a: {
|
1819
|
+
title: 'A',
|
2217
1820
|
textElement: null,
|
2218
|
-
ariaLabel: '
|
2219
|
-
displayText: '
|
1821
|
+
ariaLabel: 'TextA',
|
1822
|
+
displayText: 'a'
|
2220
1823
|
},
|
2221
|
-
|
2222
|
-
title: '
|
1824
|
+
b: {
|
1825
|
+
title: 'B',
|
2223
1826
|
textElement: null,
|
2224
|
-
ariaLabel: '
|
2225
|
-
displayText: '
|
1827
|
+
ariaLabel: 'TextB',
|
1828
|
+
displayText: 'b'
|
2226
1829
|
},
|
2227
|
-
|
2228
|
-
title: '
|
1830
|
+
b: {
|
1831
|
+
title: 'B',
|
2229
1832
|
textElement: null,
|
2230
|
-
ariaLabel: '
|
2231
|
-
displayText:
|
1833
|
+
ariaLabel: 'TextB',
|
1834
|
+
displayText: 'b'
|
2232
1835
|
},
|
2233
|
-
|
2234
|
-
title: '
|
1836
|
+
abc: {
|
1837
|
+
title: 'abc',
|
2235
1838
|
textElement: null,
|
2236
|
-
ariaLabel: '
|
2237
|
-
displayText:
|
1839
|
+
ariaLabel: 'TextABC',
|
1840
|
+
displayText: 'abc'
|
2238
1841
|
},
|
2239
|
-
|
2240
|
-
title: '
|
1842
|
+
forAll: {
|
1843
|
+
title: 'For-All',
|
2241
1844
|
textElement: null,
|
2242
|
-
ariaLabel: '
|
2243
|
-
displayText: '
|
1845
|
+
ariaLabel: 'ForAll',
|
1846
|
+
displayText: '∀'
|
2244
1847
|
},
|
2245
|
-
|
2246
|
-
title:
|
1848
|
+
iota: {
|
1849
|
+
title: null,
|
2247
1850
|
textElement: null,
|
2248
|
-
ariaLabel: '
|
2249
|
-
displayText:
|
1851
|
+
ariaLabel: 'Iota',
|
1852
|
+
displayText: 'ι'
|
2250
1853
|
},
|
2251
|
-
|
2252
|
-
title: '
|
1854
|
+
infinity: {
|
1855
|
+
title: 'Infinity',
|
2253
1856
|
textElement: null,
|
2254
|
-
ariaLabel: '
|
2255
|
-
displayText:
|
1857
|
+
ariaLabel: 'Infinity',
|
1858
|
+
displayText: '∞'
|
2256
1859
|
},
|
2257
|
-
|
2258
|
-
title: '
|
1860
|
+
degree: {
|
1861
|
+
title: 'Degree',
|
2259
1862
|
textElement: null,
|
2260
|
-
ariaLabel: '
|
2261
|
-
displayText:
|
1863
|
+
ariaLabel: 'Degree',
|
1864
|
+
displayText: '°'
|
2262
1865
|
},
|
2263
|
-
|
2264
|
-
title: '
|
1866
|
+
forwardSlash: {
|
1867
|
+
title: 'Forward slash',
|
2265
1868
|
textElement: null,
|
2266
|
-
ariaLabel: '
|
2267
|
-
displayText: '
|
1869
|
+
ariaLabel: 'ForwardSlash',
|
1870
|
+
displayText: '/'
|
2268
1871
|
}
|
2269
1872
|
}
|
2270
1873
|
}
|