mathcat 0.1.26

MathCAT: Math Capable Assistive Technology ('Speech and braille from MathML')
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
---

 - "a": 
    - test: 
        if: "$TTS='none'"
        then: [t: "a"]                          	#  long "a" sound in all speech engines I tested (espeak, MS SAPI, eloquence,	(en: 'eigh')
        else: [spell: "'a'"]                    	#     AWS Polly, ReadSpeaker, NaturalReader, google cloud, nuance, ibm watson)
 - "b-z": 
    - test: 
        if: "$TTS='none'"
        then: [t: "a"]                          	# 	(en: '.')
        else: [spell: "'.'"]                       

 - "A":
    - test:
        if: "$SpeechOverrides_CapitalLetters = ''"
        then_test:
            if: "$TTS='none'"
            then: [t: "A"]                      	# 	(en: 'Eigh')
            else: [spell: "'A'"]
        else:
        - x: "$SpeechOverrides_CapitalLetters"
        - test:
            if: "$TTS='none'"
            then: [t: "A"]                      	# 	(en: 'eigh')
            else: [spell: "'a'"]
            
 - "B-Z": 
    - test:
        # note: processing of ranges converts '.' into the character, so it needs to be in quotes below
        if: "$SpeechOverrides_CapitalLetters = ''"
        then: [spell: "'.'"]
        else: [x: "$SpeechOverrides_CapitalLetters", spell: "translate('.', 'BCDEFGHIJKLMNOPQRSTUVWXYZ', 'bcdefghijklmnopqrstuvwxyz')"]

 - "0-9": [t: "a"]                              	# 	(en: '.', google: 'A')

 - "!": [t: "factorielle"]                      	#  0x21	(en: 'factorial')
 - "\"": [t: "barre oblique inversée"]          	#  0x22	(en: 'quotation mark')
 - "#": [t: "dièse"]                            	#  0x23	(en: 'number')
 - "$": [t: "dollars"]                          	#  0x24
 - "%": [t: "pourcent"]                         	#  0x25	(en: 'percent')
 - "&": [t: "esperluette"]                      	#  0x26	(en: 'ampersand')
 - "'": [t: "apostrophe"]                       	#  0x27	(SRE: 'prime')
 - "(":                                         	#  0x28
    - test:
        if: $SpeechStyle = 'ClearSpeak' or $SpeechStyle = 'SimpleSpeak'
        then_test:
            if: "$Verbosity='Terse'"
            then: [t: "ouvrir"]                 	# 	(en: 'open')
            else: [t: "parenthèse gauche"]      	# 	(en: 'open paren', MathPlayer: 'parenthèse ouvrante', google: 'parenthèses ouvertes')
        else: [t: "parenthèse gauche"]          	# 	(en: 'left paren', MathPlayer: 'parenthèse ouvrante', google: 'parenthèses gauche')
 - ")":                                         	#  0x29
    - test:
        if: $SpeechStyle = 'ClearSpeak' or $SpeechStyle = 'SimpleSpeak'
        then_test:
            if: "$Verbosity='Terse'"
            then: [t: "proche"]                 	# 	(en: 'close')
            else: [t: "parenthèse droite"]      	# 	(en: 'close paren', MathPlayer: 'parenthèse fermante', google: 'parenthèses fermées')
        else: [t: "parenthèse droite"]          	# 	(en: 'right paren', MathPlayer: 'parenthèse fermante', google: 'Bonne parenthèse')

 - "*": [t: "astérisque"]                       	#  0x2a	(en: 'times')
 - "+": [t: "plus"]                             	#  0x2b	(MathPlayer: 'pluce')
 - ",":                                         	#  0x2c
    # the following deals with the interaction of "," with "…" which sometimes wants the ',' to be silent
    # that this test is here and not with "…" is not ideal, but seems simplest
     test:
        if:
            - "$SpeechStyle != 'ClearSpeak' or $ClearSpeak_Ellipses = 'Auto' or "
               # must be ClearSpeak and $ClearSpeak_Ellipses = 'AndSoOn'
               # speak "comma" when not adjacent to '…'
            - "( following-sibling::*[1][text()!= '…'] and preceding-sibling::*[1][text()!='…']  ) or "
               # except if expression starts with '…'
            - " ../*[1][text()='…'] "
        then: [t: "virgule"]                    	# 	(en: 'comma')
        # else silent

 - "-": [t: "moins"]                            	#  0x2d	(en: 'minus')
 - ".":                                         	#  0x2e
    - test:
        if: "parent::*[1][self::m:mn]"
        then: [t: "point"]
        else: [t: "point"]                      	# 	(en: 'dot')
 - "/": [t: "barre oblique"]                    	#  0x2f	(en: 'divided by')
 - ":": [t: "deux points"]                      	#  0x3a	(en: 'colon')
 - ";": [t: "point virgule"]                    	#  0x3b	(en: 'semicolon')
 - "<":                                         	#  0x3c
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "est"]                       	# 	(en: 'is')
     - t: "inférieur à"                         	# 	(en: 'less than')
 - "=": [t: "égale"]                            	#  0x3d	(en: 'equals')
 - ">":                                         	#  0x3e
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "est"]                       	# 	(en: 'is')
     - t: "supérieur à"                         	# 	(en: 'greater than')
 - "?": [t: "point d'interrogation"]            	#  0x3f	(en: 'question mark')
 - "@": [t: "arobase"]                          	#  0x40	(en: 'at sign')
 - "[":                                         	#  0x5b
    - test:
        if: $SpeechStyle = 'ClearSpeak' or $SpeechStyle = 'SimpleSpeak'
        then: [t: "Support ouvert"]             	# 	(en: 'open bracket')
        else: [t: "crochet gauche"]             	# 	(en: 'left bracket', MathPlayer: 'crochet ouvrant', google: 'support gauche')
 - "\\": [t: "crochet gauche"]                  	#  0x5c	(en: 'back slash', MathPlayer: 'crochet ouvrant', google: 'Back Slash')
 - "]":                                         	#  0x5d
    - test:
        if: $SpeechStyle = 'ClearSpeak' or $SpeechStyle = 'SimpleSpeak'
        then: [t: "GRACKET CLOSE"]              	# 	(en: 'close bracket')
        else: [t: "crochet droit"]              	# 	(en: 'right bracket', MathPlayer: 'crochet fermant', google: 'support droit')
 - "^": [t: "circonflexe"]                      	#  0x5e	(en: 'hat')
 - "_": [t: "tiret bas"]                        	#  0x5f	(en: 'under bar')
 - "`": [t: "accent grave"]                     	#  0x60	(en: 'grave')
 - "{":                                         	#  0x7b
    - test:
        if: $SpeechStyle = 'ClearSpeak' or $SpeechStyle = 'SimpleSpeak'
        then: [t: "ouverte ouverte"]            	# 	(en: 'open brace')
        else: [t: "accolade gauche"]            	# 	(en: 'left brace', MathPlayer: 'accolade ouvrante', google: 'Brace gauche')
 - "|":                                         	#  0x7c
    # note: for ClearSpeak and SimpleSpeak, "|" inside of sets is handled at the mrow level, same for 'sets'
     - test:
        - if: $SpeechStyle != 'ClearSpeak'
          then: [t: "ligne verticale"]          	# 	(en: 'vertical line')
        - else_if: "$ClearSpeak_VerticalLine = 'SuchThat'"
          then: [t: "tel que"]                  	# 	(en: 'such that')
        - else_if: "$ClearSpeak_VerticalLine = 'Given'"  
          then: [t: "le"]                       	# 	(en: 'the')
        - else: [t: "barre verticale"]          	# 	(en: 'divides')

 - "}":                                         	#  0x7d
    - test:
        if: $SpeechStyle = 'ClearSpeak' or $SpeechStyle = 'SimpleSpeak'
        then: [t: "Fermer l'attelle"]           	# 	(en: 'close brace')
        else: [t: "accolade droite"]            	# 	(en: 'right brace', MathPlayer: 'accolade fermante', google: 'Brace droite')

 - "~": [t: "tilde"]                            	#  0x7e
 - " ": [t: ""]                                 	#  0xa0
 - "¢": [t: "centimes"]                         	#  0xa2	(en: 'cents')
 - "£": [t: "livres"]                           	#  0xa3	(en: 'pounds')
 - "¬": [t: "négation"]                         	#  0xac	(en: 'not')
 - "°": [t: "degrés"]                           	#  0xb0	(en: 'degrees')
 - "±": [t: "plus ou moins"]                    	#  0xb1	(en: 'plus or minus')
 - "´": [t: "accent aigu"]                      	#  0xb4	(en: 'acute')
 - "·":                                         	#  0xB7
    - test:
        if: "$SpeechStyle != 'ClearSpeak' or $ClearSpeak_MultSymbolDot = 'Auto'"
        then: [t: "fois"]                       	# 	(en: 'times')
        else: [t: "point médian"]               	# 	(en: 'dot')
 - "×":                                         	#  0xd7
    - test:
        if: "$SpeechStyle != 'ClearSpeak' or $ClearSpeak_MultSymbolX = 'Auto'"
        then: [t: "fois"]                       	# 	(en: 'times')
        else_test:
            if: $ClearSpeak_MultSymbolX = 'By'
            then: [t: "par"]                    	# 	(en: 'by')
            else: [t: "multiplié par"]          	# 	(en: 'cross')
 - "÷": [t: "divisé par"]                       	#  0xf7	(en: 'divided by')
 - "̀": [t: "diacritique accent grave"]         	#  0x300	(en: 'grave accent embellishment', google: 'grave accent embellissement')
 - "́": [t: "diacritique accent aigu"]          	#  0x301	(en: 'acute accent embellishment', google: 'Embellissement accent aigu')
 - "̂": [t: "diacritique accent circonflexe"]   	#  0x302	(en: 'circumflex accent embellishment', google: 'Accentuation circonflexe Embellissement')
 - "̃": [t: "diacritique tilde"]                	#  0x303	(en: 'tilde embellishment', google: 'Embellissement Tilde')
 - "̄": [t: "diacritique macron"]               	#  0x304	(en: 'macron embellishment', google: 'Embellissement de Macron')
 - "̅": [t: "diacritique tiret haut"]           	#  0x305	(en: 'overbar embellishment', google: 'Overbar Embellissement')
 - "̆": [t: "diacritique brève"]                	#  0x306	(en: 'breve', google: 'brève')
 - "̇": [t: "diacritique point en chef"]        	#  0x307	(en: 'dot above embellishment', google: 'point au-dessus de l'embellissement')
 - "Α":                                         	#  0x391
    - test:
        # note: processing of ranges converts '.' into the character, so it needs to be in quotes below
        if: "DEBUG($SpeechOverrides_CapitalLetters) = ''"
        then: [x: "$SpeechOverrides_CapitalLetters"]
        else: [t: "alpha"]

