itemengine-cypress-automation 1.0.86 → 1.0.88
Sign up to get free protection for your applications and to get access to all the features.
- package/cypress/e2e/ILC/DrawingResponse/drawingResponseCustomizeAdditionalOptions.js +30 -30
- package/cypress/e2e/ILC/DrawingResponse/drawingResponseGradingViewAndCorrectAnswerViewContents.smoke.js +1 -1
- package/cypress/e2e/ILC/EssayResponse/createCustomCategory.smoke.js +568 -0
- package/cypress/e2e/ILC/EssayResponse/editAndPreviewTabScoringSection.js +86 -0
- package/cypress/e2e/ILC/EssayResponse/editTabBasicSections.js +389 -0
- package/cypress/e2e/ILC/EssayResponse/gradingViewAndCorrectAnswerViewContents.smoke.js +112 -0
- package/cypress/e2e/ILC/EssayResponse/headerSection.js +68 -0
- package/cypress/e2e/ILC/EssayResponse/previewAddTable.js +290 -0
- package/cypress/e2e/ILC/EssayResponse/previewContentsForAllViews.smoke.js +79 -0
- package/cypress/e2e/ILC/EssayResponse/previewEditTable.js +379 -0
- package/cypress/e2e/ILC/EssayResponseBasic/essayResponseBasicCustomizeFormattingOptions.js +207 -0
- package/cypress/e2e/ILC/EssayResponseBasic/gradingViewAndCorrectAnswerViewContents.smoke.js +115 -0
- package/cypress/e2e/ILC/EssayResponseBasic/previewContentsForAllViews.smoke.js +79 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/FillInTheGapsOverImageDragAndDropScoring/partialDifferentWeightsBasic.js +159 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/backgroundImageAndCanvasProperties.js +507 -29
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/previewContentsForAllViews.smoke.js +6 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/responseAnswersAndAcceptedStudentInput.js +272 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/specialCharactersSection.js +300 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/specifyCorrectAnswerSection.js +3 -3
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/studentViewSettings.js +204 -0
- package/cypress/e2e/ILC/Protractor/protractorEditTabBasicsSection.js +4 -4
- package/cypress/e2e/ILC/Protractor/protractorEditTabFunctionality.js +1 -1
- package/cypress/e2e/ILC/Ruler/rulerEditTabBasicsSection.js +4 -4
- package/cypress/e2e/ILC/Ruler/rulerEditTabFunctionality.js +1 -1
- package/cypress/e2e/ILC/SingleSelection/editTabScoringSection.js +1 -3
- package/cypress/e2e/ILC/TextEntryMath/editTabBasicSection.js +205 -0
- package/cypress/e2e/ILC/TextEntryMath/editTabScoringSection.js +259 -0
- package/cypress/e2e/ILC/TextEntryMath/minimumScoringPenaltyPointsAndRoundingDropdown.js +202 -0
- package/cypress/e2e/ILC/TextEntryMath/responseEvaluationMethodsAndCustomSettings.js +613 -0
- package/cypress/e2e/ILC/TextEntryMath/specifyCorrectAnswerSection.js +71 -0
- package/cypress/fixtures/equationEditorCategoriesAndSymbols .js +318 -318
- package/cypress/fixtures/theme/ilc.json +3 -0
- package/cypress/pages/components/backgroundImageUploadComponent.js +1 -2
- package/cypress/pages/components/colorPopupComponent.js +26 -3
- package/cypress/pages/components/createCustomCategoryFlyout.js +351 -46
- package/cypress/pages/components/customizeSpecialCharacterComponent.js +165 -0
- package/cypress/pages/components/equationEditorFlyout.js +124 -0
- package/cypress/pages/components/essayResponseCommonComponents.js +3 -0
- package/cypress/pages/components/figOverImageCanvasComponent.js +316 -7
- package/cypress/pages/components/index.js +3 -1
- package/cypress/pages/components/opacityComponent.js +31 -4
- package/cypress/pages/components/specialAndCustomSpecialCharactersComponent.js +1 -0
- package/cypress/pages/components/specialCharactersFlyoutComponent.js +1 -0
- package/cypress/pages/drawingResponsePage.js +33 -138
- package/cypress/pages/essayResponsePage.js +612 -26
- package/cypress/pages/fillInTheGapsOverImageDragAndDropPage.js +48 -7
- package/cypress/pages/fillInTheGapsOverImageTextPage.js +267 -13
- package/package.json +1 -1
@@ -131,127 +131,127 @@ export const equationEditorCategoriesAndSymbols = {
|
|
131
131
|
symbols: {
|
132
132
|
lowerExponent: {
|
133
133
|
title: 'Lower Exponent',
|
134
|
-
|
134
|
+
textElement: null,
|
135
135
|
ariaLabel: 'Subscript',
|
136
136
|
displayText: null,
|
137
137
|
},
|
138
138
|
upperExponent: {
|
139
139
|
title: 'Upper Exponent',
|
140
|
-
|
140
|
+
textElement: null,
|
141
141
|
ariaLabel: 'Superscript',
|
142
142
|
displayText: null,
|
143
143
|
},
|
144
144
|
square: {
|
145
145
|
title: 'Square (x^2)',
|
146
|
-
|
146
|
+
textElement: null,
|
147
147
|
ariaLabel: 'Square',
|
148
148
|
displayText: null,
|
149
149
|
},
|
150
150
|
fraction: {
|
151
151
|
title: 'Fraction',
|
152
|
-
|
152
|
+
textElement: null,
|
153
153
|
ariaLabel: 'Fraction',
|
154
154
|
displayText: null,
|
155
155
|
},
|
156
156
|
mixedFraction: {
|
157
157
|
title: 'Mixed Fraction',
|
158
|
-
|
158
|
+
textElement: null,
|
159
159
|
ariaLabel: 'MixedFraction',
|
160
160
|
displayText: null,
|
161
161
|
},
|
162
162
|
sqrt: {
|
163
163
|
title: 'Square Root',
|
164
|
-
|
164
|
+
textElement: null,
|
165
165
|
ariaLabel: 'SquareRoot',
|
166
166
|
displayText: null,
|
167
167
|
},
|
168
168
|
cubeRoot: {
|
169
169
|
title: 'Cube Root',
|
170
|
-
|
170
|
+
textElement: null,
|
171
171
|
ariaLabel: 'CubeRoot',
|
172
172
|
displayText: null,
|
173
173
|
},
|
174
174
|
nRoot: {
|
175
175
|
title: 'nth Root',
|
176
|
-
|
176
|
+
textElement: null,
|
177
177
|
ariaLabel: 'NthRoot',
|
178
178
|
displayText: null,
|
179
179
|
},
|
180
180
|
longDivision: {
|
181
181
|
title: 'Long Division',
|
182
|
-
|
182
|
+
textElement: null,
|
183
183
|
ariaLabel: 'LongDivision',
|
184
184
|
displayText: null,
|
185
185
|
},
|
186
186
|
angleBracket: {
|
187
187
|
title: 'Angle Brackets',
|
188
|
-
|
188
|
+
textElement: null,
|
189
189
|
ariaLabel: 'AngleBracket',
|
190
190
|
displayText: null,
|
191
191
|
},
|
192
192
|
binomialCoefficient: {
|
193
193
|
title: 'Binomial Coefficient',
|
194
|
-
|
194
|
+
textElement: null,
|
195
195
|
ariaLabel: 'BinomialCoefficient',
|
196
196
|
displayText: null,
|
197
197
|
},
|
198
198
|
matrix: {
|
199
199
|
title: 'Matrix',
|
200
|
-
|
200
|
+
textElement: null,
|
201
201
|
ariaLabel: 'Matrix',
|
202
202
|
displayText: null,
|
203
203
|
},
|
204
204
|
function: {
|
205
205
|
title: 'Function',
|
206
|
-
|
206
|
+
textElement: null,
|
207
207
|
ariaLabel: 'FunctionF',
|
208
208
|
displayText: null,
|
209
209
|
},
|
210
210
|
prime: {
|
211
211
|
title: 'Prime/Arcminute',
|
212
|
-
|
212
|
+
textElement: null,
|
213
213
|
ariaLabel: 'Prime',
|
214
214
|
displayText: null,
|
215
215
|
},
|
216
216
|
absoluteValue: {
|
217
217
|
title: 'Absolute Value',
|
218
|
-
|
218
|
+
textElement: null,
|
219
219
|
ariaLabel: 'AbsoluteValue',
|
220
220
|
displayText: null,
|
221
221
|
},
|
222
222
|
add: {
|
223
223
|
title: 'Addition',
|
224
|
-
|
224
|
+
textElement: null,
|
225
225
|
ariaLabel: 'Plus',
|
226
226
|
displayText: '+',
|
227
227
|
},
|
228
228
|
subtract: {
|
229
229
|
title: 'Subtraction',
|
230
|
-
|
230
|
+
textElement: null,
|
231
231
|
ariaLabel: 'Minus',
|
232
232
|
displayText: '−',
|
233
233
|
},
|
234
234
|
plusMinus: {
|
235
235
|
title: 'Plus or minus one below the other',
|
236
|
-
|
236
|
+
textElement: null,
|
237
237
|
ariaLabel: 'Plusminus',
|
238
238
|
displayText: '±',
|
239
239
|
},
|
240
240
|
minusPlus: {
|
241
241
|
title: 'Minus or plus one below the other',
|
242
|
-
|
242
|
+
textElement: null,
|
243
243
|
ariaLabel: 'Minusplus',
|
244
244
|
displayText: '∓',
|
245
245
|
},
|
246
246
|
dotMultiplier: {
|
247
247
|
title: 'Dot Multiplier',
|
248
|
-
|
248
|
+
textElement: null,
|
249
249
|
ariaLabel: 'DotMultiplier',
|
250
250
|
displayText: '·',
|
251
251
|
},
|
252
252
|
equalTo: {
|
253
253
|
title: 'Equal To',
|
254
|
-
|
254
|
+
textElement: null,
|
255
255
|
ariaLabel: 'Equalto',
|
256
256
|
displayText: '=',
|
257
257
|
},
|
@@ -426,253 +426,253 @@ export const equationEditorCategoriesAndSymbols = {
|
|
426
426
|
symbols: {
|
427
427
|
alpha: {
|
428
428
|
title: 'Alpha',
|
429
|
-
|
429
|
+
textElement: null,
|
430
430
|
ariaLabel: 'Alpha',
|
431
431
|
displayText: 'α',
|
432
432
|
},
|
433
433
|
beta: {
|
434
434
|
title: 'Beta',
|
435
|
-
|
435
|
+
textElement: null,
|
436
436
|
ariaLabel: 'Beta',
|
437
437
|
displayText: 'β'
|
438
438
|
},
|
439
439
|
gamma: {
|
440
440
|
title: 'Gamma',
|
441
|
-
|
441
|
+
textElement: null,
|
442
442
|
ariaLabel: 'Gamma',
|
443
443
|
displayText: 'γ'
|
444
444
|
},
|
445
445
|
delta: {
|
446
446
|
title: 'Delta',
|
447
|
-
|
447
|
+
textElement: null,
|
448
448
|
ariaLabel: 'Delta',
|
449
449
|
displayText: 'δ'
|
450
450
|
},
|
451
451
|
epsilon: {
|
452
452
|
title: 'Epsilon',
|
453
|
-
|
453
|
+
textElement: null,
|
454
454
|
ariaLabel: 'Epsilon',
|
455
455
|
displayText: 'ϵ'
|
456
456
|
},
|
457
457
|
zeta: {
|
458
458
|
title: 'Zeta',
|
459
|
-
|
459
|
+
textElement: null,
|
460
460
|
ariaLabel: 'Zeta',
|
461
461
|
displayText: 'ζ'
|
462
462
|
},
|
463
463
|
eta: {
|
464
464
|
title: 'Eta',
|
465
|
-
|
465
|
+
textElement: null,
|
466
466
|
ariaLabel: 'Eta',
|
467
467
|
displayText: 'η'
|
468
468
|
},
|
469
469
|
theta: {
|
470
470
|
title: 'Theta',
|
471
|
-
|
471
|
+
textElement: null,
|
472
472
|
ariaLabel: 'Theta',
|
473
473
|
displayText: 'θ'
|
474
474
|
},
|
475
475
|
iota: {
|
476
476
|
title: 'Iota',
|
477
|
-
|
477
|
+
textElement: null,
|
478
478
|
ariaLabel: 'Iota',
|
479
479
|
displayText: 'ι'
|
480
480
|
},
|
481
481
|
kappa: {
|
482
482
|
title: 'Kappa',
|
483
|
-
|
483
|
+
textElement: null,
|
484
484
|
ariaLabel: 'Kappa',
|
485
485
|
displayText: 'κ'
|
486
486
|
},
|
487
487
|
lambda: {
|
488
488
|
title: 'Lambda',
|
489
|
-
|
489
|
+
textElement: null,
|
490
490
|
ariaLabel: 'Lambda',
|
491
491
|
displayText: 'λ'
|
492
492
|
},
|
493
493
|
mu: {
|
494
494
|
title: 'Mu',
|
495
|
-
|
495
|
+
textElement: null,
|
496
496
|
ariaLabel: 'Mu',
|
497
497
|
displayText: 'μ'
|
498
498
|
},
|
499
499
|
nu: {
|
500
500
|
title: 'Nu',
|
501
|
-
|
501
|
+
textElement: null,
|
502
502
|
ariaLabel: 'Nu',
|
503
503
|
displayText: 'ν'
|
504
504
|
},
|
505
505
|
xi: {
|
506
506
|
title: 'Xi',
|
507
|
-
|
507
|
+
textElement: null,
|
508
508
|
ariaLabel: 'Xi',
|
509
509
|
displayText: 'ξ'
|
510
510
|
},
|
511
511
|
pi: {
|
512
512
|
title: 'Pi',
|
513
|
-
|
513
|
+
textElement: null,
|
514
514
|
ariaLabel: 'Pi',
|
515
515
|
displayText: 'π'
|
516
516
|
},
|
517
517
|
rho: {
|
518
518
|
title: 'Rho',
|
519
|
-
|
519
|
+
textElement: null,
|
520
520
|
ariaLabel: 'Rho',
|
521
521
|
displayText: 'ρ'
|
522
522
|
},
|
523
523
|
sigma: {
|
524
524
|
title: 'Sigma',
|
525
|
-
|
525
|
+
textElement: null,
|
526
526
|
ariaLabel: 'Sigma',
|
527
527
|
displayText: 'σ'
|
528
528
|
},
|
529
529
|
tau: {
|
530
530
|
title: 'Tau',
|
531
|
-
|
531
|
+
textElement: null,
|
532
532
|
ariaLabel: 'Tau',
|
533
533
|
displayText: 'τ'
|
534
534
|
},
|
535
535
|
upsilon: {
|
536
536
|
title: 'Upsilon',
|
537
|
-
|
537
|
+
textElement: null,
|
538
538
|
ariaLabel: 'Upsilon',
|
539
539
|
displayText: 'υ'
|
540
540
|
},
|
541
541
|
phi: {
|
542
542
|
title: 'Phi',
|
543
|
-
|
543
|
+
textElement: null,
|
544
544
|
ariaLabel: 'Phi',
|
545
545
|
displayText: 'ϕ'
|
546
546
|
},
|
547
547
|
chi: {
|
548
548
|
title: 'Chi',
|
549
|
-
|
549
|
+
textElement: null,
|
550
550
|
ariaLabel: 'Chi',
|
551
551
|
displayText: 'χ'
|
552
552
|
},
|
553
553
|
psi: {
|
554
554
|
title: 'Psi',
|
555
|
-
|
555
|
+
textElement: null,
|
556
556
|
ariaLabel: 'Psi',
|
557
557
|
displayText: 'ψ'
|
558
558
|
},
|
559
559
|
omega: {
|
560
560
|
title: 'Omega',
|
561
|
-
|
561
|
+
textElement: null,
|
562
562
|
ariaLabel: 'Omega',
|
563
563
|
displayText: 'ω'
|
564
564
|
},
|
565
565
|
diGamma: {
|
566
566
|
title: 'Digamma',
|
567
|
-
|
567
|
+
textElement: null,
|
568
568
|
ariaLabel: 'DiGamma',
|
569
569
|
displayText: 'ϝ'
|
570
570
|
},
|
571
571
|
varEpsilon: {
|
572
572
|
title: 'Variant Of Epsilon',
|
573
|
-
|
573
|
+
textElement: null,
|
574
574
|
ariaLabel: 'VarEpsilon',
|
575
575
|
displayText: 'ε'
|
576
576
|
},
|
577
577
|
varTheta: {
|
578
578
|
title: 'Variant Of Theta',
|
579
|
-
|
579
|
+
textElement: null,
|
580
580
|
ariaLabel: 'VariantOfTheta',
|
581
581
|
displayText: 'ϑ'
|
582
582
|
},
|
583
583
|
varKappa: {
|
584
584
|
title: 'Variant Of Kappa',
|
585
|
-
|
585
|
+
textElement: null,
|
586
586
|
ariaLabel: 'VarKappa',
|
587
587
|
displayText: 'ϰ'
|
588
588
|
},
|
589
589
|
varPi: {
|
590
590
|
title: 'Variant Of Pi',
|
591
|
-
|
591
|
+
textElement: null,
|
592
592
|
ariaLabel: 'VarPi',
|
593
593
|
displayText: 'ϖ'
|
594
594
|
},
|
595
595
|
varRho: {
|
596
596
|
title: 'Variant Of Rho',
|
597
|
-
|
597
|
+
textElement: null,
|
598
598
|
ariaLabel: 'VarRho',
|
599
599
|
displayText: 'ϱ'
|
600
600
|
},
|
601
601
|
varSigma: {
|
602
602
|
title: 'Variant Of Sigma',
|
603
|
-
|
603
|
+
textElement: null,
|
604
604
|
ariaLabel: 'VarSigma',
|
605
605
|
displayText: 'ς'
|
606
606
|
},
|
607
607
|
varPhi: {
|
608
608
|
title: 'Variant Of Phi',
|
609
|
-
|
609
|
+
textElement: null,
|
610
610
|
ariaLabel: 'VarPhi',
|
611
611
|
displayText: 'φ'
|
612
612
|
},
|
613
613
|
gammaUpper: {
|
614
614
|
title: 'Gamma Uppercase',
|
615
|
-
|
615
|
+
textElement: null,
|
616
616
|
ariaLabel: 'GammaUppercase',
|
617
617
|
displayText: 'Γ'
|
618
618
|
},
|
619
619
|
deltaUpper: {
|
620
620
|
title: 'Delta Uppercase',
|
621
|
-
|
621
|
+
textElement: null,
|
622
622
|
ariaLabel: 'DeltaUppercase',
|
623
623
|
displayText: 'Δ'
|
624
624
|
},
|
625
625
|
thetaUpper: {
|
626
626
|
title: 'Theta Uppercase',
|
627
|
-
|
627
|
+
textElement: null,
|
628
628
|
ariaLabel: 'ThetaUppercase',
|
629
629
|
displayText: 'Θ'
|
630
630
|
},
|
631
631
|
lambdaUpper: {
|
632
632
|
title: 'Lambda Uppercase',
|
633
|
-
|
633
|
+
textElement: null,
|
634
634
|
ariaLabel: 'LambdaUppercase',
|
635
635
|
displayText: 'Λ'
|
636
636
|
},
|
637
637
|
xiUpper: {
|
638
638
|
title: 'Xi Uppercase',
|
639
|
-
|
639
|
+
textElement: null,
|
640
640
|
ariaLabel: 'XiUppercase',
|
641
641
|
displayText: 'Ξ'
|
642
642
|
},
|
643
643
|
piUpper: {
|
644
644
|
title: 'Pi Uppercase',
|
645
|
-
|
645
|
+
textElement: null,
|
646
646
|
ariaLabel: 'PiUppercase',
|
647
647
|
displayText: 'Π'
|
648
648
|
},
|
649
649
|
sigmaUpper: {
|
650
650
|
title: 'Sigma Uppercase',
|
651
|
-
|
651
|
+
textElement: null,
|
652
652
|
ariaLabel: 'SigmaUppercase',
|
653
653
|
displayText: 'Σ'
|
654
654
|
},
|
655
655
|
upsilonUpper: {
|
656
656
|
title: 'Upsilon Uppercase',
|
657
|
-
|
657
|
+
textElement: null,
|
658
658
|
ariaLabel: 'UpsilonUppercase',
|
659
659
|
displayText: 'ϒ'
|
660
660
|
},
|
661
661
|
phiUpper: {
|
662
662
|
title: 'Phi Uppercase',
|
663
|
-
|
663
|
+
textElement: null,
|
664
664
|
ariaLabel: 'PhiUppercase',
|
665
665
|
displayText: 'Φ'
|
666
666
|
},
|
667
667
|
psiUpper: {
|
668
668
|
title: 'Psi Uppercase',
|
669
|
-
|
669
|
+
textElement: null,
|
670
670
|
ariaLabel: 'PsiUppercase',
|
671
671
|
displayText: 'Ψ'
|
672
672
|
},
|
673
673
|
omegaUpper: {
|
674
674
|
title: 'Omega Uppercase',
|
675
|
-
|
675
|
+
textElement: null,
|
676
676
|
ariaLabel: 'OmegaUppercase',
|
677
677
|
displayText: 'Ω'
|
678
678
|
}
|
@@ -684,133 +684,133 @@ export const equationEditorCategoriesAndSymbols = {
|
|
684
684
|
symbols: {
|
685
685
|
and: {
|
686
686
|
title: 'Logical And',
|
687
|
-
|
687
|
+
textElement: null,
|
688
688
|
ariaLabel: 'LogicalAnd',
|
689
689
|
displayText: '∧'
|
690
690
|
},
|
691
691
|
or: {
|
692
692
|
title: 'Logical Or',
|
693
|
-
|
693
|
+
textElement: null,
|
694
694
|
ariaLabel: 'LogicalOr',
|
695
695
|
displayText: '∨'
|
696
696
|
},
|
697
697
|
not: {
|
698
698
|
title: 'Logical Not',
|
699
|
-
|
699
|
+
textElement: null,
|
700
700
|
ariaLabel: 'LogicalNot',
|
701
701
|
displayText: '¬'
|
702
702
|
},
|
703
703
|
union: {
|
704
704
|
title: 'Union',
|
705
|
-
|
705
|
+
textElement: null,
|
706
706
|
ariaLabel: 'Union',
|
707
707
|
displayText: '∪'
|
708
708
|
},
|
709
709
|
intersection: {
|
710
710
|
title: 'Intersection',
|
711
|
-
|
711
|
+
textElement: null,
|
712
712
|
ariaLabel: 'Intersection',
|
713
713
|
displayText: '∩'
|
714
714
|
},
|
715
715
|
diamond: {
|
716
716
|
title: 'Diamond',
|
717
|
-
|
717
|
+
textElement: null,
|
718
718
|
ariaLabel: 'Diamond',
|
719
719
|
displayText: '◇'
|
720
720
|
},
|
721
721
|
triangle: {
|
722
722
|
title: 'Triangle',
|
723
|
-
|
723
|
+
textElement: null,
|
724
724
|
ariaLabel: 'triangle',
|
725
725
|
displayText: '△'
|
726
726
|
},
|
727
727
|
circledMinus: {
|
728
728
|
title: 'Circled Minus',
|
729
|
-
|
729
|
+
textElement: null,
|
730
730
|
ariaLabel: 'CirclesMinus',
|
731
731
|
displayText: '⊖'
|
732
732
|
},
|
733
733
|
multiset: {
|
734
734
|
title: 'Multiset',
|
735
|
-
|
735
|
+
textElement: null,
|
736
736
|
ariaLabel: 'Multiset',
|
737
737
|
displayText: '⊎'
|
738
738
|
},
|
739
739
|
circledTimes: {
|
740
740
|
title: 'Circled Times',
|
741
|
-
|
741
|
+
textElement: null,
|
742
742
|
ariaLabel: 'circlesTimes',
|
743
743
|
displayText: '⊗'
|
744
744
|
},
|
745
745
|
circledPlus: {
|
746
746
|
title: 'Circled Plus',
|
747
|
-
|
747
|
+
textElement: null,
|
748
748
|
ariaLabel: 'circlesPlus',
|
749
749
|
displayText: '⊕'
|
750
750
|
},
|
751
751
|
nabla: {
|
752
752
|
title: 'Nabla',
|
753
|
-
|
753
|
+
textElement: null,
|
754
754
|
ariaLabel: 'nabla',
|
755
755
|
displayText: '▽'
|
756
756
|
},
|
757
757
|
product: {
|
758
758
|
title: 'Product',
|
759
|
-
|
759
|
+
textElement: null,
|
760
760
|
ariaLabel: 'product',
|
761
761
|
displayText: '⊓'
|
762
762
|
},
|
763
763
|
triangleLeft: {
|
764
764
|
title: 'Triangle Left',
|
765
|
-
|
765
|
+
textElement: null,
|
766
766
|
ariaLabel: 'triangleLeft',
|
767
767
|
displayText: '⊲'
|
768
768
|
},
|
769
769
|
coproduct: {
|
770
770
|
title: 'Coproduct',
|
771
|
-
|
771
|
+
textElement: null,
|
772
772
|
ariaLabel: 'coproduct',
|
773
773
|
displayText: '⊔'
|
774
774
|
},
|
775
775
|
triangleRight: {
|
776
776
|
title: 'Triangle Right',
|
777
|
-
|
777
|
+
textElement: null,
|
778
778
|
ariaLabel: 'triangleRight',
|
779
779
|
displayText: '⊳'
|
780
780
|
},
|
781
781
|
circledDotOperator: {
|
782
782
|
title: 'Circled Dot Operator',
|
783
|
-
|
783
|
+
textElement: null,
|
784
784
|
ariaLabel: 'circlesDot',
|
785
785
|
displayText: '⊙'
|
786
786
|
},
|
787
787
|
circle: {
|
788
788
|
title: 'Circle',
|
789
|
-
|
789
|
+
textElement: null,
|
790
790
|
ariaLabel: 'BigCircle',
|
791
791
|
displayText: '◯'
|
792
792
|
},
|
793
793
|
dagger: {
|
794
794
|
title: 'Dagger',
|
795
|
-
|
795
|
+
textElement: null,
|
796
796
|
ariaLabel: 'Dagger',
|
797
797
|
displayText: '†'
|
798
798
|
},
|
799
799
|
dDagger: {
|
800
800
|
title: 'Ddagger',
|
801
|
-
|
801
|
+
textElement: null,
|
802
802
|
ariaLabel: 'DDagger',
|
803
803
|
displayText: '‡'
|
804
804
|
},
|
805
805
|
wreathProduct: {
|
806
806
|
title: 'Wreath Product',
|
807
|
-
|
807
|
+
textElement: null,
|
808
808
|
ariaLabel: 'WreathProduct',
|
809
809
|
displayText: '≀'
|
810
810
|
},
|
811
811
|
amalg: {
|
812
812
|
title: 'Amalg',
|
813
|
-
|
813
|
+
textElement: null,
|
814
814
|
ariaLabel: 'Amalg',
|
815
815
|
displayText: '∐'
|
816
816
|
}
|
@@ -822,301 +822,301 @@ export const equationEditorCategoriesAndSymbols = {
|
|
822
822
|
symbols: {
|
823
823
|
lessThan: {
|
824
824
|
title: 'Less Than',
|
825
|
-
|
825
|
+
textElement: null,
|
826
826
|
ariaLabel: 'LessThan',
|
827
827
|
displayText: '<'
|
828
828
|
},
|
829
829
|
greaterThan: {
|
830
830
|
title: 'Greater Than',
|
831
|
-
|
831
|
+
textElement: null,
|
832
832
|
ariaLabel: 'GreaterThan',
|
833
833
|
displayText: '>'
|
834
834
|
},
|
835
835
|
equivalance: {
|
836
836
|
title: 'Equivalence',
|
837
|
-
|
837
|
+
textElement: null,
|
838
838
|
ariaLabel: 'Equivalance',
|
839
839
|
displayText: '≡'
|
840
840
|
},
|
841
841
|
congruentTo: {
|
842
842
|
title: 'Congruent To',
|
843
|
-
|
843
|
+
textElement: null,
|
844
844
|
ariaLabel: 'CongruentTo',
|
845
845
|
displayText: '≅'
|
846
846
|
},
|
847
847
|
similarTo: {
|
848
848
|
title: 'Similar To',
|
849
|
-
|
849
|
+
textElement: null,
|
850
850
|
ariaLabel: 'SimilarTo',
|
851
851
|
displayText: '~'
|
852
852
|
},
|
853
853
|
notMemberOf: {
|
854
854
|
title: 'Not Member Of',
|
855
|
-
|
855
|
+
textElement: null,
|
856
856
|
ariaLabel: 'NotMemberOf',
|
857
857
|
displayText: '∉'
|
858
858
|
},
|
859
859
|
notEqualTo: {
|
860
860
|
title: 'Not Equal To',
|
861
|
-
|
861
|
+
textElement: null,
|
862
862
|
ariaLabel: 'NotEqualTo',
|
863
863
|
displayText: '≠'
|
864
864
|
},
|
865
865
|
propTo: {
|
866
866
|
title: 'Proportionate To',
|
867
|
-
|
867
|
+
textElement: null,
|
868
868
|
ariaLabel: 'proportionateTo',
|
869
869
|
displayText: '∝'
|
870
870
|
},
|
871
871
|
approxEqualTo: {
|
872
872
|
title: 'Approx. Equal To',
|
873
|
-
|
873
|
+
textElement: null,
|
874
874
|
ariaLabel: 'ApproxEqualTo',
|
875
875
|
displayText: '≈'
|
876
876
|
},
|
877
877
|
lessThanEqual: {
|
878
878
|
title: 'Less Than Or Equal To',
|
879
|
-
|
879
|
+
textElement: null,
|
880
880
|
ariaLabel: 'LessThanEqual',
|
881
881
|
displayText: '≤'
|
882
882
|
},
|
883
883
|
greaterThanEqual: {
|
884
884
|
title: 'Greater Than Or Equal To',
|
885
|
-
|
885
|
+
textElement: null,
|
886
886
|
ariaLabel: 'GreaterThanEqual',
|
887
887
|
displayText: '≥'
|
888
888
|
},
|
889
889
|
memberOf: {
|
890
890
|
title: 'Member Of',
|
891
|
-
|
891
|
+
textElement: null,
|
892
892
|
ariaLabel: 'MemberOf',
|
893
893
|
displayText: '∈'
|
894
894
|
},
|
895
895
|
contains: {
|
896
896
|
title: 'Contains',
|
897
|
-
|
897
|
+
textElement: null,
|
898
898
|
ariaLabel: 'Contains',
|
899
899
|
displayText: '∋'
|
900
900
|
},
|
901
901
|
notContain: {
|
902
902
|
title: 'Does Not Contain',
|
903
|
-
|
903
|
+
textElement: null,
|
904
904
|
ariaLabel: 'doesNotContain',
|
905
905
|
displayText: '∌'
|
906
906
|
},
|
907
907
|
subset: {
|
908
908
|
title: 'Subset (Strict)',
|
909
|
-
|
909
|
+
textElement: null,
|
910
910
|
ariaLabel: 'Subset',
|
911
911
|
displayText: '⊂'
|
912
912
|
},
|
913
913
|
superset: {
|
914
914
|
title: 'Superset (Strict)',
|
915
|
-
|
915
|
+
textElement: null,
|
916
916
|
ariaLabel: 'Superset',
|
917
917
|
displayText: '⊃'
|
918
918
|
},
|
919
919
|
notSubset: {
|
920
920
|
title: 'Not Subset (Strict)',
|
921
|
-
|
921
|
+
textElement: null,
|
922
922
|
ariaLabel: 'NotSubset',
|
923
923
|
displayText: '⊄'
|
924
924
|
},
|
925
925
|
notSuperset: {
|
926
926
|
title: 'Not Superset (Strict)',
|
927
|
-
|
927
|
+
textElement: null,
|
928
928
|
ariaLabel: 'NotSuperset',
|
929
929
|
displayText: '⊅'
|
930
930
|
},
|
931
931
|
subsetEq: {
|
932
932
|
title: 'Subset',
|
933
|
-
|
933
|
+
textElement: null,
|
934
934
|
ariaLabel: 'SubsetEq',
|
935
935
|
displayText: '⊆'
|
936
936
|
},
|
937
937
|
supersetEq: {
|
938
938
|
title: 'Superset',
|
939
|
-
|
939
|
+
textElement: null,
|
940
940
|
ariaLabel: 'SupersetEq',
|
941
941
|
displayText: '⊇'
|
942
942
|
},
|
943
943
|
notSubsetEq: {
|
944
944
|
title: 'Not Subset',
|
945
|
-
|
945
|
+
textElement: null,
|
946
946
|
ariaLabel: 'NotSubsetEq',
|
947
947
|
displayText: '⊈'
|
948
948
|
},
|
949
949
|
notSupersetEq: {
|
950
950
|
title: 'Not Superset',
|
951
|
-
|
951
|
+
textElement: null,
|
952
952
|
ariaLabel: 'NotSupersetEq',
|
953
953
|
displayText: '⊉'
|
954
954
|
},
|
955
955
|
models: {
|
956
956
|
title: 'Models',
|
957
|
-
|
957
|
+
textElement: null,
|
958
958
|
ariaLabel: 'Models',
|
959
959
|
displayText: '⊨'
|
960
960
|
},
|
961
961
|
precede: {
|
962
962
|
title: 'Precede',
|
963
|
-
|
963
|
+
textElement: null,
|
964
964
|
ariaLabel: 'Precede',
|
965
965
|
displayText: '≺'
|
966
966
|
},
|
967
967
|
succeed: {
|
968
968
|
title: 'Succeed',
|
969
|
-
|
969
|
+
textElement: null,
|
970
970
|
ariaLabel: 'Succeed',
|
971
971
|
displayText: '≻'
|
972
972
|
},
|
973
973
|
precedingEqual: {
|
974
974
|
title: 'Preceding Or Equal To',
|
975
|
-
|
975
|
+
textElement: null,
|
976
976
|
ariaLabel: 'precedingOrEqualTo',
|
977
977
|
displayText: '≼'
|
978
978
|
},
|
979
979
|
succeedingEqual: {
|
980
980
|
title: 'Succeeding Or Equal To',
|
981
|
-
|
981
|
+
textElement: null,
|
982
982
|
ariaLabel: 'succeedingOrEqualTo',
|
983
983
|
displayText: '≽'
|
984
984
|
},
|
985
985
|
similarEqual: {
|
986
986
|
title: 'Similar Or Equal To',
|
987
|
-
|
987
|
+
textElement: null,
|
988
988
|
ariaLabel: 'similarOrEqualTo',
|
989
989
|
displayText: '≃'
|
990
990
|
},
|
991
991
|
mid: {
|
992
992
|
title: 'Mid',
|
993
|
-
|
993
|
+
textElement: null,
|
994
994
|
ariaLabel: 'Mid',
|
995
995
|
displayText: '∣'
|
996
996
|
},
|
997
997
|
muchLessThan: {
|
998
998
|
title: 'Much Less Than',
|
999
|
-
|
999
|
+
textElement: null,
|
1000
1000
|
ariaLabel: 'MuchLessThan',
|
1001
1001
|
displayText: '≪'
|
1002
1002
|
},
|
1003
1003
|
muchGreaterThan: {
|
1004
1004
|
title: 'Much Greater Than',
|
1005
|
-
|
1005
|
+
textElement: null,
|
1006
1006
|
ariaLabel: 'MuchGreaterThan',
|
1007
1007
|
displayText: '≫'
|
1008
1008
|
},
|
1009
1009
|
parallel: {
|
1010
1010
|
title: 'Parallel',
|
1011
|
-
|
1011
|
+
textElement: null,
|
1012
1012
|
ariaLabel: 'Parallel',
|
1013
1013
|
displayText: '∥'
|
1014
1014
|
},
|
1015
1015
|
join: {
|
1016
1016
|
title: 'Join',
|
1017
|
-
|
1017
|
+
textElement: null,
|
1018
1018
|
ariaLabel: 'Join',
|
1019
1019
|
displayText: '⋈'
|
1020
1020
|
},
|
1021
1021
|
squareSubset: {
|
1022
1022
|
title: 'Square Subset',
|
1023
|
-
|
1023
|
+
textElement: null,
|
1024
1024
|
ariaLabel: 'SquareSubset',
|
1025
1025
|
displayText: '⊏'
|
1026
1026
|
},
|
1027
1027
|
squareSuperset: {
|
1028
1028
|
title: 'Square Superset',
|
1029
|
-
|
1029
|
+
textElement: null,
|
1030
1030
|
ariaLabel: 'SquareSuperset',
|
1031
1031
|
displayText: '⊐'
|
1032
1032
|
},
|
1033
1033
|
smile: {
|
1034
1034
|
title: 'Smile',
|
1035
|
-
|
1035
|
+
textElement: null,
|
1036
1036
|
ariaLabel: 'Smile',
|
1037
1037
|
displayText: '⌣'
|
1038
1038
|
},
|
1039
1039
|
squareSubsetEqual: {
|
1040
1040
|
title: 'Square Subset Or Equal To',
|
1041
|
-
|
1041
|
+
textElement: null,
|
1042
1042
|
ariaLabel: 'SquareSubsetEqual',
|
1043
1043
|
displayText: '⊑'
|
1044
1044
|
},
|
1045
1045
|
squareSupersetEqual: {
|
1046
1046
|
title: 'Square Superset Or Equal To',
|
1047
|
-
|
1047
|
+
textElement: null,
|
1048
1048
|
ariaLabel: 'SquareSupersetEqual',
|
1049
1049
|
displayText: '⊒'
|
1050
1050
|
},
|
1051
1051
|
equalToDot: {
|
1052
1052
|
title: 'Defined As',
|
1053
|
-
|
1053
|
+
textElement: null,
|
1054
1054
|
ariaLabel: 'EqualToDot',
|
1055
1055
|
displayText: '≐'
|
1056
1056
|
},
|
1057
1057
|
frown: {
|
1058
1058
|
title: 'Frown',
|
1059
|
-
|
1059
|
+
textElement: null,
|
1060
1060
|
ariaLabel: 'Frown',
|
1061
1061
|
displayText: '⌢'
|
1062
1062
|
},
|
1063
1063
|
vdashRightTack: {
|
1064
1064
|
title: 'Vdash/Right Tack',
|
1065
|
-
|
1065
|
+
textElement: null,
|
1066
1066
|
ariaLabel: 'RightTack',
|
1067
1067
|
displayText: '⊦'
|
1068
1068
|
},
|
1069
1069
|
vdashLeftTack: {
|
1070
1070
|
title: 'Dashv/Left Tack',
|
1071
|
-
|
1071
|
+
textElement: null,
|
1072
1072
|
ariaLabel: 'LeftTack',
|
1073
1073
|
displayText: '⊣'
|
1074
1074
|
},
|
1075
1075
|
existentialQuantifier: {
|
1076
1076
|
title: 'Existential Quantifier',
|
1077
|
-
|
1077
|
+
textElement: null,
|
1078
1078
|
ariaLabel: 'ExistentialQuantifier',
|
1079
1079
|
displayText: '∃'
|
1080
1080
|
},
|
1081
1081
|
emptySet: {
|
1082
1082
|
title: 'Minuscule',
|
1083
|
-
|
1083
|
+
textElement: null,
|
1084
1084
|
ariaLabel: 'EmptySet',
|
1085
1085
|
displayText: '∅'
|
1086
1086
|
},
|
1087
1087
|
notSimilarTo: {
|
1088
1088
|
title: 'Not Similar To',
|
1089
|
-
|
1089
|
+
textElement: null,
|
1090
1090
|
ariaLabel: 'NotSimilarTo',
|
1091
1091
|
displayText: '≁'
|
1092
1092
|
},
|
1093
1093
|
notCongruentTo: {
|
1094
1094
|
title: 'Not Congruent To',
|
1095
|
-
|
1095
|
+
textElement: null,
|
1096
1096
|
ariaLabel: 'NotCongruentTo',
|
1097
1097
|
displayText: '≇'
|
1098
1098
|
},
|
1099
1099
|
notLessThan: {
|
1100
1100
|
title: 'Not Less Than',
|
1101
|
-
|
1101
|
+
textElement: null,
|
1102
1102
|
ariaLabel: 'NotLessThan',
|
1103
1103
|
displayText: '≮'
|
1104
1104
|
},
|
1105
1105
|
notGreaterThan: {
|
1106
1106
|
title: 'Not Greater Than',
|
1107
|
-
|
1107
|
+
textElement: null,
|
1108
1108
|
ariaLabel: 'NotGreaterThan',
|
1109
1109
|
displayText: '≯'
|
1110
1110
|
},
|
1111
1111
|
systemOfEquationsInequalities: {
|
1112
1112
|
title: 'System Of Equations/Inequalities',
|
1113
|
-
|
1113
|
+
textElement: null,
|
1114
1114
|
ariaLabel: 'SystemOfEquationsInequalities',
|
1115
1115
|
displayText: '{'
|
1116
1116
|
},
|
1117
1117
|
simultaneousEquations: {
|
1118
1118
|
title: 'Simultaneous Equations',
|
1119
|
-
|
1119
|
+
textElement: null,
|
1120
1120
|
ariaLabel: 'SimultaneousEquations',
|
1121
1121
|
displayText: '+=+='
|
1122
1122
|
},
|
@@ -1128,145 +1128,145 @@ export const equationEditorCategoriesAndSymbols = {
|
|
1128
1128
|
symbols: {
|
1129
1129
|
leftArrow: {
|
1130
1130
|
title: 'Leftwards arrow',
|
1131
|
-
|
1131
|
+
textElement: null,
|
1132
1132
|
ariaLabel: 'LeftArrow',
|
1133
1133
|
displayText: '←'
|
1134
1134
|
},
|
1135
1135
|
rightArrow: {
|
1136
1136
|
title: 'Rightwards arrow',
|
1137
|
-
|
1137
|
+
textElement: null,
|
1138
1138
|
ariaLabel: 'RightArrow',
|
1139
1139
|
displayText: '→'
|
1140
1140
|
},
|
1141
1141
|
leftArrowDouble: {
|
1142
1142
|
title: 'Leftwards double arrow',
|
1143
|
-
|
1143
|
+
textElement: null,
|
1144
1144
|
ariaLabel: 'LeftArrowDouble',
|
1145
1145
|
displayText: '⇐'
|
1146
1146
|
},
|
1147
1147
|
rightArrowDouble: {
|
1148
1148
|
title: 'Rightwards double arrow',
|
1149
|
-
|
1149
|
+
textElement: null,
|
1150
1150
|
ariaLabel: 'RightArrowDouble',
|
1151
1151
|
displayText: '⇒'
|
1152
1152
|
},
|
1153
1153
|
biDirectionalLR: {
|
1154
1154
|
title: 'Bi-directional arrow (left - right)',
|
1155
|
-
|
1155
|
+
textElement: null,
|
1156
1156
|
ariaLabel: 'biDirectionalArrowLeftRight',
|
1157
1157
|
displayText: '↔'
|
1158
1158
|
},
|
1159
1159
|
biDirectionalUD: {
|
1160
1160
|
title: 'Bi-directional arrow (up - down)',
|
1161
|
-
|
1161
|
+
textElement: null,
|
1162
1162
|
ariaLabel: 'biDirectionalArrowUpDown',
|
1163
1163
|
displayText: '↕'
|
1164
1164
|
},
|
1165
1165
|
biDirectionalLRDouble: {
|
1166
1166
|
title: 'Bi-directional arrow (left - right, double lines)',
|
1167
|
-
|
1167
|
+
textElement: null,
|
1168
1168
|
ariaLabel: 'biDirectionalArrowLeftRightDouble',
|
1169
1169
|
displayText: '⇔'
|
1170
1170
|
},
|
1171
1171
|
biDirectionalUDDouble: {
|
1172
1172
|
title: 'Bi-directional arrow (up - down, double lines)',
|
1173
|
-
|
1173
|
+
textElement: null,
|
1174
1174
|
ariaLabel: 'biDirectionalArrowUpDownDouble',
|
1175
1175
|
displayText: '⇕'
|
1176
1176
|
},
|
1177
1177
|
mapsTo: {
|
1178
1178
|
title: 'Maps to arrow',
|
1179
|
-
|
1179
|
+
textElement: null,
|
1180
1180
|
ariaLabel: 'MapsTo',
|
1181
1181
|
displayText: '↦'
|
1182
1182
|
},
|
1183
1183
|
NWArrow: {
|
1184
1184
|
title: 'North east arrow',
|
1185
|
-
|
1185
|
+
textElement: null,
|
1186
1186
|
ariaLabel: 'northWestArrow',
|
1187
1187
|
displayText: '↗'
|
1188
1188
|
},
|
1189
1189
|
leftwardsArrowHook: {
|
1190
1190
|
title: 'leftwards arrow with hook',
|
1191
|
-
|
1191
|
+
textElement: null,
|
1192
1192
|
ariaLabel: 'leftwardsArrowHook',
|
1193
1193
|
displayText: '↩'
|
1194
1194
|
},
|
1195
1195
|
rightwardsArrowHook: {
|
1196
1196
|
title: 'Rightwards arrow with hook',
|
1197
|
-
|
1197
|
+
textElement: null,
|
1198
1198
|
ariaLabel: 'RightwardsArrowHook',
|
1199
1199
|
displayText: '↪'
|
1200
1200
|
},
|
1201
1201
|
SWArrow: {
|
1202
1202
|
title: 'South east arrow',
|
1203
|
-
|
1203
|
+
textElement: null,
|
1204
1204
|
ariaLabel: 'southWestArrow',
|
1205
1205
|
displayText: '↘'
|
1206
1206
|
},
|
1207
1207
|
leftHarpoonBarbUp: {
|
1208
1208
|
title: 'Leftwards Harpoon With Barb Upwards',
|
1209
|
-
|
1209
|
+
textElement: null,
|
1210
1210
|
ariaLabel: 'LeftHarpoonBarbUp',
|
1211
1211
|
displayText: '↼'
|
1212
1212
|
},
|
1213
1213
|
rightHarpoonBarbUp: {
|
1214
1214
|
title: 'Rightwards Harpoon With Barb Upwards',
|
1215
|
-
|
1215
|
+
textElement: null,
|
1216
1216
|
ariaLabel: 'RightHarpoonBarbUp',
|
1217
1217
|
displayText: '⇀'
|
1218
1218
|
},
|
1219
1219
|
SEArrow: {
|
1220
1220
|
title: 'South west arrow',
|
1221
|
-
|
1221
|
+
textElement: null,
|
1222
1222
|
ariaLabel: 'southEastArrow',
|
1223
1223
|
displayText: '↙'
|
1224
1224
|
},
|
1225
1225
|
leftHarpoonBarbDown: {
|
1226
1226
|
title: 'Leftwards Harpoon With Barb Downwards',
|
1227
|
-
|
1227
|
+
textElement: null,
|
1228
1228
|
ariaLabel: 'LeftHarpoonBarbDown',
|
1229
1229
|
displayText: '↽'
|
1230
1230
|
},
|
1231
1231
|
rightHarpoonBarbDown: {
|
1232
1232
|
title: 'Rightwards Harpoon With Barb Downwards',
|
1233
|
-
|
1233
|
+
textElement: null,
|
1234
1234
|
ariaLabel: 'RightHarpoonBarbDown',
|
1235
1235
|
displayText: '⇁'
|
1236
1236
|
},
|
1237
1237
|
NEArrow: {
|
1238
1238
|
title: 'North west arrow',
|
1239
|
-
|
1239
|
+
textElement: null,
|
1240
1240
|
ariaLabel: 'northEastArrow',
|
1241
1241
|
displayText: '↖'
|
1242
1242
|
},
|
1243
1243
|
downArrow: {
|
1244
1244
|
title: 'Downwards Arrow',
|
1245
|
-
|
1245
|
+
textElement: null,
|
1246
1246
|
ariaLabel: 'DownArrow',
|
1247
1247
|
displayText: '↓'
|
1248
1248
|
},
|
1249
1249
|
downArrowDouble: {
|
1250
1250
|
title: 'Downwards Double Arrow',
|
1251
|
-
|
1251
|
+
textElement: null,
|
1252
1252
|
ariaLabel: 'downArrowDouble',
|
1253
1253
|
displayText: '⇓'
|
1254
1254
|
},
|
1255
1255
|
upwardsArrow: {
|
1256
1256
|
title: 'Upwards Arrow',
|
1257
|
-
|
1257
|
+
textElement: null,
|
1258
1258
|
ariaLabel: 'UpwardsArrow',
|
1259
1259
|
displayText: '↑'
|
1260
1260
|
},
|
1261
1261
|
rightLeftHarpoons: {
|
1262
1262
|
title: 'Right/left harpoons',
|
1263
|
-
|
1263
|
+
textElement: null,
|
1264
1264
|
ariaLabel: 'RightLeftHarpoons',
|
1265
1265
|
displayText: '⇌'
|
1266
1266
|
},
|
1267
1267
|
leftRightHarpoons: {
|
1268
1268
|
title: 'Left/right harpoons',
|
1269
|
-
|
1269
|
+
textElement: null,
|
1270
1270
|
ariaLabel: 'LeftRightHarpoons',
|
1271
1271
|
displayText: '⇋'
|
1272
1272
|
}
|
@@ -1278,85 +1278,85 @@ export const equationEditorCategoriesAndSymbols = {
|
|
1278
1278
|
symbols: {
|
1279
1279
|
lFloor: {
|
1280
1280
|
title: 'L-Floor',
|
1281
|
-
|
1281
|
+
textElement: null,
|
1282
1282
|
ariaLabel: 'LFloor',
|
1283
1283
|
displayText: '⌊'
|
1284
1284
|
},
|
1285
1285
|
rFloor: {
|
1286
1286
|
title: 'R-Floor',
|
1287
|
-
|
1287
|
+
textElement: null,
|
1288
1288
|
ariaLabel: 'RFloor',
|
1289
1289
|
displayText: '⌋'
|
1290
1290
|
},
|
1291
1291
|
lCeil: {
|
1292
1292
|
title: 'L-Ceil',
|
1293
|
-
|
1293
|
+
textElement: null,
|
1294
1294
|
ariaLabel: 'LCeil',
|
1295
1295
|
displayText: '⌈'
|
1296
1296
|
},
|
1297
1297
|
rCeil: {
|
1298
1298
|
title: 'R-Ceil',
|
1299
|
-
|
1299
|
+
textElement: null,
|
1300
1300
|
ariaLabel: 'RCeil',
|
1301
1301
|
displayText: '⌉'
|
1302
1302
|
},
|
1303
1303
|
forwardSlash: {
|
1304
1304
|
title: 'Forward slash',
|
1305
|
-
|
1305
|
+
textElement: null,
|
1306
1306
|
ariaLabel: 'ForwardSlash',
|
1307
1307
|
displayText: '/'
|
1308
1308
|
},
|
1309
1309
|
openCurlBracket: {
|
1310
1310
|
title: 'Left curly bracket',
|
1311
|
-
|
1311
|
+
textElement: null,
|
1312
1312
|
ariaLabel: 'OpenCurlBracket',
|
1313
1313
|
displayText: '{'
|
1314
1314
|
},
|
1315
1315
|
closedCurlBracket: {
|
1316
1316
|
title: 'Right curly bracket',
|
1317
|
-
|
1317
|
+
textElement: null,
|
1318
1318
|
ariaLabel: 'ClosedCurlBracket',
|
1319
1319
|
displayText: '}'
|
1320
1320
|
},
|
1321
1321
|
groupInParathesis: {
|
1322
1322
|
title: 'Group In Parenthesis',
|
1323
|
-
|
1323
|
+
textElement: null,
|
1324
1324
|
ariaLabel: 'GroupInParathesis',
|
1325
1325
|
displayText: '()'
|
1326
1326
|
},
|
1327
1327
|
groupInBrackets: {
|
1328
1328
|
title: 'Group In Brackets',
|
1329
|
-
|
1329
|
+
textElement: null,
|
1330
1330
|
ariaLabel: 'GroupInBrackets',
|
1331
1331
|
displayText: '[]'
|
1332
1332
|
},
|
1333
1333
|
squareRoundBrackets: {
|
1334
1334
|
title: 'Square round brackets',
|
1335
|
-
|
1335
|
+
textElement: null,
|
1336
1336
|
ariaLabel: 'SquareRoundBrackets',
|
1337
1337
|
displayText: '[)'
|
1338
1338
|
},
|
1339
1339
|
roundSquareBrackets: {
|
1340
1340
|
title: 'Round square brackets',
|
1341
|
-
|
1341
|
+
textElement: null,
|
1342
1342
|
ariaLabel: 'RoundSquareBrackets',
|
1343
1343
|
displayText: '(]'
|
1344
1344
|
},
|
1345
1345
|
angleBracket: {
|
1346
1346
|
title: 'Angular brackets',
|
1347
|
-
|
1347
|
+
textElement: null,
|
1348
1348
|
ariaLabel: 'AngleBracket',
|
1349
1349
|
displayText: '⟨⟩'
|
1350
1350
|
},
|
1351
1351
|
singleSquareOpen: {
|
1352
1352
|
title: 'Single square open',
|
1353
|
-
|
1353
|
+
textElement: null,
|
1354
1354
|
ariaLabel: 'SingleSquareOpen',
|
1355
1355
|
displayText: '['
|
1356
1356
|
},
|
1357
1357
|
singleSquareClose: {
|
1358
1358
|
title: 'Single square close',
|
1359
|
-
|
1359
|
+
textElement: null,
|
1360
1360
|
ariaLabel: 'SingleSquareClose',
|
1361
1361
|
displayText: ']'
|
1362
1362
|
}
|
@@ -1368,217 +1368,217 @@ export const equationEditorCategoriesAndSymbols = {
|
|
1368
1368
|
symbols: {
|
1369
1369
|
forAll: {
|
1370
1370
|
title: 'For-All',
|
1371
|
-
|
1371
|
+
textElement: null,
|
1372
1372
|
ariaLabel: 'ForAll',
|
1373
1373
|
displayText: '∀'
|
1374
1374
|
},
|
1375
1375
|
dotsBottom: {
|
1376
1376
|
title: 'Horizontal dots (baseline)',
|
1377
|
-
|
1377
|
+
textElement: null,
|
1378
1378
|
ariaLabel: 'DotsBottom',
|
1379
1379
|
displayText: '…'
|
1380
1380
|
},
|
1381
1381
|
horizontalDots: {
|
1382
1382
|
title: 'Horizontal dots (centered)',
|
1383
|
-
|
1383
|
+
textElement: null,
|
1384
1384
|
ariaLabel: 'DotsMiddle',
|
1385
1385
|
displayText: '⋯'
|
1386
1386
|
},
|
1387
1387
|
verticalDots: {
|
1388
1388
|
title: 'Vertical dots',
|
1389
|
-
|
1389
|
+
textElement: null,
|
1390
1390
|
ariaLabel: 'VerticalDots',
|
1391
1391
|
displayText: '⋮'
|
1392
1392
|
},
|
1393
1393
|
diagonalDots: {
|
1394
1394
|
title: 'Diagonal dots',
|
1395
|
-
|
1395
|
+
textElement: null,
|
1396
1396
|
ariaLabel: 'DiagonalDots',
|
1397
1397
|
displayText: '⋱'
|
1398
1398
|
},
|
1399
1399
|
sqrt: {
|
1400
1400
|
title: 'Square Root',
|
1401
|
-
|
1401
|
+
textElement: null,
|
1402
1402
|
ariaLabel: 'SquareRoot',
|
1403
1403
|
displayText: '√'
|
1404
1404
|
},
|
1405
1405
|
triangle: {
|
1406
1406
|
title: 'Triangle (variation)',
|
1407
|
-
|
1407
|
+
textElement: null,
|
1408
1408
|
ariaLabel: 'triangle',
|
1409
1409
|
displayText: '△'
|
1410
1410
|
},
|
1411
1411
|
ell: {
|
1412
1412
|
title: 'Ell',
|
1413
|
-
|
1413
|
+
textElement: null,
|
1414
1414
|
ariaLabel: 'Ell',
|
1415
1415
|
displayText: 'ℓ'
|
1416
1416
|
},
|
1417
1417
|
top: {
|
1418
1418
|
title: 'Top',
|
1419
|
-
|
1419
|
+
textElement: null,
|
1420
1420
|
ariaLabel: 'Top',
|
1421
1421
|
displayText: '⊤'
|
1422
1422
|
},
|
1423
1423
|
flat: {
|
1424
1424
|
title: 'Flat',
|
1425
|
-
|
1425
|
+
textElement: null,
|
1426
1426
|
ariaLabel: 'Flat',
|
1427
1427
|
displayText: '♭'
|
1428
1428
|
},
|
1429
1429
|
natural: {
|
1430
1430
|
title: 'Natural',
|
1431
|
-
|
1431
|
+
textElement: null,
|
1432
1432
|
ariaLabel: 'Natural',
|
1433
1433
|
displayText: '♮'
|
1434
1434
|
},
|
1435
1435
|
sharp: {
|
1436
1436
|
title: 'Sharp',
|
1437
|
-
|
1437
|
+
textElement: null,
|
1438
1438
|
ariaLabel: 'Sharp',
|
1439
1439
|
displayText: '♯'
|
1440
1440
|
},
|
1441
1441
|
elliptic: {
|
1442
1442
|
title: 'Weierstrass\'s Elliptic Function',
|
1443
|
-
|
1443
|
+
textElement: null,
|
1444
1444
|
ariaLabel: 'weierstrassEllipticFunction',
|
1445
1445
|
displayText: '℘'
|
1446
1446
|
},
|
1447
1447
|
perpendicularTo: {
|
1448
1448
|
title: 'Perpendicular To',
|
1449
|
-
|
1449
|
+
textElement: null,
|
1450
1450
|
ariaLabel: 'PerpendicularTo',
|
1451
1451
|
displayText: '⊥'
|
1452
1452
|
},
|
1453
1453
|
clubSuit: {
|
1454
1454
|
title: 'Club-Suit',
|
1455
|
-
|
1455
|
+
textElement: null,
|
1456
1456
|
ariaLabel: 'ClubSuit',
|
1457
1457
|
displayText: '♧'
|
1458
1458
|
},
|
1459
1459
|
diamondSuit: {
|
1460
1460
|
title: 'Diamond-Suit',
|
1461
|
-
|
1461
|
+
textElement: null,
|
1462
1462
|
ariaLabel: 'DiamondSuit',
|
1463
1463
|
displayText: '♢'
|
1464
1464
|
},
|
1465
1465
|
heartSuit: {
|
1466
1466
|
title: 'Heart-Suit',
|
1467
|
-
|
1467
|
+
textElement: null,
|
1468
1468
|
ariaLabel: 'HeartSuit',
|
1469
1469
|
displayText: '♡'
|
1470
1470
|
},
|
1471
1471
|
spadeSuit: {
|
1472
1472
|
title: 'Spade-Suit',
|
1473
|
-
|
1473
|
+
textElement: null,
|
1474
1474
|
ariaLabel: 'SpadeSuit',
|
1475
1475
|
displayText: '♤'
|
1476
1476
|
},
|
1477
1477
|
exponent: {
|
1478
1478
|
title: 'Exponent',
|
1479
|
-
|
1479
|
+
textElement: null,
|
1480
1480
|
ariaLabel: 'Exponent',
|
1481
1481
|
displayText: '^'
|
1482
1482
|
},
|
1483
1483
|
underscore: {
|
1484
1484
|
title: 'Underscore',
|
1485
|
-
|
1485
|
+
textElement: null,
|
1486
1486
|
ariaLabel: 'Underscore',
|
1487
1487
|
displayText: '_'
|
1488
1488
|
},
|
1489
1489
|
backSlash: {
|
1490
1490
|
title: 'Backslash',
|
1491
|
-
|
1491
|
+
textElement: null,
|
1492
1492
|
ariaLabel: 'BackSlash',
|
1493
1493
|
displayText: '\\'
|
1494
1494
|
},
|
1495
1495
|
forwardSlash: {
|
1496
1496
|
title: 'Forward slash',
|
1497
|
-
|
1497
|
+
textElement: null,
|
1498
1498
|
ariaLabel: 'ForwardSlash',
|
1499
1499
|
displayText: '/'
|
1500
1500
|
},
|
1501
1501
|
vert: {
|
1502
1502
|
title: 'Mid',
|
1503
|
-
|
1503
|
+
textElement: null,
|
1504
1504
|
ariaLabel: 'Mid',
|
1505
1505
|
displayText: '|'
|
1506
1506
|
},
|
1507
1507
|
nabla: {
|
1508
1508
|
title: 'Nabla',
|
1509
|
-
|
1509
|
+
textElement: null,
|
1510
1510
|
ariaLabel: 'Nabla',
|
1511
1511
|
displayText: '∇'
|
1512
1512
|
},
|
1513
1513
|
planck: {
|
1514
1514
|
title: 'Reduced Planck\'s constant',
|
1515
|
-
|
1515
|
+
textElement: null,
|
1516
1516
|
ariaLabel: 'HBar',
|
1517
1517
|
displayText: 'ℏ'
|
1518
1518
|
},
|
1519
1519
|
angstrom: {
|
1520
1520
|
title: 'Angstrom',
|
1521
|
-
|
1521
|
+
textElement: null,
|
1522
1522
|
ariaLabel: 'Angstrom',
|
1523
1523
|
displayText: 'Å'
|
1524
1524
|
},
|
1525
1525
|
circle: {
|
1526
1526
|
title: 'Circle',
|
1527
|
-
|
1527
|
+
textElement: null,
|
1528
1528
|
ariaLabel: 'Circle',
|
1529
1529
|
displayText: '∘'
|
1530
1530
|
},
|
1531
1531
|
bullet: {
|
1532
1532
|
title: 'Bullet',
|
1533
|
-
|
1533
|
+
textElement: null,
|
1534
1534
|
ariaLabel: 'Bullet',
|
1535
1535
|
displayText: '•'
|
1536
1536
|
},
|
1537
1537
|
not: {
|
1538
1538
|
title: 'Not',
|
1539
|
-
|
1539
|
+
textElement: null,
|
1540
1540
|
ariaLabel: 'Not',
|
1541
1541
|
displayText: '¬'
|
1542
1542
|
},
|
1543
1543
|
real: {
|
1544
1544
|
title: 'Real part',
|
1545
|
-
|
1545
|
+
textElement: null,
|
1546
1546
|
ariaLabel: 'RealPart',
|
1547
1547
|
displayText: 'ℜ'
|
1548
1548
|
},
|
1549
1549
|
imaginary: {
|
1550
1550
|
title: 'Imaginary part',
|
1551
|
-
|
1551
|
+
textElement: null,
|
1552
1552
|
ariaLabel: 'ImaginaryPart',
|
1553
1553
|
displayText: 'ℑ'
|
1554
1554
|
},
|
1555
1555
|
partialDerivative: {
|
1556
1556
|
title: 'Partial Derivative',
|
1557
|
-
|
1557
|
+
textElement: null,
|
1558
1558
|
ariaLabel: 'PartialDerivative',
|
1559
1559
|
displayText: '∂'
|
1560
1560
|
},
|
1561
1561
|
infinity: {
|
1562
1562
|
title: 'Infinity',
|
1563
|
-
|
1563
|
+
textElement: null,
|
1564
1564
|
ariaLabel: 'Infinity',
|
1565
1565
|
displayText: '∞'
|
1566
1566
|
},
|
1567
1567
|
alpeh: {
|
1568
1568
|
title: 'Aleph',
|
1569
|
-
|
1569
|
+
textElement: null,
|
1570
1570
|
ariaLabel: 'Aleph',
|
1571
1571
|
displayText: 'ℵ'
|
1572
1572
|
},
|
1573
1573
|
degree: {
|
1574
1574
|
title: 'Degree',
|
1575
|
-
|
1575
|
+
textElement: null,
|
1576
1576
|
ariaLabel: 'Degree',
|
1577
1577
|
displayText: '°'
|
1578
1578
|
},
|
1579
1579
|
angle: {
|
1580
1580
|
title: 'Angle',
|
1581
|
-
|
1581
|
+
textElement: null,
|
1582
1582
|
ariaLabel: 'Angle',
|
1583
1583
|
displayText: '∠'
|
1584
1584
|
}
|
@@ -1590,103 +1590,103 @@ export const equationEditorCategoriesAndSymbols = {
|
|
1590
1590
|
symbols: {
|
1591
1591
|
matrix: {
|
1592
1592
|
title: 'Matrix',
|
1593
|
-
|
1593
|
+
textElement: null,
|
1594
1594
|
ariaLabel: 'Matrix',
|
1595
1595
|
displayText: null
|
1596
1596
|
},
|
1597
1597
|
twoByTwoMatrixBoundedBrackets: {
|
1598
1598
|
title: '2 x 2 Matrix bounded by brackets',
|
1599
|
-
|
1599
|
+
textElement: null,
|
1600
1600
|
ariaLabel: 'TwoByTwoMatrixBoundedBrackets',
|
1601
1601
|
displayText: null
|
1602
1602
|
},
|
1603
1603
|
matrixBoundedParenthesis: {
|
1604
1604
|
title: 'Matrix bounded by parenthesis',
|
1605
|
-
|
1605
|
+
textElement: null,
|
1606
1606
|
ariaLabel: 'MatrixBoundedParenthesis',
|
1607
1607
|
displayText: null
|
1608
1608
|
},
|
1609
1609
|
matrixBoundedBraces: {
|
1610
1610
|
title: 'Matrix bounded by braces',
|
1611
|
-
|
1611
|
+
textElement: null,
|
1612
1612
|
ariaLabel: 'MatrixBoundedBraces',
|
1613
1613
|
displayText: null
|
1614
1614
|
},
|
1615
1615
|
singleMatrixBoundedBrackets: {
|
1616
1616
|
title: 'Single matrix bounded by brackets',
|
1617
|
-
|
1617
|
+
textElement: null,
|
1618
1618
|
ariaLabel: 'SingleMatrixBoundedBrackets',
|
1619
1619
|
displayText: null
|
1620
1620
|
},
|
1621
1621
|
insertColumnInMatrix: {
|
1622
1622
|
title: 'Insert column in matrix',
|
1623
|
-
|
1623
|
+
textElement: null,
|
1624
1624
|
ariaLabel: 'InsertColumnInMatrix',
|
1625
1625
|
displayText: null
|
1626
1626
|
},
|
1627
1627
|
insertRowInMatrix: {
|
1628
1628
|
title: 'Insert row in matrix',
|
1629
|
-
|
1629
|
+
textElement: null,
|
1630
1630
|
ariaLabel: 'InsertRowInMatrix',
|
1631
1631
|
displayText: null
|
1632
1632
|
},
|
1633
1633
|
matrixBoundedVerticalLines: {
|
1634
1634
|
title: 'Matrix bounded by vertical lines',
|
1635
|
-
|
1635
|
+
textElement: null,
|
1636
1636
|
ariaLabel: 'MatrixBoundedVerticalLines',
|
1637
1637
|
displayText: null
|
1638
1638
|
},
|
1639
1639
|
matrixBoundedDoubleVerticalLines: {
|
1640
1640
|
title: 'Matrix bounded by double vertical lines',
|
1641
|
-
|
1641
|
+
textElement: null,
|
1642
1642
|
ariaLabel: 'MatrixBoundedDoubleVerticalLines',
|
1643
1643
|
displayText: null
|
1644
1644
|
},
|
1645
1645
|
threeByThreeMatrixBoundedBrackets: {
|
1646
1646
|
title: '3 x 3 Matrix bounded by brackets',
|
1647
|
-
|
1647
|
+
textElement: null,
|
1648
1648
|
ariaLabel: 'ThreeByThreeMatrixBoundedBrackets',
|
1649
1649
|
displayText: null
|
1650
1650
|
},
|
1651
1651
|
subscript: {
|
1652
1652
|
title: 'Lower Exponent',
|
1653
|
-
|
1653
|
+
textElement: null,
|
1654
1654
|
ariaLabel: 'Subscript',
|
1655
1655
|
displayText: null
|
1656
1656
|
},
|
1657
1657
|
superscript: {
|
1658
1658
|
title: 'Upper Exponent',
|
1659
|
-
|
1659
|
+
textElement: null,
|
1660
1660
|
ariaLabel: 'Superscript',
|
1661
1661
|
displayText: null
|
1662
1662
|
},
|
1663
1663
|
factorial: {
|
1664
1664
|
title: 'Factorial',
|
1665
|
-
|
1665
|
+
textElement: null,
|
1666
1666
|
ariaLabel: 'Factorial',
|
1667
1667
|
displayText: null
|
1668
1668
|
},
|
1669
1669
|
dotsBottom: {
|
1670
1670
|
title: 'Horizontal dots (baseline)',
|
1671
|
-
|
1671
|
+
textElement: null,
|
1672
1672
|
ariaLabel: 'DotsBottom',
|
1673
1673
|
displayText: '…'
|
1674
1674
|
},
|
1675
1675
|
dotsMiddle: {
|
1676
1676
|
title: 'Horizontal dots (centered)',
|
1677
|
-
|
1677
|
+
textElement: null,
|
1678
1678
|
ariaLabel: 'DotsMiddle',
|
1679
1679
|
displayText: '⋯'
|
1680
1680
|
},
|
1681
1681
|
verticalDots: {
|
1682
1682
|
title: 'Vertical dots',
|
1683
|
-
|
1683
|
+
textElement: null,
|
1684
1684
|
ariaLabel: 'VerticalDots',
|
1685
1685
|
displayText: '⋮'
|
1686
1686
|
},
|
1687
1687
|
diagonalDots: {
|
1688
1688
|
title: 'Diagonal dots',
|
1689
|
-
|
1689
|
+
textElement: null,
|
1690
1690
|
ariaLabel: 'DiagonalDots',
|
1691
1691
|
displayText: '⋱'
|
1692
1692
|
}
|
@@ -1698,91 +1698,91 @@ export const equationEditorCategoriesAndSymbols = {
|
|
1698
1698
|
symbols: {
|
1699
1699
|
sin: {
|
1700
1700
|
title: 'sin',
|
1701
|
-
|
1701
|
+
textElement: 'sin',
|
1702
1702
|
ariaLabel: 'Sine',
|
1703
1703
|
displayText: 'sin'
|
1704
1704
|
},
|
1705
1705
|
cos: {
|
1706
1706
|
title: 'cos',
|
1707
|
-
|
1707
|
+
textElement: 'cos',
|
1708
1708
|
ariaLabel: 'CosineT',
|
1709
1709
|
displayText: 'cos'
|
1710
1710
|
},
|
1711
1711
|
tan: {
|
1712
1712
|
title: 'tan',
|
1713
|
-
|
1713
|
+
textElement: 'tan',
|
1714
1714
|
ariaLabel: 'TangentT',
|
1715
1715
|
displayText: 'tan'
|
1716
1716
|
},
|
1717
1717
|
sec: {
|
1718
1718
|
title: 'sec',
|
1719
|
-
|
1719
|
+
textElement: 'sec',
|
1720
1720
|
ariaLabel: 'Sec',
|
1721
1721
|
displayText: 'sec'
|
1722
1722
|
},
|
1723
1723
|
cosec: {
|
1724
1724
|
title: 'cosec',
|
1725
|
-
|
1725
|
+
textElement: 'cosec',
|
1726
1726
|
ariaLabel: 'Cosec',
|
1727
1727
|
displayText: 'cosec'
|
1728
1728
|
},
|
1729
1729
|
cot: {
|
1730
1730
|
title: 'cot',
|
1731
|
-
|
1731
|
+
textElement: 'cot',
|
1732
1732
|
ariaLabel: 'Cot',
|
1733
1733
|
displayText: 'cot'
|
1734
1734
|
},
|
1735
1735
|
sinInverse: {
|
1736
1736
|
title: 'sin inverse',
|
1737
|
-
|
1737
|
+
textElement: 'sin',
|
1738
1738
|
ariaLabel: 'SinInverse',
|
1739
1739
|
displayText: 'sin−1'
|
1740
1740
|
},
|
1741
1741
|
cosInverse: {
|
1742
1742
|
title: 'cos inverse',
|
1743
|
-
|
1743
|
+
textElement: 'cos',
|
1744
1744
|
ariaLabel: 'CosInverse',
|
1745
1745
|
displayText: 'cos−1'
|
1746
1746
|
},
|
1747
1747
|
TanInverse: {
|
1748
1748
|
title: 'tan inverse',
|
1749
|
-
|
1749
|
+
textElement: 'tan',
|
1750
1750
|
ariaLabel: 'TanInverse',
|
1751
1751
|
displayText: 'tan−1'
|
1752
1752
|
},
|
1753
1753
|
secInverse: {
|
1754
1754
|
title: 'sec inverse',
|
1755
|
-
|
1755
|
+
textElement: 'sec',
|
1756
1756
|
ariaLabel: 'SecInverse',
|
1757
1757
|
displayText: 'sec−1'
|
1758
1758
|
},
|
1759
1759
|
cosecInverse: {
|
1760
1760
|
title: 'cosec inverse',
|
1761
|
-
|
1761
|
+
textElement: 'csc',
|
1762
1762
|
ariaLabel: 'CosecInverse',
|
1763
1763
|
displayText: 'csc−1'
|
1764
1764
|
},
|
1765
1765
|
cotInverse: {
|
1766
1766
|
title: 'cot inverse',
|
1767
|
-
|
1767
|
+
textElement: 'cot',
|
1768
1768
|
ariaLabel: 'CotInverse',
|
1769
1769
|
displayText: 'cot−1'
|
1770
1770
|
},
|
1771
1771
|
arcsin: {
|
1772
1772
|
title: 'arcsin',
|
1773
|
-
|
1773
|
+
textElement: 'arcsin',
|
1774
1774
|
ariaLabel: 'Arcsin',
|
1775
1775
|
displayText: 'arcsin'
|
1776
1776
|
},
|
1777
1777
|
arccos: {
|
1778
1778
|
title: 'arccos',
|
1779
|
-
|
1779
|
+
textElement: 'arccos',
|
1780
1780
|
ariaLabel: 'Arccos',
|
1781
1781
|
displayText: 'arccos'
|
1782
1782
|
},
|
1783
1783
|
arctan: {
|
1784
1784
|
title: 'arctan',
|
1785
|
-
|
1785
|
+
textElement: 'arctan',
|
1786
1786
|
ariaLabel: 'Arctan',
|
1787
1787
|
displayText: 'arctan'
|
1788
1788
|
}
|
@@ -1794,187 +1794,187 @@ export const equationEditorCategoriesAndSymbols = {
|
|
1794
1794
|
symbols: {
|
1795
1795
|
gram: {
|
1796
1796
|
title: 'Gram',
|
1797
|
-
|
1797
|
+
textElement: 'g',
|
1798
1798
|
ariaLabel: 'Gram',
|
1799
1799
|
displayText: 'g'
|
1800
1800
|
},
|
1801
1801
|
meter: {
|
1802
1802
|
title: 'Meter',
|
1803
|
-
|
1803
|
+
textElement: 'm',
|
1804
1804
|
ariaLabel: 'Meter',
|
1805
1805
|
displayText: 'm'
|
1806
1806
|
},
|
1807
1807
|
litre: {
|
1808
1808
|
title: 'Litre',
|
1809
|
-
|
1809
|
+
textElement: 'L',
|
1810
1810
|
ariaLabel: 'Litre',
|
1811
1811
|
displayText: 'L'
|
1812
1812
|
},
|
1813
1813
|
second: {
|
1814
1814
|
title: 'Second',
|
1815
|
-
|
1815
|
+
textElement: 's',
|
1816
1816
|
ariaLabel: 'Second',
|
1817
1817
|
displayText: 's'
|
1818
1818
|
},
|
1819
1819
|
kilogram: {
|
1820
1820
|
title: 'Kilogram',
|
1821
|
-
|
1821
|
+
textElement: 'kg',
|
1822
1822
|
ariaLabel: 'Kilogram',
|
1823
1823
|
displayText: 'kg'
|
1824
1824
|
},
|
1825
1825
|
centigram: {
|
1826
1826
|
title: 'Centigram',
|
1827
|
-
|
1827
|
+
textElement: 'cg',
|
1828
1828
|
ariaLabel: 'Centigram',
|
1829
1829
|
displayText: 'cg'
|
1830
1830
|
},
|
1831
1831
|
milligram: {
|
1832
1832
|
title: 'Milligram',
|
1833
|
-
|
1833
|
+
textElement: 'mg',
|
1834
1834
|
ariaLabel: 'Milligram',
|
1835
1835
|
displayText: 'mg'
|
1836
1836
|
},
|
1837
1837
|
microgram: {
|
1838
1838
|
title: 'Microgram',
|
1839
|
-
|
1839
|
+
textElement: 'μg',
|
1840
1840
|
ariaLabel: 'Microgram',
|
1841
1841
|
displayText: 'µg'
|
1842
1842
|
},
|
1843
1843
|
nanogram: {
|
1844
1844
|
title: 'Nanogram',
|
1845
|
-
|
1845
|
+
textElement: 'ng',
|
1846
1846
|
ariaLabel: 'Nanogram',
|
1847
1847
|
displayText: 'ng'
|
1848
1848
|
},
|
1849
1849
|
kilometer: {
|
1850
1850
|
title: 'Kilometer',
|
1851
|
-
|
1851
|
+
textElement: 'km',
|
1852
1852
|
ariaLabel: 'Kilometer',
|
1853
1853
|
displayText: 'km'
|
1854
1854
|
},
|
1855
1855
|
centimeter: {
|
1856
1856
|
title: 'Centimeter',
|
1857
|
-
|
1857
|
+
textElement: 'cm',
|
1858
1858
|
ariaLabel: 'Centimeter',
|
1859
1859
|
displayText: 'cm'
|
1860
1860
|
},
|
1861
1861
|
millimeter: {
|
1862
1862
|
title: 'Millimeter',
|
1863
|
-
|
1863
|
+
textElement: 'mm',
|
1864
1864
|
ariaLabel: 'Millimeter',
|
1865
1865
|
displayText: 'mm'
|
1866
1866
|
},
|
1867
1867
|
micrometer: {
|
1868
1868
|
title: 'Micrometer',
|
1869
|
-
|
1869
|
+
textElement: 'μm',
|
1870
1870
|
ariaLabel: 'Micrometer',
|
1871
1871
|
displayText: 'µm'
|
1872
1872
|
},
|
1873
1873
|
nanometer: {
|
1874
1874
|
title: 'Nanometer',
|
1875
|
-
|
1875
|
+
textElement: 'nm',
|
1876
1876
|
ariaLabel: 'Nanometer',
|
1877
1877
|
displayText: 'nm'
|
1878
1878
|
},
|
1879
1879
|
millilitre: {
|
1880
1880
|
title: 'Millilitre',
|
1881
|
-
|
1881
|
+
textElement: 'mL',
|
1882
1882
|
ariaLabel: 'Millilitre',
|
1883
1883
|
displayText: 'mL'
|
1884
1884
|
},
|
1885
1885
|
microlitre: {
|
1886
1886
|
title: 'Microlitre',
|
1887
|
-
|
1887
|
+
textElement: 'μL',
|
1888
1888
|
ariaLabel: 'Microlitre',
|
1889
1889
|
displayText: 'µL'
|
1890
1890
|
},
|
1891
1891
|
kilosecond: {
|
1892
1892
|
title: 'Kilosecond',
|
1893
|
-
|
1893
|
+
textElement: 'ks',
|
1894
1894
|
ariaLabel: 'Kilosecond',
|
1895
1895
|
displayText: 'ks'
|
1896
1896
|
},
|
1897
1897
|
centisecond: {
|
1898
1898
|
title: 'Centisecond',
|
1899
|
-
|
1899
|
+
textElement: 'cs',
|
1900
1900
|
ariaLabel: 'Centisecond',
|
1901
1901
|
displayText: 'cs'
|
1902
1902
|
},
|
1903
1903
|
millisecond: {
|
1904
1904
|
title: 'Millisecond',
|
1905
|
-
|
1905
|
+
textElement: 'ms',
|
1906
1906
|
ariaLabel: 'Millisecond',
|
1907
1907
|
displayText: 'ms'
|
1908
1908
|
},
|
1909
1909
|
microsecond: {
|
1910
1910
|
title: 'Microsecond',
|
1911
|
-
|
1911
|
+
textElement: 'μs',
|
1912
1912
|
ariaLabel: 'Microsecond',
|
1913
1913
|
displayText: 'µs'
|
1914
1914
|
},
|
1915
1915
|
nanosecond: {
|
1916
1916
|
title: 'Nanosecond',
|
1917
|
-
|
1917
|
+
textElement: 'ns',
|
1918
1918
|
ariaLabel: 'Nanosecond',
|
1919
1919
|
displayText: 'ns'
|
1920
1920
|
},
|
1921
1921
|
ounce: {
|
1922
1922
|
title: 'Ounce',
|
1923
|
-
|
1923
|
+
textElement: 'oz',
|
1924
1924
|
ariaLabel: 'Ounce',
|
1925
1925
|
displayText: 'oz'
|
1926
1926
|
},
|
1927
1927
|
Pound: {
|
1928
1928
|
title: 'Pound',
|
1929
|
-
|
1929
|
+
textElement: 'lb',
|
1930
1930
|
ariaLabel: 'Pound',
|
1931
1931
|
displayText: 'lb'
|
1932
1932
|
},
|
1933
1933
|
inch: {
|
1934
1934
|
title: 'Inch',
|
1935
|
-
|
1935
|
+
textElement: 'in',
|
1936
1936
|
ariaLabel: 'Inch',
|
1937
1937
|
displayText: 'in'
|
1938
1938
|
},
|
1939
1939
|
foot: {
|
1940
1940
|
title: 'Foot',
|
1941
|
-
|
1941
|
+
textElement: 'ft',
|
1942
1942
|
ariaLabel: 'Foot',
|
1943
1943
|
displayText: 'ft'
|
1944
1944
|
},
|
1945
1945
|
mile: {
|
1946
1946
|
title: 'Mile',
|
1947
|
-
|
1947
|
+
textElement: 'mi',
|
1948
1948
|
ariaLabel: 'Mile',
|
1949
1949
|
displayText: 'mi'
|
1950
1950
|
},
|
1951
1951
|
fluidOunce: {
|
1952
1952
|
title: 'Fluid Ounce',
|
1953
|
-
|
1953
|
+
textElement: 'fl oz',
|
1954
1954
|
ariaLabel: 'FluidOunce',
|
1955
1955
|
displayText: 'fl oz'
|
1956
1956
|
},
|
1957
1957
|
cup: {
|
1958
1958
|
title: 'Cup',
|
1959
|
-
|
1959
|
+
textElement: 'cup',
|
1960
1960
|
ariaLabel: 'Cup',
|
1961
1961
|
displayText: 'cup'
|
1962
1962
|
},
|
1963
1963
|
pint: {
|
1964
1964
|
title: 'Pint',
|
1965
|
-
|
1965
|
+
textElement: 'pt',
|
1966
1966
|
ariaLabel: 'Pint',
|
1967
1967
|
displayText: 'pt'
|
1968
1968
|
},
|
1969
1969
|
quart: {
|
1970
1970
|
title: 'Quart',
|
1971
|
-
|
1971
|
+
textElement: 'qt',
|
1972
1972
|
ariaLabel: 'Quart',
|
1973
1973
|
displayText: 'qt'
|
1974
1974
|
},
|
1975
1975
|
gallon: {
|
1976
1976
|
title: 'Gallon',
|
1977
|
-
|
1977
|
+
textElement: 'gal',
|
1978
1978
|
ariaLabel: 'Gallon',
|
1979
1979
|
displayText: 'gal'
|
1980
1980
|
}
|
@@ -1986,139 +1986,139 @@ export const equationEditorCategoriesAndSymbols = {
|
|
1986
1986
|
symbols: {
|
1987
1987
|
limit: {
|
1988
1988
|
title: 'Limit x to',
|
1989
|
-
|
1989
|
+
textElement: 'lim',
|
1990
1990
|
ariaLabel: 'LimitXTo',
|
1991
1991
|
displayText: 'limx→'
|
1992
1992
|
},
|
1993
1993
|
epsilon: {
|
1994
1994
|
title: 'Epsilon',
|
1995
|
-
|
1995
|
+
textElement: null,
|
1996
1996
|
ariaLabel: 'Epsilon',
|
1997
1997
|
displayText: 'ϵ'
|
1998
1998
|
},
|
1999
1999
|
eulersNumber: {
|
2000
2000
|
title: 'Euler\'s number',
|
2001
|
-
|
2001
|
+
textElement: 'e',
|
2002
2002
|
ariaLabel: 'EulersNumber',
|
2003
2003
|
displayText: 'e'
|
2004
2004
|
},
|
2005
2005
|
deltaUppercase: {
|
2006
2006
|
title: 'Delta (uppercase)',
|
2007
|
-
|
2007
|
+
textElement: null,
|
2008
2008
|
ariaLabel: 'DeltaUppercase',
|
2009
2009
|
displayText: 'Δ'
|
2010
2010
|
},
|
2011
2011
|
derivative: {
|
2012
2012
|
title: 'Derivative dy/dx',
|
2013
|
-
|
2013
|
+
textElement: null,
|
2014
2014
|
ariaLabel: 'Derivative',
|
2015
2015
|
displayText: 'dydx'
|
2016
2016
|
},
|
2017
2017
|
secondDerivative: {
|
2018
2018
|
title: 'Second derivative',
|
2019
|
-
|
2019
|
+
textElement: null,
|
2020
2020
|
ariaLabel: 'SecondDerivative',
|
2021
2021
|
displayText: 'd2ydx2'
|
2022
2022
|
},
|
2023
2023
|
nDerivative: {
|
2024
2024
|
title: 'nth derivative',
|
2025
|
-
|
2025
|
+
textElement: null,
|
2026
2026
|
ariaLabel: 'NthDerivative',
|
2027
2027
|
displayText: 'dydx'
|
2028
2028
|
},
|
2029
2029
|
partialDerivative: {
|
2030
2030
|
title: 'Partial derivative',
|
2031
|
-
|
2031
|
+
textElement: null,
|
2032
2032
|
ariaLabel: 'PartialDerivative',
|
2033
2033
|
displayText: '∂y∂x'
|
2034
2034
|
},
|
2035
2035
|
timeDerivative: {
|
2036
2036
|
title: 'Time derivative',
|
2037
|
-
|
2037
|
+
textElement: null,
|
2038
2038
|
ariaLabel: 'TimeDerivative',
|
2039
2039
|
displayText: '˙y'
|
2040
2040
|
},
|
2041
2041
|
timeSecondDerivative: {
|
2042
2042
|
title: 'Time second derivative',
|
2043
|
-
|
2043
|
+
textElement: null,
|
2044
2044
|
ariaLabel: 'TimeSecondDerivative',
|
2045
2045
|
displayText: '˙˙y'
|
2046
2046
|
},
|
2047
2047
|
integral: {
|
2048
2048
|
title: 'Integral',
|
2049
|
-
|
2049
|
+
textElement: null,
|
2050
2050
|
ariaLabel: 'Integral',
|
2051
2051
|
displayText: '∫'
|
2052
2052
|
},
|
2053
2053
|
doubleIntegral: {
|
2054
2054
|
title: 'Double integral',
|
2055
|
-
|
2055
|
+
textElement: null,
|
2056
2056
|
ariaLabel: 'DoubleIntegral',
|
2057
2057
|
displayText: '∬'
|
2058
2058
|
},
|
2059
2059
|
tripleIntegral: {
|
2060
2060
|
title: 'Triple integral',
|
2061
|
-
|
2061
|
+
textElement: null,
|
2062
2062
|
ariaLabel: 'TripleIntegral',
|
2063
2063
|
displayText: '∭'
|
2064
2064
|
},
|
2065
2065
|
lineIntegral: {
|
2066
2066
|
title: 'closed contour integral',
|
2067
|
-
|
2067
|
+
textElement: null,
|
2068
2068
|
ariaLabel: 'LineIntegral',
|
2069
2069
|
displayText: '∮'
|
2070
2070
|
},
|
2071
2071
|
closedSurfaceIntegral: {
|
2072
2072
|
title: 'Closed surface integral',
|
2073
|
-
|
2073
|
+
textElement: null,
|
2074
2074
|
ariaLabel: 'ClosedSurfaceIntegral',
|
2075
2075
|
displayText: '∯'
|
2076
2076
|
},
|
2077
2077
|
closedVolumeIntegral: {
|
2078
2078
|
title: 'Closed volume integral',
|
2079
|
-
|
2079
|
+
textElement: null,
|
2080
2080
|
ariaLabel: 'ClosedVolumeIntegral',
|
2081
2081
|
displayText: '∰'
|
2082
2082
|
},
|
2083
2083
|
summation: {
|
2084
2084
|
title: 'Summation',
|
2085
|
-
|
2085
|
+
textElement: null,
|
2086
2086
|
ariaLabel: 'Summation',
|
2087
2087
|
displayText: '∑'
|
2088
2088
|
},
|
2089
2089
|
underSim: {
|
2090
2090
|
title: 'Under sim',
|
2091
|
-
|
2091
|
+
textElement: null,
|
2092
2092
|
ariaLabel: 'UnderSim',
|
2093
2093
|
displayText: '~'
|
2094
2094
|
},
|
2095
2095
|
vector: {
|
2096
2096
|
title: 'Vector',
|
2097
|
-
|
2097
|
+
textElement: null,
|
2098
2098
|
ariaLabel: 'Vector',
|
2099
2099
|
displayText: '→'
|
2100
2100
|
},
|
2101
2101
|
unitVector: {
|
2102
2102
|
title: 'Unit vector',
|
2103
|
-
|
2103
|
+
textElement: null,
|
2104
2104
|
ariaLabel: 'UnitVector',
|
2105
2105
|
displayText: '^'
|
2106
2106
|
},
|
2107
2107
|
nabla: {
|
2108
2108
|
title: 'Nabla',
|
2109
|
-
|
2109
|
+
textElement: null,
|
2110
2110
|
ariaLabel: 'Nabla',
|
2111
2111
|
displayText: '∇'
|
2112
2112
|
},
|
2113
2113
|
infinity: {
|
2114
2114
|
title: 'Infinity',
|
2115
|
-
|
2115
|
+
textElement: null,
|
2116
2116
|
ariaLabel: 'Infinity',
|
2117
2117
|
displayText: '∞'
|
2118
2118
|
},
|
2119
2119
|
absoluteValue: {
|
2120
2120
|
title: 'Absolute Value',
|
2121
|
-
|
2121
|
+
textElement: null,
|
2122
2122
|
ariaLabel: 'AbsoluteValue',
|
2123
2123
|
displayText: '||'
|
2124
2124
|
}
|
@@ -2130,139 +2130,139 @@ export const equationEditorCategoriesAndSymbols = {
|
|
2130
2130
|
symbols: {
|
2131
2131
|
circle: {
|
2132
2132
|
title: 'Circle',
|
2133
|
-
|
2133
|
+
textElement: null,
|
2134
2134
|
ariaLabel: 'BigCircle',
|
2135
2135
|
displayText: '◯'
|
2136
2136
|
},
|
2137
2137
|
square: {
|
2138
2138
|
title: 'Square',
|
2139
|
-
|
2139
|
+
textElement: null,
|
2140
2140
|
ariaLabel: 'SquareShape',
|
2141
2141
|
displayText: '□'
|
2142
2142
|
},
|
2143
2143
|
triangle: {
|
2144
2144
|
title: 'Triangle',
|
2145
|
-
|
2145
|
+
textElement: null,
|
2146
2146
|
ariaLabel: 'Triangle',
|
2147
2147
|
displayText: '△'
|
2148
2148
|
},
|
2149
2149
|
parallelogram: {
|
2150
2150
|
title: 'Parallelogram',
|
2151
|
-
|
2151
|
+
textElement: null,
|
2152
2152
|
ariaLabel: 'Parallelogram',
|
2153
2153
|
displayText: '▱'
|
2154
2154
|
},
|
2155
2155
|
perpendicularTo: {
|
2156
2156
|
title: 'Perpendicular to',
|
2157
|
-
|
2157
|
+
textElement: null,
|
2158
2158
|
ariaLabel: 'PerpendicularTo',
|
2159
2159
|
displayText: '⊥'
|
2160
2160
|
},
|
2161
2161
|
similarTo: {
|
2162
2162
|
title: 'Similar To',
|
2163
|
-
|
2163
|
+
textElement: null,
|
2164
2164
|
ariaLabel: 'SimilarTo',
|
2165
2165
|
displayText: '~'
|
2166
2166
|
},
|
2167
2167
|
congruentTo: {
|
2168
2168
|
title: 'Congruent To',
|
2169
|
-
|
2169
|
+
textElement: null,
|
2170
2170
|
ariaLabel: 'CongruentTo',
|
2171
2171
|
displayText: '≅'
|
2172
2172
|
},
|
2173
2173
|
parallelTo: {
|
2174
2174
|
title: 'Parallel to',
|
2175
|
-
|
2175
|
+
textElement: null,
|
2176
2176
|
ariaLabel: 'ParallelTo',
|
2177
2177
|
displayText: '∥'
|
2178
2178
|
},
|
2179
2179
|
notParallel: {
|
2180
2180
|
title: 'Not parallel',
|
2181
|
-
|
2181
|
+
textElement: null,
|
2182
2182
|
ariaLabel: 'NotParallel',
|
2183
2183
|
displayText: '∦'
|
2184
2184
|
},
|
2185
2185
|
pi: {
|
2186
2186
|
title: 'Pi',
|
2187
|
-
|
2187
|
+
textElement: null,
|
2188
2188
|
ariaLabel: 'Pi',
|
2189
2189
|
displayText: 'π'
|
2190
2190
|
},
|
2191
2191
|
dotMultiplier: {
|
2192
2192
|
title: 'Dot Multiplier',
|
2193
|
-
|
2193
|
+
textElement: null,
|
2194
2194
|
ariaLabel: 'DotMultiplier',
|
2195
2195
|
displayText: '·'
|
2196
2196
|
},
|
2197
2197
|
degree: {
|
2198
2198
|
title: 'Degree',
|
2199
|
-
|
2199
|
+
textElement: null,
|
2200
2200
|
ariaLabel: 'Degree',
|
2201
2201
|
displayText: '°'
|
2202
2202
|
},
|
2203
2203
|
prime: {
|
2204
2204
|
title: 'Prime/Arcminute',
|
2205
|
-
|
2205
|
+
textElement: null,
|
2206
2206
|
ariaLabel: 'Prime',
|
2207
2207
|
displayText: '′'
|
2208
2208
|
},
|
2209
2209
|
doublePrime: {
|
2210
2210
|
title: 'Double Prime/Arcsecond',
|
2211
|
-
|
2211
|
+
textElement: null,
|
2212
2212
|
ariaLabel: 'DoublePrime',
|
2213
2213
|
displayText: '″'
|
2214
2214
|
},
|
2215
2215
|
angle: {
|
2216
2216
|
title: 'Angle',
|
2217
|
-
|
2217
|
+
textElement: null,
|
2218
2218
|
ariaLabel: 'Angle',
|
2219
2219
|
displayText: '∠'
|
2220
2220
|
},
|
2221
2221
|
measureOfAngle: {
|
2222
2222
|
title: 'Measure of angle',
|
2223
|
-
|
2223
|
+
textElement: null,
|
2224
2224
|
ariaLabel: 'MeasureOfAngle',
|
2225
2225
|
displayText: 'm∠'
|
2226
2226
|
},
|
2227
2227
|
arc: {
|
2228
2228
|
title: 'Arc',
|
2229
|
-
|
2229
|
+
textElement: null,
|
2230
2230
|
ariaLabel: 'Arc',
|
2231
2231
|
displayText: null
|
2232
2232
|
},
|
2233
2233
|
topLineSegment: {
|
2234
2234
|
title: 'Line segment on top',
|
2235
|
-
|
2235
|
+
textElement: null,
|
2236
2236
|
ariaLabel: 'TopLineSegment',
|
2237
2237
|
displayText: null
|
2238
2238
|
},
|
2239
2239
|
vector: {
|
2240
2240
|
title: 'Vector',
|
2241
|
-
|
2241
|
+
textElement: null,
|
2242
2242
|
ariaLabel: 'Vector',
|
2243
2243
|
displayText: '→'
|
2244
2244
|
},
|
2245
2245
|
topDoubleSidedArrow: {
|
2246
2246
|
title: 'Double sided arrow on top',
|
2247
|
-
|
2247
|
+
textElement: null,
|
2248
2248
|
ariaLabel: 'TopDoubleSidedArrow',
|
2249
2249
|
displayText: null
|
2250
2250
|
},
|
2251
2251
|
topLeftArrow: {
|
2252
2252
|
title: 'Left Arrow (Ray) on top',
|
2253
|
-
|
2253
|
+
textElement: null,
|
2254
2254
|
ariaLabel: 'TopLeftArrow',
|
2255
2255
|
displayText: null
|
2256
2256
|
},
|
2257
2257
|
topRightArrow: {
|
2258
2258
|
title: 'Right Arrow (Ray) on top',
|
2259
|
-
|
2259
|
+
textElement: null,
|
2260
2260
|
ariaLabel: 'TopRightArrow',
|
2261
2261
|
displayText: null
|
2262
2262
|
},
|
2263
2263
|
recurringDecimal: {
|
2264
2264
|
title: 'Recurring decimal',
|
2265
|
-
|
2265
|
+
textElement: null,
|
2266
2266
|
ariaLabel: 'RecurringDecimal',
|
2267
2267
|
displayText: '˙'
|
2268
2268
|
}
|