#  - "Α":                                          # 0x391
#      - test: 
#          if: "($Blind or $Verbosity!='Terse')"
#          then: [t: "cap"]
#      - t: "alpha"
 - "Β":                                         	#  0x392
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "bêta"                                	# 	(en: 'beta')
 - "Γ":                                         	#  0x393
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "gamma"

    # Note: ClearSpeak has pref TriangleSymbol for this character, but that is wrong
 - "Δ":                                         	#  0x394
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "delta"
 - "Ε":                                         	#  0x395
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "epsilon"                             	# 	(google: 'Epsilon')
 - "Ζ":                                         	#  0x396
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "zêta"                                	# 	(en: 'zeta', google: 'Zeta')
 - "Η":                                         	#  0x397
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "êta"                                 	# 	(en: 'eta', google: 'ETA')
 - "Θ":                                         	#  0x398
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "thêta"                               	# 	(en: 'theta')
 - "Ι":                                         	#  0x399
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "iota"
 - "Κ":                                         	#  0x39a
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "kappa"
 - "Λ":                                         	#  0x39b
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "lambda"
 - "Μ":                                         	#  0x39c
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: ""                                  	# 	(en: 'mu', google: 'MU')
 - "Ν":                                         	#  0x39d
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: ""                                  	# 	(en: 'nu', google: 'Nu')
 - "Ξ":                                         	#  0x39e
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "xi"                                  	# 	(en: 'zai', google: 'Zai')
 - "Ο":                                         	#  0x39f
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "omicron"                             	# 	(google: 'Omicron')
 - "Π":                                         	#  0x3a0
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "pi"
 - "Ρ":                                         	#  0x3a1
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "rho"                                 	# 	(google: 'Rho')
 - "Σ":                                         	#  0x3a3
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "sigma"                               	# 	(google: 'Sigma')
 - "Τ":                                         	#  0x3a4
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "tau"                                 	# 	(google: 'Tau')
 - "Υ":                                         	#  0x3a5
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "upsilon"
 - "Φ":                                         	#  0x3a6
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "phi"                                 	# 	(google: 'Phi')
 - "Χ":                                         	#  0x3a7
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "chi"                                 	# 	(google: 'CHI')
 - "Ψ":                                         	#  0x3a8
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "psi"                                 	# 	(google: 'Psi')
 - "Ω":                                         	#  0x3a9
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "oméga"                               	# 	(en: 'omega')
 - "Ϊ":                                         	#  0x3aa
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "iota avec dialytika"                 	# 	(en: 'iota with dialytika')
 - "Ϋ":                                         	#  0x3ab
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "Upsilon avec dialytika"              	# 	(en: 'upsilon with dialytika')
 - "α": [t: "alpha"]                            	#  0x3b1
 - "β": [t: "bêta"]                             	#  0x3b2	(en: 'beta')
 - "γ": [t: "gamma"]                            	#  0x3b3
 - "δ": [t: "delta"]                            	#  0x3b4
 - "ε": [t: "epsilon"]                          	#  0x3b5	(google: 'Epsilon')
 - "ζ": [t: "zêta"]                             	#  0x3b6	(en: 'zeta', google: 'Zeta')
 - "η": [t: "êta"]                              	#  0x3b7	(en: 'eta', google: 'ETA')
 - "θ": [t: "thêta"]                            	#  0x3b8	(en: 'theta')
 - "ι": [t: "iota"]                             	#  0x3b9
 - "κ": [t: "kappa"]                            	#  0x3ba
 - "λ": [t: "lambda"]                           	#  0x3bb
 - "μ": [t: ""]                               	#  0x3bc	(en: 'mu', google: 'MU')
 - "ν": [t: ""]                               	#  0x3bd	(en: 'nu', google: 'Nu')
 - "ξ": [t: "xi"]                               	#  0x3be	(en: 'zai', google: 'Zai')
 - "ο": [t: "omicron"]                          	#  0x3bf	(google: 'Omicron')
 - "π": [t: "pi"]                               	#  0x3c0
 - "ρ": [t: "rho"]                              	#  0x3c1	(google: 'Rho')
 - "ς": [t: "sigma final"]                      	#  0x3c2	(en: 'final sigma', google: 'Sigma final')
 - "σ": [t: "sigma"]                            	#  0x3c3	(google: 'Sigma')
 - "τ": [t: "tau"]                              	#  0x3c4	(google: 'Tau')
 - "υ": [t: "upsilon"]                          	#  0x3c5
 - "φ": [t: "phi"]                              	#  0x3c6	(google: 'Phi')
 - "χ": [t: "chi"]                              	#  0x3c7	(google: 'CHI')
 - "ψ": [t: "psi"]                              	#  0x3c8	(google: 'Psi')
 - "ω": [t: "oméga"]                            	#  0x3c9	(en: 'omega')
 - "ϕ": [t: "phi droit"]                        	#  0x3d5	(en: 'phi', google: 'Phi')
 - "ϖ": [t: "pi cursif"]                        	#  0x3d6	(en: 'pi', google: 'pi')
 - "ϵ": [t: "epsilon"]                          	#  0x3f5	(google: 'Epsilon')
 - "϶": [t: "epsilon lunaire réfléchi"]         	#  0x3f6	(en: 'reversed epsilon')
 - "А":                                         	#  0x410
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "a"                                   	# 	(google: 'А')
 - "": [t: "trait d'union insécable"]          	#  0x2013	(en: 'en dash')
 - "": [t: "tiret numérique"]                  	#  0x2014	(en: 'em dash')
 - "": [t: "barre horizontalle"]               	#  0x2015	(en: 'horizontal bar')
 - "": [t: "double ligne verticale"]           	#  0x2016	(en: 'double vertical line')
 - "": [t: "puce"]                             	#  0x2022	(en: 'bullet')
 - "":                                         	#  0x2026
    test:
        if:
            - "$SpeechStyle != 'ClearSpeak' or $ClearSpeak_Ellipses = 'Auto' or"
               # must be ClearSpeak and $ClearSpeak_Ellipses = 'AndSoOn'
               # speak '…' as 'and so on...' unless expr starts with '…'
            - "../*[1][text()='…']"
        then: [t: "point point point"]          	# 	(en: 'dot dot dot')
        else_test:                              	#  must have $ClearSpeak_Ellipses = 'AndSoOn'
            if: "count(following-sibling::*) = 0"
            then: [t: "etc"]                    	# 	(en: 'and so on')
            else: [t: "points de suspension"]   	# 	(en: 'and so on up to')

 - "":                                         	#  0x2061
    - test:
        if: "$Verbosity!='Terse' and not(preceding-sibling::*[1][IsInDefinition(., 'GeometryShapes')])" 
        then: [t: "de"]                         	# 	(en: 'of')
 - "": [t: ""]                                 	#  0x2062
 - "": [t: ""]                                 	#  0x2063
 - "": [t: "plus"]                             	#  0x2064	(en: 'and', google: 'et')
 - "": [t: "prime"]                            	#  0x2032
 - "": [t: "double prime"]                     	#  0x2033
 - "": [t: "triple prime"]                     	#  0x2034
 - "": [t: "prime réfléchi"]                   	#  0x2035	(en: 'reversed prime')
 - "": [t: "double prime réfléchi"]            	#  0x2036	(en: 'reversed double prime')
 - "": [t: "triple prime réfléchi"]            	#  0x2037	(en: 'reversed triple prime', google: 'Triple Prime inversé')
 - "":                                         	#  0x2102
     - t: "c majuscule ajouré"                  	# 	(en: 'double-struck', google: 'à double rayon')
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "c majuscule ajouré"                  	# 	(en: 'C', google: 'ℂ')
 - "": [t: "degré celsius"]                    	#  0x2103	(en: 'degrees celsius', google: 'degré Celsius')
 - "": [t: "degré fahrenheit"]                 	#  0x2109	(en: 'degrees fahrenheit', google: 'degrés Fahrenheit')
 - "":                                         	#  0x210b
     - t: "h ronde majuscule"                   	# 	(en: 'script', google: 'scénario')
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "h ronde majuscule"                   	# 	(en: 'h', google: 'ℋ')
 - "": [t: "constante de planck"]              	#  0x210e	(en: 'planck constant')
 - "": [t: "l minuscule en script"]            	#  0x2113	(en: 'script l', MathPlayer: 'l ronde minuscule', google: 'script l')
 - "":                                         	#  0x2115
     - t: "n majuscule ajouré"                  	# 	(en: 'double-struck', google: 'à double rayon')
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "n majuscule ajouré"                  	# 	(en: 'n', google: 'ℕ')
 - "":                                         	#  0x211a
     - t: "q majuscule ajouré"                  	# 	(en: 'double-struck', google: 'à double rayon')
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "q majuscule ajouré"                  	# 	(en: 'q', google: 'ℚ')
 - "":                                         	#  0x211b
     - t: "r ronde majuscule"                   	# 	(en: 'script', google: 'scénario')
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "r ronde majuscule"                   	# 	(en: 'r', google: 'ℛ')
 - "":                                         	#  0x211c
     - t: "r gothique majuscule"                	# 	(en: 'fraktur', google: 'Fraktur')
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "r gothique majuscule"                	# 	(en: 'r', google: 'ℜ')
 - "":                                         	#  0x211d
     - t: "r majuscule ajouré"                  	# 	(en: 'double-struck', google: 'à double rayon')
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "r majuscule ajouré"                  	# 	(en: 'r', google: 'ℝ')
 - "":                                         	#  0x2124
     - t: "z majuscule ajouré"                  	# 	(en: 'double-struck', google: 'à double rayon')
     - test: 
         if: "($Blind or $Verbosity!='Terse')"
         then: [t: "majuscule"]                 	# 	(en: 'cap')
     - t: "z majuscule ajouré"                  	# 	(en: 'z', google: 'ℤ')
 - "": [t: "ohm"]                              	#  0x2126	(en: 'ohms')
 - "": [t: "degré kelvin"]                     	#  0x212a	(en: 'kelvin')
 - "": [t: "angstroms"]                        	#  0x212b
 - "": [t: "d ajouré en italique"]             	#  0x2146	(en: 'double-struck italic D', MathPlayer: 'd ajouré minuscule italique', google: 'Italique à double frappe D')
 - "": [t: "e ajouré en italique"]             	#  0x2147	(en: 'double-struck italic E', MathPlayer: 'e ajouré minuscule italique', google: 'Italique à double frappe E')
 - "": [t: "i ajouré en italique"]             	#  0x2148	(en: 'double-struck italic I', MathPlayer: 'i ajouré minuscule italique', google: 'Italique à double rayon I')
 - "": [t: "j ajouré en italique"]             	#  0x2149	(en: 'double-struck italic J', google: 'Italique à double frappe J')
 - "": [t: "flèche vers la gauche"]            	#  0x2190	(en: 'leftwards arrow', SRE: 'flèche gauche')
 - "": [t: "flèche vers le haut"]              	#  0x2191	(en: 'upwards arrow')
 - "":                                         	#  0x2192
     - test:
        if: "ancestor::*[2][self::m:limit]"
        then: [t: "approches"]                  	# 	(en: 'approaches')
        else: [t: "flèche droite"]              	# 	(en: 'right arrow', MathPlayer: 'flèche vers la droite')

 - "": [t: "flèche vers le bas"]               	#  0x2193	(en: 'downwards arrow')
 - "": [t: "double flèche droite"]             	#  0x21d2	(en: 'rightwards double arrow', MathPlayer: 'double flèche vers la droite', google: 'Double flèche vers la droite')
 - "": [t: "pour tous"]                        	#  0x2200	(en: 'for all')
 - "":                                         	#  0x2202
     - test: 
         if: "$Verbosity='Terse'"
         then: [t: "partiel"]                   	# 	(en: 'partial')
         else: [t: "dérivée partielle"]         	# 	(en: 'the partial derivative', google: 'le dérivé partiel')
 - "": [t: "il existe"]                        	#  0x2203	(en: 'there exists')
 - "": [t: "il n'existe pas"]                  	#  0x2204	(en: 'there does not exist')
 - "": [t: "ensemble vide"]                    	#  0x2205	(en: 'empty set')
 - "":                                         	#  0x2206
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "le"]                        	# 	(en: 'the')
     - t: "incrément"                           	# 	(en: 'laplacian of')
 - "":                                         	#  0x2207
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "le"]                        	# 	(en: 'the')
     - t: "nabla"                               	# 	(en: 'gradient of', google: 'gradient de')
 - "":                                         	#  0x2208
     - test:
        if: "$SpeechStyle != 'ClearSpeak'"
        then: [t: "un élément de"]              	# 	(en: 'an element of')
        # Several options for speaking elements in ClearSpeak -- they split between being inside a set or not and then the option
        else_test:
            if: "../../self::m:set or ../../../self::m:set"	#  inside a set
            then_test:
              - if: $ClearSpeak_SetMemberSymbol = 'Auto' or $ClearSpeak_SetMemberSymbol = 'In'
                then: [t: "dans"]               	# 	(en: 'in')
              - else_if: $ClearSpeak_SetMemberSymbol = 'Member'
                then: [t: "membre de"]          	# 	(en: 'member of')
              - else_if: $ClearSpeak_SetMemberSymbol = 'Element'
                then: [t: "élément de"]         	# 	(en: 'element of')
              - else: [t: "appartient à"]       	#  $ClearSpeak_SetMemberSymbol = 'Belongs'	(en: 'belonging to')
            else_test:
              - if: $ClearSpeak_SetMemberSymbol = 'Auto' or $ClearSpeak_SetMemberSymbol = 'Member'
                then: [t: "est membre de"]      	# 	(en: 'is a member of')
              - else_if: $ClearSpeak_SetMemberSymbol = 'Element'
                then: [t: "est un élément de"]  	# 	(en: 'is an element of')
              - else_if: $ClearSpeak_SetMemberSymbol = 'In'
                then: [t: "est dans"]           	# 	(en: 'is in')
              - else: [t: "appartient à"]       	#  $ClearSpeak_SetMemberSymbol = 'Belongs'	(en: 'belongs to')
 - "":                                         	#  0x2209
    # rule is identical to 0x2208
     - test:
        if: "$SpeechStyle != 'ClearSpeak'"
        then: [t: "n'est pas un élément de"]    	# 	(en: 'is not an element of')
        # Several options for speaking elements in ClearSpeak -- they split between being inside a set or not and then the option
        else_test:
            if: "../../self::m:set or ../../../self::m:set"	#  inside a set
            then_test:
              - if: $ClearSpeak_SetMemberSymbol = 'Auto' or $ClearSpeak_SetMemberSymbol = 'In'
                then: [t: "pas dedans"]         	# 	(en: 'not in')
              - else_if: $ClearSpeak_SetMemberSymbol = 'Member'
                then: [t: "pas membre de"]      	# 	(en: 'not member of')
              - else_if: $ClearSpeak_SetMemberSymbol = 'Element'
                then: [t: "pas élément de"]     	# 	(en: 'not element of')
              - else: [t: "n'appartient pas à"] 	#  $ClearSpeak_SetMemberSymbol = 'Belongs'	(en: 'not belonging to')
            else_test:
              - if: $ClearSpeak_SetMemberSymbol = 'Auto' or $ClearSpeak_SetMemberSymbol = 'Member'
                then: [t: "n'est pas membre de"]	# 	(en: 'is not a member of')
              - else_if: $ClearSpeak_SetMemberSymbol = 'Element'
                then: [t: "n'est pas un élément de"]	# 	(en: 'is not an element of')
              - else_if: $ClearSpeak_SetMemberSymbol = 'In'
                then: [t: "n'est pas dans"]     	# 	(en: 'is not in')
              - else: [t: "n'appartient pas à"] 	#  $ClearSpeak_SetMemberSymbol = 'Belongs'	(en: 'does not belong to')
 - "":                                         	#  0x220a
     - test:
        if: "$SpeechStyle != 'ClearSpeak'"
        then: [t: "est un élément de"]          	# 	(en: 'is an element of')
        # Several options for speaking elements in ClearSpeak -- they split between being inside a set or not and then the option
        else_test:
            if: "../../self::m:set or ../../../self::m:set"	#  inside a set
            then_test:
              - if: $ClearSpeak_SetMemberSymbol = 'Auto' or $ClearSpeak_SetMemberSymbol = 'In'
                then: [t: "dans"]               	# 	(en: 'in')
              - else_if: $ClearSpeak_SetMemberSymbol = 'Member'
                then: [t: "membre de"]          	# 	(en: 'member of')
              - else_if: $ClearSpeak_SetMemberSymbol = 'Element'
                then: [t: "élément de"]         	# 	(en: 'element of')
              - else: [t: "appartient à"]       	#  $ClearSpeak_SetMemberSymbol = 'Belongs'	(en: 'belonging to')
            else_test:
              - if: $ClearSpeak_SetMemberSymbol = 'Auto' or $ClearSpeak_SetMemberSymbol = 'Member'
                then: [t: "est membre de"]      	# 	(en: 'is a member of')
              - else_if: $ClearSpeak_SetMemberSymbol = 'Element'
                then: [t: "est un élément de"]  	# 	(en: 'is an element of')
              - else_if: $ClearSpeak_SetMemberSymbol = 'In'
                then: [t: "est dans"]           	# 	(en: 'is in')
              - else: [t: "appartient à"]       	#  $ClearSpeak_SetMemberSymbol = 'Belongs'	(en: 'belongs to')
 - "": [t: "produit"]                          	#  0x220f	(en: 'product')
 - "": [t: "coproduit"]                        	#  0x2210	(en: 'co-product')
 - "": [t: "sommation"]                        	#  0x2211	(en: 'sum')
 - "": [t: "moins"]                            	#  0x2212	(en: 'minus')
 - "": [t: "moins ou plus"]                    	#  0x2213	(en: 'minus or plus', MathPlayer: 'moins-ou-plus')
 - "": [t: "opérateur astérisque"]             	#  0x2217	(en: 'times')
 - "": [t: "opérateur rond"]                   	#  0x2218	(en: 'composed with')
 - "": [t: "point médian"]                     	#  0x2219	(en: 'times')
 - "":                                         	#  0x221a
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "le"]                        	# 	(en: 'the')
     - t: "racine carrée"                       	# 	(en: 'square root of')
 - "":                                         	#  0x221d
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "est"]                       	# 	(en: 'is')
     - t: "proportionnel à"                     	# 	(en: 'proportional to')
 - "": [t: "infini"]                           	#  0x221e	(en: 'infinity')
 - "": [t: "angle droit"]                      	#  0x221f	(en: 'right angle')
 - "": [t: "angle"]                            	#  0x2220
 - "": [t: "angle mesuré"]                     	#  0x2221	(en: 'measured angle')
 - "": [t: "est un diviseur de"]               	#  0x2223	(en: 'divides')
 - "": [t: "n'est pas un diviseur de"]         	#  0x2224	(en: 'does not divide')
 - "":                                         	#  0x2225
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "est"]                       	# 	(en: 'is')
     - t: "parallèle à"                         	# 	(en: 'parallel to')
 - "":                                         	#  0x2226
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "est"]                       	# 	(en: 'is')
     - t: "non parallèle à"                     	# 	(en: 'not parallel to')
 - "": [t: "et logique"]                       	#  0x2227	(en: 'and')
 - "": [t: "ou logique"]                       	#  0x2228	(en: 'or')
 - "": [t: "intersection"]                     	#  0x2229
 - "": [t: "union"]                            	#  0x222a
 - "": [t: "intégrale"]                        	#  0x222b	(en: 'integral')
 - "": [t: "intégrale double"]                 	#  0x222c	(en: 'double integral')
 - "": [t: "intégrale triple"]                 	#  0x222d	(en: 'triple integral')
 - "": [t: "intégrale de contour"]             	#  0x222e	(en: 'contour integral')
 - "":                                         	#  0x2236
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "est"]                       	# 	(en: 'is')
     - t: "rapport"                             	# 	(en: 'to')
 - "": [t: "proportion"]                       	#  0x2237	(en: 'as')
 - "": [t: "opérateur tilde"]                  	#  0x223c	(en: 'varies with')
 - "": [t: "opérateur tilde renversé"]         	#  0x223d	(en: 'reversed tilde')
 - "":                                         	#  0x223e
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "est"]                       	# 	(en: 'is')
     - t: "s couché renversé"                   	# 	(en: 'most positive')
 - "": [t: "sinusoïde"]                        	#  0x223f	(en: 'sine wave')
 - "":                                         	#  0x2260
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "est"]                       	# 	(en: 'is')
     - t: "pas égal à"                          	# 	(en: 'not equal to')
 - "":                                         	#  0x2261
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "est identique à"]           	# 	(en: 'is identical to')
 - "":                                         	#  0x2264
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "est inférieur ou égal à"]   	# 	(en: 'is less than or equal to')
 - "":                                         	#  0x2265
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "est supérieur ou égal à"]   	# 	(en: 'is greater than or equal to')
 - "": [t: "plus petit que par dessus égal à"] 	#  0x2266	(en: 'less than over equal to', MathPlayer: 'plus petit que par-dessus égal à', google: 'moins que sur égal à')
 - "": [t: "plus grand que par dessus égal à"] 	#  0x2267	(en: 'greater than over equal to', MathPlayer: 'plus grand que par-dessus égal à', google: 'plus grand que sur égal à')
 - "": [t: "précède"]                          	#  0x227a	(en: 'precedes')
 - "": [t: "suit"]                             	#  0x227b	(en: 'succeeds')
 - "":                                         	#  0x2282
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "est un sous-ensemble de"]   	# 	(en: 'is a subset of')
 - "":                                         	#  0x2283
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "est un superset de"]        	# 	(en: 'is a superset of')
 - "":                                         	#  0x2284
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "est"]                       	# 	(en: 'is')
     - t: "pas un sous-ensemble de"             	# 	(en: 'not a subset of', SRE: 'pas un sous ensemble de')
 - "":                                         	#  0x2285
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "est"]                       	# 	(en: 'is')
     - t: "pas un sur ensemble de"              	# 	(en: 'not a superset of', MathPlayer: 'pas un sur-ensemble de', google: 'Pas un superset de')
 - "":                                         	#  0x2286
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "est un sous-ensemble ou égal à"]	# 	(en: 'is a subset of or equal to')
 - "":                                         	#  0x2287
     - test: 
         if: "$Verbosity!='Terse'"
         then: [t: "est un superset ou égal à"] 	# 	(en: 'is a superset of or equal to')