-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlatex.json
More file actions
782 lines (775 loc) · 68.3 KB
/
latex.json
File metadata and controls
782 lines (775 loc) · 68.3 KB
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
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
{
"¬": { "prefix": ["\\not", "\\neg"], "body": ["¬"], "description": "\\not" },
"": { "prefix": ["\\softhyphen", "\\-", "\\softdash", "\\syllablehyphen"], "body": [""], "description": "\\- soft hyphen, syllable hyphen" },
"α": { "prefix": ["\\alpha", "\\ælpha"], "body": ["α"], "description": "\\alpha" },
"β": { "prefix": ["\\beta", "\\“eta"], "body": ["β"], "description": "\\beta" },
"Γ": { "prefix": "\\Gamma", "body": ["Γ"], "description": "\\Gamma" },
"γ": { "prefix": ["\\gamma", "\\ŋamma"], "body": ["γ"], "description": "\\gamma" },
"Δ": { "prefix": ["\\Delta", "\\Laplace" ], "body": ["Δ"], "description": "\\Delta, also used for Laplace" },
"δ": { "prefix": ["\\delta", "\\ðelta"], "body": ["δ"], "description": "\\delta" },
"ε": { "prefix": "\\varepsilon", "body": ["ε"], "description": "\\varepsilon" },
"ϵ": { "prefix": ["\\epsilon", "\\€psilon"], "body": ["ϵ"], "description": "\\epsilon" },
"ζ": { "prefix": ["\\zeta", "\\←eta"], "body": ["ζ"], "description": "\\zeta" },
"η": { "prefix": ["\\eta", "\\€ta"], "body": ["η"], "description": "\\eta" },
"Θ": { "prefix": "\\Theta", "body": ["Θ"], "description": "\\Theta" },
"θ": { "prefix": ["\\theta", "\\ŧheta"], "body": ["θ"], "description": "\\theta" },
"ϑ": { "prefix": "\\vartheta", "body": ["ϑ"], "description": "\\vartheta" },
"ι": { "prefix": ["\\iota", "\\→ota"], "body": ["ι"], "description": "\\iota" },
"κ": { "prefix": ["\\kappa", "\\ĸappa"], "body": ["κ"], "description": "\\kappa" },
"ϰ": { "prefix": ["\\varkappa", "\\varĸappa"], "body": ["ϰ"], "description": "\\kappa" },
"Λ": { "prefix": "\\Lambda", "body": ["Λ"], "description": "\\Lambda" },
"λ": { "prefix": ["\\lambda", "\\łambda"], "body": ["λ"], "description": "\\lambda" },
"μ": { "prefix": ["\\mu", "\\µu"], "body": ["μ"], "description": "\\mu" },
"ν": { "prefix": ["\\nu", "\\”u"], "body": ["ν"], "description": "\\nu" },
"Ξ": { "prefix": "\\Xi", "body": ["Ξ"], "description": "\\Xi" },
"ξ": { "prefix": ["\\xi", "\\«i"], "body": ["ξ"], "description": "\\xi" },
"Π": { "prefix": "\\Pi", "body": ["Π"], "description": "\\Pi" },
"π": { "prefix": ["\\pi", "\\þi"], "body": ["π"], "description": "\\pi" },
"ϖ": { "prefix": "\\varpi", "body": ["ϖ"], "description": "\\varpi" },
"ρ": { "prefix": ["\\rho", "\\¶ho"], "body": ["ρ"], "description": "\\rho" },
"ϱ": { "prefix": "\\varrho", "body": ["ϱ"], "description": "\\varrho" },
"Σ": { "prefix": "\\Sigma", "body": ["Σ"], "description": "\\Sigma" },
"ς": { "prefix": "\\varsigma", "body": ["ς"], "description": "\\varsigma" },
"σ": { "prefix": ["\\sigma", "\\ſigma"], "body": ["σ"], "description": "\\sigma" },
"τ": { "prefix": ["\\tau", "\\ŧau"], "body": ["τ"], "description": "\\tau" },
"Υ": { "prefix": "\\UYpsilon", "body": ["Υ"], "description": "\\Upsilon" },
"υ": { "prefix": "\\uypsilon", "body": ["υ"], "description": "\\upsilon" },
"Φ": { "prefix": "\\Phi", "body": ["Φ"], "description": "\\Phi" },
"ϕ": { "prefix": ["\\phi", "\\þhi"], "body": ["ϕ"], "description": "\\phi" },
"φ": { "prefix": "\\varphi", "body": ["φ"], "description": "\\varphi" },
"Χ": { "prefix": "\\Chi", "body": ["Χ"], "description": "\\Chi" },
"χ": { "prefix": ["\\chi", "\\¢hi"], "body": ["χ"], "description": "\\chi" },
"Ψ": { "prefix": "\\Psi", "body": ["Ψ"], "description": "\\Psi" },
"ψ": { "prefix": ["\\psi", "\\þsi"], "body": ["ψ"], "description": "\\psi" },
"Ω": { "prefix": "\\Omega", "body": ["Ω"], "description": "\\Omega" },
"ω": { "prefix": ["\\omega", "\\ømega"], "body": ["ω"], "description": "\\omega" },
"nobreak space": { "prefix": ["~", "\\nonbreaking space", "\\protected space"], "body": [" "], "description": "~; nobreak regular space" },
"control space": { "prefix": ["\\ ", "\\control space", "\\interword space" ], "body": [" "], "description": "\\ ; control space, interword, regular space" },
"qquad": { "prefix": ["\\qquad space"], "body": [" "], "description": "\\qquad space, 2em" },
"quad": { "prefix": ["\\quad space"], "body": [" "], "description": "\\quad space, 1em" },
"thick space": { "prefix": ["\\;", "\\thickspace"], "body": [" "], "description": "\\; thick space, 5/18em" },
"medium space": { "prefix": ["\\:", "\\medium space"], "body": [" "], "description": "\\:, medium space, 4/18em" },
"thin space": { "prefix": ["\\,", "\\thin space", "\\narrow no-break space distance" ], "body": [" "], "description": "\\, thin space, 3/18em" },
"␣": { "prefix": [ "~", "\\nobreaksspace" ], "body": ["␣"], "description": "~; nobreak space with glyph ␣" },
"regular space ␠ glyph": { "prefix": [ "\\visible space glyph"], "body": ["␠"], "description": "visible space glyph ␠ (for regular/ narrow/ breakable spaces)" },
"no-break dash": { "prefix": "\\nonbreakingdash", "body": ["‑"], "description": "no-break dash" },
"en dash": { "prefix": ["--", "\\en dash"], "body": ["–"], "description": "--, en dash" },
"em dash": { "prefix": ["---", "\\em dash"], "body": ["—"], "description": "---, em dash" },
"◁": { "prefix": ["\\lhd"], "body": ["◁"], "description": "\\lhd" },
"permille": { "prefix": ["\\perthousand", "\\permille"], "body": ["‰"], "description": "\\perthousand" },
"†": { "prefix": ["\\dagger" ], "body": ["†"], "description": "\\dagger" },
"•": { "prefix": ["\\bullet, small", "\\big dot point"], "body": ["•"], "description": "\\boldsymbol\\bullet" },
"● bullet": { "prefix": ["\\bullet", "\\thick big dot point"], "body": ["●"], "description": "\\bullet" },
"‣": { "prefix": ["\\item"], "body": ["‣\t"], "description": "\\item" },
"◦": { "prefix": ["\\whitebullet", "\\item"], "body": ["◦\t"], "description": "\\item, white bullet" },
"pertenthousand": { "prefix": ["\\pertenthousand", "\\bip"], "body": ["‱ "], "description": "\\pertenthousand" },
"½, \nicefrac12": { "prefix": "\\nicefrac12", "body": ["½"], "description": "\\nicefrac12, ½" },
"⁰": { "prefix": "^0", "body": ["⁰"], "description": "super 0" },
"¹": { "prefix": "^1", "body": ["¹"], "description": "super 1" },
"²": { "prefix": "^2", "body": ["²"], "description": "super 2" },
"³": { "prefix": "^3", "body": ["³"], "description": "super 3" },
"⁴": { "prefix": "^4", "body": ["⁴"], "description": "super 4" },
"⁵": { "prefix": "^5", "body": ["⁵"], "description": "super 5" },
"⁶": { "prefix": "^6", "body": ["⁶"], "description": "super 6" },
"⁷": { "prefix": "^7", "body": ["⁷"], "description": "super 7" },
"⁸": { "prefix": "^8", "body": ["⁸"], "description": "super 8" },
"⁹": { "prefix": "^9", "body": ["⁹"], "description": "super 9" },
"⁺": { "prefix": "^+", "body": ["⁺"], "description": "super +" },
"⁻": { "prefix": "^-", "body": ["⁻"], "description": "super -" },
"⁼": { "prefix": "^=", "body": ["⁼"], "description": "super =" },
"ᵃ": { "prefix": "^a", "body": ["ᵃ"], "description": "super a" },
"ᵇ": { "prefix": "^b", "body": ["ᵇ"], "description": "super b" },
"ᶜ": { "prefix": "^c", "body": ["ᶜ"], "description": "super c" },
"ᵈ": { "prefix": "^d", "body": ["ᵈ"], "description": "super d" },
"ᵉ": { "prefix": "^e", "body": ["ᵉ"], "description": "super e" },
"ᶠ": { "prefix": "^f", "body": ["ᶠ"], "description": "super f" },
"ᵍ": { "prefix": "^g", "body": ["ᵍ"], "description": "super g" },
"ʰ": { "prefix": "^h", "body": ["ʰ"], "description": "super h" },
"ⁱ": { "prefix": "^i", "body": ["ⁱ"], "description": "super i" },
"ʲ": { "prefix": "^j", "body": ["ʲ"], "description": "super j" },
"ᵏ": { "prefix": "^k", "body": ["ᵏ"], "description": "super k" },
"ˡ": { "prefix": "^l", "body": ["ˡ"], "description": "super l" },
"ᵐ": { "prefix": "^m", "body": ["ᵐ"], "description": "super m" },
"ⁿ": { "prefix": "^n", "body": ["ⁿ"], "description": "super n" },
"ᵒ": { "prefix": "^o", "body": ["ᵒ"], "description": "super o" },
"ᵖ": { "prefix": "^p", "body": ["ᵖ"], "description": "super p" },
"ʳ": { "prefix": "^r", "body": ["ʳ"], "description": "super r" },
"ˢ": { "prefix": "^s", "body": ["ˢ"], "description": "super s" },
"ᵗ": { "prefix": "^t", "body": ["ᵗ"], "description": "super t" },
"ᵘ": { "prefix": "^u", "body": ["ᵘ"], "description": "super u" },
"ᵛ": { "prefix": "^v", "body": ["ᵛ"], "description": "super v" },
"ʷ": { "prefix": "^w", "body": ["ʷ"], "description": "super w" },
"ˣ": { "prefix": "^x", "body": ["ˣ"], "description": "super x" },
"ʸ": { "prefix": "^y", "body": ["ʸ"], "description": "super y" },
"ᶻ": { "prefix": "^z", "body": ["ᶻ"], "description": "super z" },
"ᴬ": { "prefix": "^A", "body": ["ᴬ"], "description": "super A" },
"ᴮ": { "prefix": "^B", "body": ["ᴮ"], "description": "super B" },
"ꟲ": { "prefix": "^C", "body": ["ꟲ"], "description": "super C" },
"ᴰ": { "prefix": "^D", "body": ["ᴰ"], "description": "super D" },
"ᴱ": { "prefix": "^E", "body": ["ᴱ"], "description": "super E" },
"ꟳ": { "prefix": "^F", "body": ["ꟳ"], "description": "super F" },
"ᴳ": { "prefix": "^G", "body": ["ᴳ"], "description": "super G" },
"ᴴ": { "prefix": "^H", "body": ["ᴴ"], "description": "super H" },
"ᴵ": { "prefix": "^I", "body": ["ᴵ"], "description": "super I" },
"ᴶ": { "prefix": "^J", "body": ["ᴶ"], "description": "super J" },
"ᴷ": { "prefix": "^K", "body": ["ᴷ"], "description": "super K" },
"ᴸ": { "prefix": "^L", "body": ["ᴸ"], "description": "super L" },
"ᴹ": { "prefix": "^M", "body": ["ᴹ"], "description": "super M" },
"ᴺ": { "prefix": "^N", "body": ["ᴺ"], "description": "super N" },
"ᴼ": { "prefix": "^O", "body": ["ᴼ"], "description": "super O" },
"ꟴ": { "prefix": "^Q", "body": ["ꟴ"], "description": "super Q" },
"ᴾ": { "prefix": "^P", "body": ["ᴾ"], "description": "super P" },
"ᴿ": { "prefix": "^R", "body": ["ᴿ"], "description": "super R" },
"ᵀ": { "prefix": "^T", "body": ["ᵀ"], "description": "super T" },
"ᵁ": { "prefix": "^U", "body": ["ᵁ"], "description": "super U" },
"ⱽ": { "prefix": "^V", "body": ["ⱽ"], "description": "super V" },
"ᵂ": { "prefix": "^W", "body": ["ᵂ"], "description": "super W" },
"₀": { "prefix": ["_0", "\\_0", "_\\0", "_0\\"], "body": ["₀"], "description": "sub 0" },
"₁": { "prefix": ["_1", "\\_1", "_\\1", "_1\\"], "body": ["₁"], "description": "sub 1" },
"₂": { "prefix": ["_2", "\\_2", "_\\2", "_2\\"], "body": ["₂"], "description": "sub 2" },
"₃": { "prefix": ["_3", "\\_3", "_\\3", "_3\\"], "body": ["₃"], "description": "sub 3" },
"₄": { "prefix": ["_4", "\\_4", "_\\4", "_4\\"], "body": ["₄"], "description": "sub 4" },
"₅": { "prefix": ["_5", "\\_5", "_\\5", "_5\\"], "body": ["₅"], "description": "sub 5" },
"₆": { "prefix": ["_6", "\\_6", "_\\6", "_6\\"], "body": ["₆"], "description": "sub 6" },
"₇": { "prefix": ["_7", "\\_7", "_\\7", "_7\\"], "body": ["₇"], "description": "sub 7" },
"₈": { "prefix": ["_8", "\\_8", "_\\8", "_8\\"], "body": ["₈"], "description": "sub 8" },
"₉": { "prefix": ["_9", "\\_9", "_\\9", "_9\\"], "body": ["₉"], "description": "sub 9" },
"₊": { "prefix": ["_+", "\\_+", "_\\+", "_+\\"], "body": ["₊"], "description": "sub +" },
"₋": { "prefix": ["_-", "\\_-", "_\\-", "_-\\"], "body": ["₋"], "description": "sub -" },
"ₐ": { "prefix": ["_a", "\\_a", "_\\a", "_a\\"], "body": ["ₐ"], "description": "sub a" },
"ₑ": { "prefix": ["_e", "\\_e", "_\\e", "_e\\"], "body": ["ₑ"], "description": "sub e" },
"ₕ": { "prefix": ["_h", "\\_h", "_\\h", "_h\\"], "body": ["ₕ"], "description": "sub h" },
"ᵢ": { "prefix": ["_i", "\\_i", "_\\i", "_i\\"], "body": ["ᵢ"], "description": "sub i" },
"ⱼ": { "prefix": ["_j", "\\_j", "_\\j", "_j\\"], "body": ["ⱼ"], "description": "sub j" },
"ₖ": { "prefix": ["_k", "\\_k", "_\\k", "_k\\"], "body": ["ₖ"], "description": "sub k" },
"ₗ": { "prefix": ["_l", "\\_l", "_\\l", "_l\\"], "body": ["ₗ"], "description": "sub l" },
"ₘ": { "prefix": ["_m", "\\_m", "_\\m", "_m\\"], "body": ["ₘ"], "description": "sub m" },
"ₙ": { "prefix": ["_n", "\\_n", "_\\n", "_n\\"], "body": ["ₙ"], "description": "sub n" },
"ₒ": { "prefix": ["_o", "\\_o", "_\\o", "_o\\"], "body": ["ₒ"], "description": "sub o" },
"ₚ": { "prefix": ["_p", "\\_p", "_\\p", "_p\\"], "body": ["ₚ"], "description": "sub p" },
"ᵣ": { "prefix": ["_r", "\\_r", "_\\r", "_r\\"], "body": ["ᵣ"], "description": "sub r" },
"ₛ": { "prefix": ["_s", "\\_s", "_\\s", "_s\\"], "body": ["ₛ"], "description": "sub s" },
"ₜ": { "prefix": ["_t", "\\_t", "_\\t", "_t\\"], "body": ["ₜ"], "description": "sub t" },
"ᵤ": { "prefix": ["_u", "\\_u", "_\\u", "_u\\"], "body": ["ᵤ"], "description": "sub u" },
"ᵥ": { "prefix": ["_v", "\\_v", "_\\v", "_v\\"], "body": ["ᵥ"], "description": "sub v" },
"ᵅ": { "prefix": ["^\\alpha" ], "body": ["ᵅ"], "description": "super α" },
"ᵝ": { "prefix": ["^\\beta" ], "body": ["ᵝ"], "description": "super β" },
"ᵞ": { "prefix": ["^\\gamma" ], "body": ["ᵞ"], "description": "super γ" },
"ᵟ": { "prefix": ["^\\delta" ], "body": ["ᵟ"], "description": "super δ" },
"ᵋ": { "prefix": ["^\\varepsilon" ], "body": ["ᵋ"], "description": "super ε" },
"ᵠ": { "prefix": ["^\\varphi" ], "body": ["ᵠ"], "description": "super φ" },
"ᵡ": { "prefix": ["^\\chi" ], "body": ["ᵡ"], "description": "super χ" },
"ᶥ": { "prefix": ["^\\iota" ], "body": ["ᶥ"], "description": "super ι" },
"ᶲ": { "prefix": ["^\\phi" ], "body": ["ᶲ"], "description": "super ϕ" },
"ᶿ": { "prefix": ["^\\theta" ], "body": ["ᶿ"], "description": "super θ" },
"ᵦ": { "prefix": ["_\\beta", "_\\“eta" ], "body": ["ᵦ"], "description": "sub β" },
"ᵧ": { "prefix": ["_\\gamma"], "body": ["ᵧ"], "description": "sub γ" },
"ᵨ": { "prefix": ["_\\rho"], "body": ["ᵨ"], "description": "sub ρ"},
"ᵩ": { "prefix": ["_\\varphi"],"body": ["ᵩ"], "description": "sub φ"},
"ᵪ": { "prefix": ["_\\chi"], "body": ["ᵪ"], "description": "sub χ"},
"ₓ": { "prefix": ["_x", "\\_x"], "body": ["ₓ"], "description": "sub x" },
"·": { "prefix": ["\\cdotp", "\\centerdot", "\\textperiodcentered"], "body": ["·"], "description": "\\textperiodcentered; interword separator" },
"⋅": { "prefix": ["\\cdot", "\\¢dot", "\\small middle dot"], "body": ["⋅"], "description": "\\cdot in math mode" },
"′": { "prefix": ["^{\\prime}", "^\\prime", "^\\derivative"], "body": ["′"], "description": "^\\prime, derivative" },
"̂ modifier": { "prefix": [ "\\hat" ], "body": ["̂"], "description": "\\hat" },
"̃ modifier": { "prefix": [ "\\tilde" ], "body": ["̃"], "description": "\\tilde" },
"̄ modifier": { "prefix": [ "\\bar" ], "body": ["̄"], "description": "\\bar" },
"̅ modifier": { "prefix": [ "\\overline" ], "body": ["̅"], "description": "\\overline" },
"̇ modifier": { "prefix": [ "\\dot" ], "body": [" ̇"], "description": "\\dot" },
"̲ modifier": { "prefix": [ "\\underline" ], "body": ["̲"], "description": "\\underline" },
"⁎": { "prefix": ["_\\ast", "_*", "_{\\ast}" ], "body": ["⁎"], "description": "_\\ast" },
"𝆯": { "prefix": [ "^\\ast", "^*", "^{\\ast}"], "body": ["𝆯"], "description": "^\\ast" },
"asterisk": { "prefix": [ "^\\ast", "^*", "^{\\ast}"], "body": [" ⃰"], "description": "^\\ast, combining", "comment": "dont confuse with *" },
"ℂ": { "prefix": ["\\mathbb{C}", "\\complex numbers"], "body": ["ℂ"], "description": "\\mathbb C, complex numbers" },
"ℍ": { "prefix": "\\mathbb{H}", "body": ["ℍ"] },
"ℑ": { "prefix": "\\Imaginary part", "body": ["ℑ"], "description": "\\Im, imaginary part" },
"ℜ": { "prefix": "\\Real part", "body": ["ℜ"], "description": "\\Re, real part" },
"ℕ": { "prefix": ["\\mathbb{N}", "\\natural numbers"], "body": ["ℕ"], "description": "\\mathbb N, natural numbers" },
"ℙ": { "prefix": ["\\mathbb{P}", "\\prime numbers"], "body": ["ℙ"], "description": "\\mathbb P, prime numbers" },
"ℚ": { "prefix": ["\\mathbb{Q}", "\\rational numbers"], "body": ["ℚ"], "description": "\\mathbb Q, rational numbers" },
"ℝ": { "prefix": ["\\mathbb{R}", "\\real numbers"], "body": ["ℝ"], "description": "\\mathbb R, real numbers" },
"𝕏": { "prefix": "\\mathbb{X}", "body": ["𝕏"] },
"ℤ": { "prefix": ["\\mathbb{Z}", "\\integer numbers"], "body": ["ℤ"], "description": "\\mathbb Z, integers" },
"ℵ": { "prefix": "\\aleph", "body": ["ℵ"], "description": "aleph" },
"⅟": { "prefix": ["\\nicefrac1", "\\1dividedby"], "body": ["⅟"], "description": "one over" },
"frac1":{ "prefix": ["\\frac1", "1\\over" ], "body": ["{1 ⁄${1:$TM_SELECTED_TEXT}}$0"], "description": ["\\over environment"] },
"←": { "prefix": "\\leftarrow", "body": ["←"], "description": "\\leftarrow" },
"⇐": { "prefix": "\\Leftarrow", "body": ["⇐"], "description": "\\Leftarrow" },
"↑": { "prefix": "\\uparrow", "body": ["↑"], "description": "\\uparrow" },
"⇑": { "prefix": "\\Uparrow", "body": ["⇑"], "description": "\\Uparrow" },
"→": { "prefix": ["\\to", "\\rightarrow"], "body": ["→"], "description": "\\to" },
"⇒": { "prefix": "\\Rightarrow", "body": ["⇒"], "description": "\\Rightarrow" },
"↓": { "prefix": ["\\downarrow", "\\arrow down", "\\arrow south"], "body": ["↓"], "description": "\\downarrow, arrow down" },
"⇓": { "prefix": "\\Downarrow", "body": ["⇓"], "description": "\\Downarrow, arrow down" },
"↔": { "prefix": "\\leftrightarrow", "body": ["↔"], "description": "\\leftrightarrow" },
"⇔": { "prefix": "\\Leftrightarrow", "body": ["⇔"], "description": "\\Leftrightarrow" },
"↕": { "prefix": "\\updownarrow", "body": ["↕"], "description": "\\updownarrow" },
"⇕": { "prefix": "\\Updownarrow", "body": ["⇕"], "description": "\\Updownarrow" },
"↖": { "prefix": ["\\nwarrow", "\\arrow north west"], "body": ["↖"], "description": "\\nwarrow, arrow north west" },
"↗": { "prefix": ["\\nearrow", "\\arrow north east"], "body": ["↗"], "description": "\\nearrow, arrow north east" },
"↘": { "prefix": ["\\searrow", "\\arrow south east"], "body": ["↘"], "description": "\\searrow, arrow south east" },
"↙": { "prefix": ["\\swarrow", "\\arrow south west"], "body": ["↙"], "description": "\\swarrow, arrow south west" },
"↝": { "prefix": ["\\leadsto", "\\rightwavearrow", "\\arrowdistribution", "\\convergenceindistribution"], "body": ["↝"], "description": "\\leadsto, ↝" },
"➛": { "prefix": ["\\xrightarrow", "\\convergesto"], "body": ["\\xrightarrow[below]{above}"], "description": "\\arrow with sub- and superscript" },
"⏟": { "prefix": ["\\underbrace" ], "body": ["\\underbrace{${1:$TM_SELECTED_TEXT}}_{\\text{under the brace}}"], "description": "\\underbrace" },
"∁": { "prefix": "\\complement", "body": ["∁"], "description": "\\complement" },
"ʿ": { "prefix": "^\\complement", "body": ["ʿ"], "description": "^\\complement" },
"∀": { "prefix": "\\forall", "body": ["∀"], "description": "\\forall" },
"∃": { "prefix": "\\exists", "body": ["∃"], "description": "\\exists" },
"∄": { "prefix": "\\not\\exists", "body": ["∄"], "description": "\\not \\exists" },
"↦": { "prefix": "\\mapsto", "body": ["↦"], "description": "\\mapsto" },
"↪": { "prefix": ["\\embed", "\\hookrightarrow"], "body": ["↪"], "description": "\\hookrightarrow, embed" },
"∂": { "prefix": "\\partial", "body": ["∂"], "description": "\\partial, derivative" },
"∅": { "prefix": "\\emptyset", "body": ["∅"], "description": "\\emptyset" },
"∆": { "prefix": ["\\Laplace", "\\increment", "\\forwarddifference" ], "body": ["∆"], "description": "\\Laplace" },
"∇": { "prefix": ["\\nabla", "\\gradient", "\\decrement", "\\backwarddifference" ], "body": ["∇"], "description": "\\nabla" },
"∈": { "prefix": ["\\in", "\\→n", "\\element", "\\isin" ], "body": ["∈"], "description": "\\in, set" },
"∋": { "prefix": [ "\\ni", "\\contains"], "body": ["∋"], "description": "\\in, set" },
"∉": { "prefix": "\\not\\in", "body": ["∉"], "description": "\\not\\in, set" },
"∎": { "prefix": ["\\qed", "\\endOfProof" ], "body": ["∎"], "description": "\\qed" },
"∏": { "prefix": "\\product", "body": ["∏"], "description": "\\prod, product" },
"∑": { "prefix": ["\\sum", "\\ſum"], "body": ["∑"], "description": "\\sum" },
"±": { "prefix": ["\\pm", "\\plus minus"], "body": ["±"], "description": "\\pm, plus minus" },
"∓": { "prefix": ["\\mp", "\\minus plus"], "body": ["∓"], "description": "\\mp, minus plus" },
"over, ⁄": { "prefix": ["\\over", "\\divide", "\\fraction"], "body": ["{${1:${TM_SELECTED_TEXT:1}} ⁄$2}$0"], "description": ["\\over environment"] },
"∕, over": { "prefix": ["\\over", "\\fractionslash"], "body": ["∕"], "description": "character ∕" },
"∖": { "prefix": "\\setminus", "body": ["∖"], "description": "\\setminus" },
"∘": { "prefix": "\\circ", "body": ["∘"], "description": "\\circ" },
"√": { "prefix": ["\\squareroot"], "body": ["√"], "description": "\\sqrt" },
"∝": { "prefix": "\\propto", "body": ["∝"], "description": "\\propto" },
"∞": { "prefix": ["\\infinity", "\\→nfinity"], "body": ["∞"], "description": "\\infty" },
"᪲": { "prefix": ["^\\infinity", "^\\→nfinity"], "body": ["᪲"], "description": "^\\infty" },
"͚": { "prefix": ["_\\infinity", "_\\→nfinity"], "body": ["͚"], "description": "_\\infty" },
"∣": { "prefix": ["\\mid", "\\divides"], "body": ["∣"], "description": "\\mid" },
"∤": { "prefix": ["\\notmid", "\\notdivides", "\\dividesnot"], "body": ["∤"], "description": "\\nmid, does not divide" },
"∧": { "prefix": ["\\wedge", "\\logicaland"], "body": ["∧"], "description": "\\wedge, logical and" },
"∨": { "prefix": ["\\logicalor"], "body": ["∨"], "description": "\\lor, logical or" },
"‖": { "prefix": ["\\|", "\\norm", "\\Vert"], "body": ["‖"], "description": "\\|, norm" },
"∥": { "prefix": ["\\parallel"], "body": ["∥"], "description": "\\parallel" },
"∦": { "prefix": ["\\notparallel"], "body": ["∦"], "description": "\\nparallel" },
"∩": { "prefix": ["\\cap", "\\intersection"], "body": ["∩"], "description": "\\cap" },
"∪": { "prefix": ["\\cup", "\\union"], "body": ["∪"], "description": "\\cup" },
"∫": { "prefix": ["\\integral", "\\→ntegral"], "body": ["∫"], "description": "\\int" },
"∬": { "prefix": ["\\iint", "\\doubleintegral"], "body": ["∬"], "description": "\\iint" },
"∭": { "prefix": ["\\iiint", "\\tripleintegral"], "body": ["∭"], "description": "\\iiint" },
"∶": { "prefix": "\\colon", "body": ["∶"], "description": "\\colon" },
"∼, sim": { "prefix": ["\\sim", "\\tilde"], "body": ["∼"], "description": "\\sim, math tilde" },
"≈": { "prefix": "\\approx", "body": ["≈"] },
"≕": { "prefix": "\\eqqcolon", "body": ["≕"], "description": "\\eqqcolon" },
"≔": { "prefix": ["\\coloneqq", "\\:=", ":=", "\\¢oloneqq" ], "body": ["≔"], "description": "\\coloneqq" },
"≜": { "prefix": ["\\triangleq", "\\define"], "body": ["≜"], "description": "\\triangleq" },
"≠": { "prefix": ["\\ne", "\\not=", "\\not\\equal"], "body": ["≠"], "description": "\\ne, not equal" },
"≡": { "prefix": ["\\equivalent", "\\identical" ], "body": ["≡"], "description": "\\equiv, equivalent" },
"≢": { "prefix": ["\\notequivalent", "\\notidentical" ], "body": ["≢"], "description": "\\not\\equiv, not equivalent" },
"≤": { "prefix": "\\leq", "body": ["≤"], "description": "\\leq, less or equal" },
"≥": { "prefix": "\\geq", "body": ["≥"], "description": "\\geq, greater or equal" },
"≨": { "prefix": ["\\lneqq", "\\notequalless", "\\lessnotequal"], "body": ["≨"], "description": "\\lneqq, less, not equal" },
"≩": { "prefix": ["\\gneqq", "\\greaternotequal", "\\notequalgreater"], "body": ["≩"], "description": "\\gneqq, greater, not equal" },
"≪": { "prefix": "\\ll", "body": ["≪"], "description": "\\ll, much less than" },
"≫": { "prefix": "\\gg", "body": ["≫"], "description": "\\gg, much greater than" },
"≺": { "prefix": ["\\precedes"], "body": ["≺"], "description": "\\precedes" },
"≻": { "prefix": ["\\succeeds"], "body": ["≻"], "description": "\\succeeds" },
"≼": { "prefix": ["\\precedes curly equal", "\\preccurlyeq"], "body": ["≼"], "description": "\\preccurlyeq" },
"≽": { "prefix": ["\\succeeds curly equal", "\\succcurlyeq"], "body": ["≽"], "description": "\\succcurlyeq" },
"⊂": { "prefix": "\\subsetequal", "body": ["⊂"], "description": "\\subset" },
"⊃": { "prefix": "\\supsetequal", "body": ["⊃"], "description": "\\supset" },
"⊊": { "prefix": "\\subsetnotequal", "body": ["⊊"], "description": "\\subsetneqq, subset, not equal" },
"⊋": { "prefix": "\\supsetnotequal", "body": ["⊋"], "description": "\\supsetneqq, supset, not equal" },
"⋂": { "prefix": ["\\bigcap", "\\bigintersection"], "body": ["⋂"], "description": "\\bigcap" },
"⋃": { "prefix": ["\\bigcup", "\\bigunion"], "body": ["⋃"], "description": "\\bigcup" },
"⊕": { "prefix": ["\\oplus", "\\directSum" ], "body": ["⊕"], "description": "\\oplus" },
"⊗": { "prefix": ["\\otimes", "\\tensorProduct"], "body": ["⊗"], "description": "\\otimes" },
"⊙": { "prefix": "\\odot", "body": ["⊙"], "description": "\\odot" },
"×": { "prefix": ["\\times", "\\texttimes", "\\crossproduct", "\\vectorproduct" ], "body": ["×"], "description": "\\times, \\texttimes, vector or cross product" },
"ᐪ": { "prefix": ["^\\top", "^{\\top}", "\\transpose"], "body": ["ᐪ"], "description": "^\\top, ͭ, transpose" },
"⌝": { "prefix": ["\\inverse", "^\\inverse", "^-1", "^{-1}" ], "body": ["⌝"], "description": "^{-1}, inverse" },
"⊤": { "prefix": ["\\tee", "\\top", "\\verum" ], "body": ["⊤"], "description": "\\top" },
"⊥": { "prefix": ["\\bot", "\\falsum" ], "body": ["⊥"], "description": "\\bot" },
"⟂": { "prefix": ["\\perpendicular", "\\orthogonal", "\\independent" ], "body": ["⟂"], "description": "\\perp" },
"…": { "prefix": ["\\dots", "\\ellipsis"], "body": ["…"], "description": "\\dots" },
"‥": { "prefix": ["\\ldots", "\\line dots", "\\lower ellipsis"], "body": ["‥"], "description": "\\ldots" },
"⋮": { "prefix": ["\\vdots", "\\vertical dots", "\\vertical ellipsis"], "body": ["⋮"], "description": "\\vdots, vertical dots" },
"⋯": { "prefix": ["\\cdots", "\\centered dots", "\\centered ellipsis"], "body": ["⋯"], "description": "\\cdots, centered dots" },
"⋱": { "prefix": ["\\ddots", "\\diagonal dots", "\\diagonal ellipsis"], "body": ["⋱"], "description": "\\ddots, diagonal dots" },
"⋰, iddots": { "prefix": ["\\iddots", "\\inverse diagonal dots ellipsis"], "body": ["⋰"], "description": "\\iddots, inverse diagonal dots" },
"⌀": { "prefix": "\\diameter", "body": ["⌀"], "description": "\\diameter" },
"⌈": { "prefix": ["\\lceil", "\\round"], "body": ["⌈"], "description": "\\lceil" },
"⌉": { "prefix": ["\\rceil", "\\round"], "body": ["⌉"], "description": "\\rceil" },
"⌊": { "prefix": ["\\lfloor", "\\round"], "body": ["⌊"], "description": "\\lfloor" },
"⌋": { "prefix": ["\\rfloor", "\\round"], "body": ["⌋"], "description": "\\rfloor" },
"⏎": { "prefix": ["\\\\", "\\carriage return", "\\enter"], "body": ["\t⏎"], "description": "\\\\\\\\\\; ⏎ glyph" },
"": { "prefix": ["\\newline", "\\line separator", "\\enter"], "body": ["\t"], "description": "\\newline;  glyph" },
"♭": { "prefix": "\\flat" , "body": ["♭"], "description": "music flat sign" },
"♮": { "prefix": "\\natural" , "body": ["♮"], "description": "music natural sign" },
"♯": { "prefix": "\\sharp" , "body": ["♯"], "description": "music sharp sign" },
"⟵": { "prefix": [ "\\longleftarrow" ], "body": ["⟵"], "description": "\\longleftarrow" },
"⟶": { "prefix": [ "\\longrightarrow" ], "body": ["⟶"], "description": "\\longrightarrow" },
"⟷": { "prefix": [ "\\longleftrightarrow" ], "body": ["⟷"], "description": "\\longleftrightarrow" },
"⟸": { "prefix": ["\\impliedby" , "\\Longleftarrow" ], "body": ["⟸"], "description": "\\impliedby" },
"⟹": { "prefix": ["\\implies", "\\Longrightarrow" ], "body": ["⟹"], "description": "\\implies" },
"⟺": { "prefix": ["\\if and only if", "\\equivalent"], "body": ["⟺"], "description": "\\iff" },
"🔖": { "prefix": ["\\label{}", "\\bookmark", "\\tag"], "body": ["🔖"], "description": "\\label character" },
"label": { "prefix": ["\\label{}", "\\bookmark", "\\tag"], "body": ["\\label{eq:$TM_LINE_NUMBER}"], "description": "\\label" },
"🔗": { "prefix": ["\\eqref"], "body": ["🔗"], "description": "\\eqref" },
"🔦": { "prefix": ["\\hlbox"], "body": ["🔦"], "description": "\\hlbox" },
"✓": { "prefix": ["\\checkmark"], "body": ["✓"], "description": "\\checkmark" },
"✔": { "prefix": ["\\heavycheckmark"], "body": ["✔"], "description": "\\ding{51}, requires \\usepackage{pifont}" },
"✘": { "prefix": ["\\heavycrossmark", "\\xmark"], "body": ["✘"], "description": "\\ding{55}, requires \\usepackage{pifont}" },
"left(": { "prefix": "\\left(\\right)", "body": ["❪${1:$TM_SELECTED_TEXT}❫"], "description": "\\left(" },
"right)": { "prefix": "\\right)", "body": ["❫"], "description": "\\right" },
"bigl(":{ "prefix": "\\bigl(\\bigr)", "body": ["❨${1:$TM_SELECTED_TEXT}❩"], "description": "\\bigl(\\bigr)" },
"bigr)": { "prefix": "\\bigr)", "body": ["❩"], "description": "\\bigr)" },
"❬|❭": { "prefix": [ "\\left\\langlebracket\\right\\rangle", "\\innerProduct" ], "body": ["❬${1:$TM_SELECTED_TEXT}\\left| ${2:ket}\\right.❭"], "description": "\\left\\langle … \\right\\range brackets" },
"⟨|⟩": { "prefix": ["\\langlebracket\\rangle", "\\innerProduct"], "body": ["⟨${1:$TM_SELECTED_TEXT}| ⟩"], "description": "\\langle…\\rangle, simple angle brackets" },
"❭":{ "prefix": ["\\rangle", "\\ket"], "body": ["❭"], "description": "\\rangle, closing angle bracket" },
"⟮⟯": { "prefix": "\\Bigl(\\Bigr)", "body": ["⟮${1:$TM_SELECTED_TEXT}⟯"], "description": "\\Bigl(" },
"⟯": { "prefix": "\\Bigr)", "body": ["⟯"], "description": "\\Bigr), closing bracket" },
"❴❵": { "prefix": ["\\{\\}", "\\set", "\\curlysetbrackets"], "body": ["❴${1:$TM_SELECTED_TEXT}❵"], "description": "\\{\\}, simple set brackets" },
"❵": { "prefix": "\\}", "body": ["❵"], "description": "\\}, closing simple set bracket" },
"﹛﹜": { "prefix": [ "\\bigl\\{\\bigr\\}", "\\curlysetbracketsbig"], "body": ["﹛${1:$TM_SELECTED_TEXT}﹜"], "description": "\\bigl\\{…\\bigr\\} curly set brackets" },
"﹜": { "prefix": [ "\\bigr\\}"], "body": ["﹜"], "description": "\\bigr\\}, closing set bracket" },
"{}": { "prefix": [ "\\left\\{\\right\\}", "\\left{\\right}", "\\curlysetbrackets"], "body": ["{${1:$TM_SELECTED_TEXT}}"], "description": "\\left\\{…\\right\\} curly set brackets" },
"}": { "prefix": ["\\right\\}", "\\right}"], "body": ["}"], "description": "\\right\\}, closing set bracket" },
"㏑": { "prefix": [ "\\ln", "\\naturallogarithm" ], "body": [ "㏑" ], "description": "\\ln" },
"㏒": { "prefix": [ "\\logarithm" ] , "body": [ "㏒" ], "description": "\\log" },
"⑴": { "prefix": [ "(1)" ] , "body": [ "⑴" ] },
"⑵": { "prefix": [ "(2)" ] , "body": [ "⑵" ] },
"⑶": { "prefix": [ "(3)" ] , "body": [ "⑶" ] },
"⑷": { "prefix": [ "(4)" ] , "body": [ "⑷" ] },
"⑸": { "prefix": [ "(5)" ] , "body": [ "⑸" ] },
"⑹": { "prefix": [ "(6)" ] , "body": [ "⑹" ] },
"⑺": { "prefix": [ "(7)" ] , "body": [ "⑺" ] },
"⑻": { "prefix": [ "(8)" ] , "body": [ "⑻" ] },
"⑼": { "prefix": [ "(9)" ] , "body": [ "⑼" ] },
"⒜": { "prefix": [ "(a)" ] , "body": [ "⒜" ] },
"⒝": { "prefix": [ "(b)" ] , "body": [ "⒝" ] },
"⒞": { "prefix": [ "(c)" ] , "body": [ "⒞" ] },
"⒟": { "prefix": [ "(d)" ] , "body": [ "⒟" ] },
"⒠": { "prefix": [ "(e)" ] , "body": [ "⒠" ] },
"⒡": { "prefix": [ "(f)" ] , "body": [ "⒡" ] },
"⒢": { "prefix": [ "(g)" ] , "body": [ "⒢" ] },
"⒣": { "prefix": [ "(h)" ] , "body": [ "⒣" ] },
"⒤": { "prefix": [ "(i)" ] , "body": [ "⒤" ] },
"⒥": { "prefix": [ "(j)" ] , "body": [ "⒥" ] },
"⒦": { "prefix": [ "(k)" ] , "body": [ "⒦" ] },
"⒧": { "prefix": [ "(l)" ] , "body": [ "⒧" ] },
"⒨": { "prefix": [ "(m)" ] , "body": [ "⒨" ] },
"⒩": { "prefix": [ "(n)" ] , "body": [ "⒩" ] },
"⒪": { "prefix": [ "(o)" ] , "body": [ "⒪" ] },
"⒫": { "prefix": [ "(p)" ] , "body": [ "⒫" ] },
"⒬": { "prefix": [ "(q)" ] , "body": [ "⒬" ] },
"⒭": { "prefix": [ "(r)" ] , "body": [ "⒭" ] },
"⒮": { "prefix": [ "(s)" ] , "body": [ "⒮" ] },
"⒯": { "prefix": [ "(t)" ] , "body": [ "⒯" ] },
"⒰": { "prefix": [ "(u)" ] , "body": [ "⒰" ] },
"⒱": { "prefix": [ "(v)" ] , "body": [ "⒱" ] },
"⒲": { "prefix": [ "(w)" ] , "body": [ "⒲" ] },
"⒳": { "prefix": [ "(x)" ] , "body": [ "⒳" ] },
"⒴": { "prefix": [ "(y)" ] , "body": [ "⒴" ] },
"⒵": { "prefix": [ "(z)" ] , "body": [ "⒵" ] },
"€": { "prefix": "\\euro", "body": ["€" ], "description": "\\euro, Euro symbol; \\usepackage[official//gen][eurosym]" },
"ⅽ": { "prefix": ["\\mathroman{c}", "\\sans c" ], "body": ["ⅽ"], "description": "\\mathrm c, roman 100" },
"Ⅽ": { "prefix": ["\\mathroman{C}", "\\sans C" ], "body": ["Ⅽ"], "description": "\\mathrm C, roman 100" },
"ⅾ": { "prefix": ["\\mathroman{d}", "\\diff", "\\sans d", "\\mahtrmd" ], "body": ["ⅾ"], "description": "\\mathrm d, römisch 500" },
"Ⅾ": { "prefix": ["\\mathroman{D}", "\\sans D" ], "body": ["Ⅾ"], "description": "\\mathrm D, roman 500" },
"ⅼ": { "prefix": ["\\mathroman{l}", "\\sans l" ], "body": ["ⅼ"], "description": "\\mathrm l, roman 50" },
"Ⅼ": { "prefix": ["\\mathroman{L}", "\\sans L" ], "body": ["Ⅼ"], "description": "\\mathrm L, roman 50" },
"ⅿ": { "prefix": ["\\mathroman{m}", "\\sans m" ], "body": ["ⅿ"], "description": "\\mathrm m, roman 1000" },
"Ⅿ": { "prefix": ["\\mathroman{M}", "\\sans M" ], "body": ["Ⅿ"], "description": "\\mathrm M, roman 1000" },
"𝔼": { "prefix": ["\\E", "\\expectation"], "body": ["𝔼"], "description": "\\E, expectation: \\DeclareMathOperator{\\E}{\\mathds E} %\\usepackage{dsfont}" },
"𝟙": { "prefix": ["\\one1", "\\indicator1", "\\double stroke one 1"], "body": ["𝟙"], "description": "\\one: \\DeclareMathOperator{\\one}{\\mathds 1} %\\usepackage{dsfont}" },
"𝒜": { "prefix": "\\mathscr{A}", "body": ["𝒜"], "description": "\\mathscr A" },
"ℬ": { "prefix": "\\mathscr{B}", "body": ["ℬ"], "description": "\\mathscr B" },
"𝒞": { "prefix": "\\mathscr{C}", "body": ["𝒞"], "description": "\\mathscr C" },
"𝒟": { "prefix": "\\mathscr{D}", "body": ["𝒟"], "description": "\\mathscr D" },
"ℰ": { "prefix": "\\mathscr{E}", "body": ["ℰ"], "description": "\\mathscr E" },
"ℱ": { "prefix": "\\mathscr{F}", "body": ["ℱ"], "description": "\\mathscr F" },
"𝒢": { "prefix": "\\mathscr{G}", "body": ["𝒢"], "description": "\\mathscr G" },
"ℋ": { "prefix": "\\mathscr{H}", "body": ["ℋ"], "description": "\\mathscr H" },
"ℐ": { "prefix": "\\mathscr{I}", "body": ["ℐ"], "description": "\\mathscr I" },
"𝒥": { "prefix": "\\mathscr{J}", "body": ["𝒥"], "description": "\\mathscr J" },
"𝒦": { "prefix": "\\mathscr{K}", "body": ["𝒦"], "description": "\\mathscr K" },
"ℒ": { "prefix": "\\mathscr{L}", "body": ["ℒ"], "description": "\\mathscr L" },
"ℓ": { "prefix": "\\ell", "body": ["ℓ"], "description": "\\ell" },
"ℳ": { "prefix": "\\mathscr{M}", "body": ["ℳ"], "description": "\\mathscr M" },
"𝒩": { "prefix": "\\mathscr{N}", "body": ["𝒩"], "description": "\\mathscr N" },
"𝒪": { "prefix": "\\mathscr{O}", "body": ["𝒪"], "description": "\\mathscr O" },
"𝒫": { "prefix": "\\mathscr{P}", "body": ["𝒫"], "description": "\\mathscr P" },
"𝒬": { "prefix": "\\mathscr{Q}", "body": ["𝒬"], "description": "\\mathscr Q" },
"ℛ": { "prefix": "\\mathscr{R}", "body": ["ℛ"], "description": "\\mathscr R" },
"𝒮": { "prefix": "\\mathscr{S}", "body": ["𝒮"], "description": "\\mathscr S" },
"𝒯": { "prefix": "\\mathscr{T}", "body": ["𝒯"], "description": "\\mathscr T" },
"𝒰": { "prefix": "\\mathscr{U}", "body": ["𝒰"], "description": "\\mathscr U" },
"𝒱": { "prefix": "\\mathscr{V}", "body": ["𝒱"], "description": "\\mathscr V" },
"𝒲": { "prefix": "\\mathscr{W}", "body": ["𝒲"], "description": "\\mathscr W" },
"𝒳": { "prefix": "\\mathscr{X}", "body": ["𝒳"], "description": "\\mathscr X" },
"𝒴": { "prefix": "\\mathscr{Y}", "body": ["𝒴"], "description": "\\mathscr Y" },
"𝒵": { "prefix": "\\mathscr{Z}", "body": ["𝒵"], "description": "\\mathscr Z" },
"𝓐": { "prefix": "\\mathcal{A}", "body": ["𝓐"], "description": "\\mathcal A" },
"𝓑": { "prefix": "\\mathcal{B}", "body": ["𝓑"], "description": "\\mathcal B" },
"𝓒": { "prefix": "\\mathcal{C}", "body": ["𝓒"], "description": "\\mathcal C" },
"𝓓": { "prefix": "\\mathcal{D}", "body": ["𝓓"], "description": "\\mathcal D" },
"𝓔": { "prefix": "\\mathcal{E}", "body": ["𝓔"], "description": "\\mathcal E" },
"𝓕": { "prefix": "\\mathcal{F}", "body": ["𝓕"], "description": "\\mathcal F" },
"𝓖": { "prefix": "\\mathcal{G}", "body": ["𝓖"], "description": "\\mathcal G" },
"𝓗": { "prefix": "\\mathcal{H}", "body": ["𝓗"], "description": "\\mathcal H" },
"𝓘": { "prefix": "\\mathcal{I}", "body": ["𝓘"], "description": "\\mathcal I" },
"𝓙": { "prefix": "\\mathcal{J}", "body": ["𝓙"], "description": "\\mathcal J" },
"𝓚": { "prefix": "\\mathcal{K}", "body": ["𝓚"], "description": "\\mathcal K" },
"𝓛": { "prefix": "\\mathcal{L}", "body": ["𝓛"], "description": "\\mathcal L" },
"𝓜": { "prefix": "\\mathcal{M}", "body": ["𝓜"], "description": "\\mathcal M" },
"𝓝": { "prefix": "\\mathcal{N}", "body": ["𝓝"], "description": "\\mathcal N" },
"𝓞": { "prefix": "\\mathcal{O}", "body": ["𝓞"], "description": "\\mathcal O" },
"𝓟": { "prefix": "\\mathcal{P}", "body": ["𝓟"], "description": "\\mathcal P" },
"𝓠": { "prefix": "\\mathcal{Q}", "body": ["𝓠"], "description": "\\mathcal Q" },
"𝓡": { "prefix": "\\mathcal{R}", "body": ["𝓡"], "description": "\\mathcal R" },
"𝓢": { "prefix": "\\mathcal{S}", "body": ["𝓢"], "description": "\\mathcal S" },
"𝓣": { "prefix": "\\mathcal{T}", "body": ["𝓣"], "description": "\\mathcal T" },
"𝓤": { "prefix": "\\mathcal{U}", "body": ["𝓤"], "description": "\\mathcal U" },
"𝓥": { "prefix": "\\mathcal{V}", "body": ["𝓥"], "description": "\\mathcal V" },
"𝓦": { "prefix": "\\mathcal{W}", "body": ["𝓦"], "description": "\\mathcal W" },
"𝓧": { "prefix": "\\mathcal{X}", "body": ["𝓧"], "description": "\\mathcal X" },
"𝓨": { "prefix": "\\mathcal{Y}", "body": ["𝓨"], "description": "\\mathcal Y" },
"𝓩": { "prefix": "\\mathcal{Z}", "body": ["𝓩"], "description": "\\mathcal Z" },
"𝔄": { "prefix": "\\mathfrak{A}", "body": ["𝔄"], "description": "\\mathfrak A" },
"𝔅": { "prefix": "\\mathfrak{B}", "body": ["𝔅"], "description": "\\mathfrak B" },
"ℭ": { "prefix": "\\mathfrak{C}", "body": ["ℭ"], "description": "\\mathfrak C" },
"𝔇": { "prefix": "\\mathfrak{D}", "body": ["𝔇"], "description": "\\mathfrak D" },
"𝔈": { "prefix": "\\mathfrak{E}", "body": ["𝔈"], "description": "\\mathfrak E" },
"𝔉": { "prefix": "\\mathfrak{F}", "body": ["𝔉"], "description": "\\mathfrak F" },
"𝔊": { "prefix": "\\mathfrak{G}", "body": ["𝔊"], "description": "\\mathfrak G" },
"ℌ": { "prefix": "\\mathfrak{H}", "body": ["ℌ"], "description": "\\mathfrak H" },
"ℑ": { "prefix": "\\mathfrak{I}", "body": ["ℑ"], "description": "\\Im, imaginary part" },
"𝔍": { "prefix": "\\mathfrak{J}", "body": ["𝔍"], "description": "\\mathfrak J" },
"𝔎": { "prefix": "\\mathfrak{K}", "body": ["𝔎"], "description": "\\mathfrak K" },
"𝔏": { "prefix": "\\mathfrak{L}", "body": ["𝔏"], "description": "\\mathfrak L" },
"𝔐": { "prefix": "\\mathfrak{M}", "body": ["𝔐"], "description": "\\mathfrak M" },
"𝔑": { "prefix": "\\mathfrak{N}", "body": ["𝔑"], "description": "\\mathfrak N" },
"𝔒": { "prefix": "\\mathfrak{O}", "body": ["𝔒"], "description": "\\mathfrak O" },
"𝔓": { "prefix": "\\mathfrak{P}", "body": ["𝔓"], "description": "\\mathfrak P" },
"𝔔": { "prefix": "\\mathfrak{Q}", "body": ["𝔔"], "description": "\\mathfrak Q" },
"ℜ": { "prefix": "\\mathfrak{R}", "body": ["ℜ"], "description": "\\Re, real part" },
"𝔖": { "prefix": "\\mathfrak{S}", "body": ["𝔖"], "description": "\\mathfrak S" },
"𝔗": { "prefix": "\\mathfrak{T}", "body": ["𝔗"], "description": "\\mathfrak T" },
"𝔘": { "prefix": "\\mathfrak{U}", "body": ["𝔘"], "description": "\\mathfrak U" },
"𝔙": { "prefix": "\\mathfrak{V}", "body": ["𝔙"], "description": "\\mathfrak V" },
"𝔚": { "prefix": "\\mathfrak{W}", "body": ["𝔚"], "description": "\\mathfrak W" },
"𝔛": { "prefix": "\\mathfrak{X}", "body": ["𝔛"], "description": "\\mathfrak X" },
"𝔜": { "prefix": "\\mathfrak{Y}", "body": ["𝔜"], "description": "\\mathfrak Y" },
"ℨ": { "prefix": "\\mathfrak{Z}", "body": ["ℨ"], "description": "\\mathfrak Z" },
"𝔞": { "prefix": "\\mathfrak{a}", "body": ["𝔞"], "description": "\\mathfrak a" },
"𝔟": { "prefix": "\\mathfrak{b}", "body": ["𝔟"], "description": "\\mathfrak b" },
"𝔠": { "prefix": "\\mathfrak{c}", "body": ["𝔠"], "description": "\\mathfrak c" },
"𝔡": { "prefix": "\\mathfrak{d}", "body": ["𝔡"], "description": "\\mathfrak d" },
"𝔢": { "prefix": "\\mathfrak{e}", "body": ["𝔢"], "description": "\\mathfrak e" },
"𝔣": { "prefix": "\\mathfrak{f}", "body": ["𝔣"], "description": "\\mathfrak f" },
"𝔤": { "prefix": "\\mathfrak{g}", "body": ["𝔤"], "description": "\\mathfrak g" },
"𝔥": { "prefix": "\\mathfrak{h}", "body": ["𝔥"], "description": "\\mathfrak h" },
"𝔦": { "prefix": "\\mathfrak{i}", "body": ["𝔦"], "description": "\\mathfrak i" },
"𝔧": { "prefix": "\\mathfrak{j}", "body": ["𝔧"], "description": "\\mathfrak j" },
"𝔨": { "prefix": "\\mathfrak{k}", "body": ["𝔨"], "description": "\\mathfrak k" },
"𝔩": { "prefix": "\\mathfrak{l}", "body": ["𝔩"], "description": "\\mathfrak l" },
"𝔪": { "prefix": "\\mathfrak{m}", "body": ["𝔪"], "description": "\\mathfrak m" },
"𝔫": { "prefix": "\\mathfrak{n}", "body": ["𝔫"], "description": "\\mathfrak n" },
"𝔬": { "prefix": "\\mathfrak{o}", "body": ["𝔬"], "description": "\\mathfrak o" },
"𝔭": { "prefix": "\\mathfrak{p}", "body": ["𝔭"], "description": "\\mathfrak p" },
"𝔮": { "prefix": "\\mathfrak{q}", "body": ["𝔮"], "description": "\\mathfrak q" },
"𝔯": { "prefix": "\\mathfrak{r}", "body": ["𝔯"], "description": "\\mathfrak r" },
"𝔰": { "prefix": "\\mathfrak{s}", "body": ["𝔰"], "description": "\\mathfrak s" },
"𝔱": { "prefix": "\\mathfrak{t}", "body": ["𝔱"], "description": "\\mathfrak t" },
"𝔲": { "prefix": "\\mathfrak{u}", "body": ["𝔲"], "description": "\\mathfrak u" },
"𝔳": { "prefix": "\\mathfrak{v}", "body": ["𝔳"], "description": "\\mathfrak v" },
"𝔴": { "prefix": "\\mathfrak{w}", "body": ["𝔴"], "description": "\\mathfrak w" },
"𝔵": { "prefix": "\\mathfrak{x}", "body": ["𝔵"], "description": "\\mathfrak x" },
"𝔶": { "prefix": "\\mathfrak{y}", "body": ["𝔶"], "description": "\\mathfrak y" },
"𝔷": { "prefix": "\\mathfrak{z}", "body": ["𝔷"], "description": "\\mathfrak z" },
"Â": { "prefix": "\\hat A", "body": ["Â"], "description": "\\hat A" },
"𝖡": { "prefix": "\\hat B", "body": ["𝖡"], "description": "\\hat B" },
"Ĉ": { "prefix": "\\hat C", "body": ["Ĉ"], "description": "\\hat C" },
"𝖣": { "prefix": "\\hat D", "body": ["𝖣"], "description": "\\hat D" },
"Ê": { "prefix": "\\hat E", "body": ["Ê"], "description": "\\hat E" },
"𝖥": { "prefix": "\\hat F", "body": ["𝖥"], "description": "\\hat F" },
"Ĝ": { "prefix": "\\hat G", "body": ["Ĝ"], "description": "\\hat G" },
"Ĥ": { "prefix": "\\hat H", "body": ["Ĥ"], "description": "\\hat H" },
"Î": { "prefix": "\\hat I", "body": ["Î"], "description": "\\hat I" },
"Ĵ": { "prefix": "\\hat J", "body": ["Ĵ"], "description": "\\hat J" },
"𝖪": { "prefix": "\\hat K", "body": ["𝖪"], "description": "\\hat K" },
"𝖫": { "prefix": "\\hat L", "body": ["𝖫"], "description": "\\hat L" },
"𝖬": { "prefix": "\\hat M", "body": ["𝖬"], "description": "\\hat M" },
"𝖭": { "prefix": "\\hat N", "body": ["𝖭"], "description": "\\hat N" },
"Ô": { "prefix": "\\hat O", "body": ["Ô"], "description": "\\hat O" },
"𝖯": { "prefix": "\\hat P", "body": ["𝖯"], "description": "\\hat P" },
"𝖰": { "prefix": "\\hat Q", "body": ["𝖰"], "description": "\\hat Q" },
"𝖱": { "prefix": "\\hat R", "body": ["𝖱"], "description": "\\hat R" },
"Ŝ": { "prefix": "\\hat S", "body": ["Ŝ"], "description": "\\hat S" },
"𝖳": { "prefix": "\\hat T", "body": ["𝖳"], "description": "\\hat T" },
"Û": { "prefix": "\\hat U", "body": ["Û"], "description": "\\hat U" },
"𝖵": { "prefix": "\\hat V", "body": ["𝖵"], "description": "\\hat V" },
"Ŵ": { "prefix": "\\hat W", "body": ["Ŵ"], "description": "\\hat W" },
"𝖷": { "prefix": "\\hat X", "body": ["𝖷"], "description": "\\hat X" },
"Ŷ": { "prefix": "\\hat Y", "body": ["Ŷ"], "description": "\\hat Y" },
"𝖹": { "prefix": "\\hat Z", "body": ["𝖹"], "description": "\\hat Z" },
"â": { "prefix": "\\hat a", "body": ["â"], "description": "\\hat â" },
"𝖻": { "prefix": "\\hat b", "body": ["𝖻"], "description": "\\hat b" },
"ĉ": { "prefix": "\\hat c", "body": ["ĉ"], "description": "\\hat c" },
"𝖽": { "prefix": "\\hat d", "body": ["𝖽"], "description": "\\hat d" },
"ê": { "prefix": "\\hat e", "body": ["ê"], "description": "\\hat e" },
"𝖿": { "prefix": "\\hat f", "body": ["𝖿"], "description": "\\hat f" },
"ĝ": { "prefix": "\\hat g", "body": ["ĝ"], "description": "\\hat g" },
"ĥ": { "prefix": "\\hat h", "body": ["ĥ"], "description": "\\hat h" },
"î": { "prefix": "\\hat i", "body": ["î"], "description": "\\hat i" },
"ĵ": { "prefix": "\\hat j", "body": ["ĵ"], "description": "\\hat i" },
"𝗄": { "prefix": "\\hat k", "body": ["𝗄"], "description": "\\hat k" },
"𝗅": { "prefix": "\\hat l", "body": ["𝗅"], "description": "\\hat l" },
"𝗆": { "prefix": "\\hat m", "body": ["𝗆"], "description": "\\hat m" },
"𝗇": { "prefix": "\\hat n", "body": ["𝗇"], "description": "\\hat n" },
"ô": { "prefix": "\\hat o", "body": ["ô"], "description": "\\hat o" },
"𝗉": { "prefix": "\\hat p", "body": ["𝗉"], "description": "\\hat p" },
"𝗊": { "prefix": "\\hat q", "body": ["𝗊"], "description": "\\hat q" },
"𝗋": { "prefix": "\\hat r", "body": ["𝗋"], "description": "\\hat r" },
"ŝ": { "prefix": "\\hat s", "body": ["ŝ"], "description": "\\hat s" },
"𝗍": { "prefix": "\\hat t", "body": ["𝗍"], "description": "\\hat t" },
"û": { "prefix": "\\hat u", "body": ["û"], "description": "\\hat u" },
"𝗏": { "prefix": "\\hat v", "body": ["𝗏"], "description": "\\hat v" },
"ŵ": { "prefix": "\\hat w", "body": ["ŵ"], "description": "\\hat w" },
"𝗑": { "prefix": "\\hat x", "body": ["𝗑"], "description": "\\hat x" },
"ŷ": { "prefix": "\\hat y", "body": ["ŷ"], "description": "\\hat y" },
"𝗓": { "prefix": "\\hat z", "body": ["𝗓"], "description": "\\hat z" },
"𝝘": { "prefix": "\\hat\\Gamma", "body": ["𝝘"], "description": "\\hat 𝛤" },
"𝝙": { "prefix": "\\hat\\Delta", "body": ["𝝙"], "description": "\\hat 𝛥" },
"𝝝": { "prefix": "\\hat\\Theta", "body": ["𝝝"], "description": "\\hat 𝛩" },
"𝝠": { "prefix": "\\hat\\Lambda", "body": ["𝝠"], "description": "\\hat 𝛬" },
"𝝣": { "prefix": "\\hat\\Xi", "body": ["𝝣"], "description": "\\hat 𝛯" },
"𝝥": { "prefix": "\\hat\\Pi", "body": ["𝝥"], "description": "\\hat 𝛱" },
"𝝧": { "prefix": "\\hat\\vartheta", "body": ["𝝧"], "description": "\\hat 𝛳" },
"𝝨": { "prefix": "\\hat\\Sigma", "body": ["𝝨"], "description": "\\hat 𝛴" },
"𝝫": { "prefix": "\\hat\\Phi", "body": ["𝝫"], "description": "\\hat 𝛷" },
"𝝭": { "prefix": "\\hat\\Psi", "body": ["𝝭"], "description": "\\hat 𝛹" },
"𝝮": { "prefix": "\\hat\\Omega", "body": ["𝝮"], "description": "\\hat 𝛺" },
"𝝰": { "prefix": "\\hat\\alpha", "body": ["𝝰"], "description": "\\hat 𝛼" },
"𝝱": { "prefix": "\\hat\\beta", "body": ["𝝱"], "description": "\\hat 𝛽" },
"𝝲": { "prefix": "\\hat\\gamma", "body": ["𝝲"], "description": "\\hat 𝛾" },
"𝝳": { "prefix": "\\hat\\delta", "body": ["𝝳"], "description": "\\hat 𝛿" },
"𝝴": { "prefix": "\\hat\\epsilon", "body": ["𝝴"], "description": "\\hat 𝜀" },
"𝝵": { "prefix": "\\hat\\zeta", "body": ["𝝵"], "description": "\\hat 𝜁" },
"𝝶": { "prefix": "\\hat\\eta", "body": ["𝝶"], "description": "\\hat 𝜂" },
"𝝷": { "prefix": "\\hat\\theta", "body": ["𝝷"], "description": "\\hat 𝜃" },
"𝝸": { "prefix": "\\hat\\iota", "body": ["𝝸"], "description": "\\hat 𝜄" },
"𝝹": { "prefix": "\\hat\\kappa", "body": ["𝝹"], "description": "\\hat 𝜅" },
"𝝺": { "prefix": "\\hat\\lambda", "body": ["𝝺"], "description": "\\hat 𝜆" },
"𝝻": { "prefix": "\\hat\\mu", "body": ["𝝻"], "description": "\\hat 𝜇" },
"𝝼": { "prefix": "\\hat\\nu", "body": ["𝝼"], "description": "\\hat 𝜈" },
"𝝽": { "prefix": "\\hat\\xi", "body": ["𝝽"], "description": "\\hat 𝜉" },
"𝝿": { "prefix": "\\hat\\pi", "body": ["𝝿"], "description": "\\hat 𝜋" },
"𝞀": { "prefix": "\\hat\\rho", "body": ["𝞀"], "description": "\\hat 𝜌" },
"𝞁": { "prefix": "\\hat\\varsigma", "body": ["𝞁"], "description": "\\hat 𝜍" },
"𝞂": { "prefix": "\\hat\\sigma", "body": ["𝞂"], "description": "\\hat 𝜎" },
"𝞃": { "prefix": "\\hat\\tau", "body": ["𝞃"], "description": "\\hat 𝜏" },
"𝞄": { "prefix": "\\hat\\uypsilon", "body": ["𝞄"], "description": "\\hat 𝜐" },
"𝞅": { "prefix": "\\hat\\phi", "body": ["𝞅"], "description": "\\hat 𝜑" },
"𝞆": { "prefix": "\\hat\\chi", "body": ["𝞆"], "description": "\\hat 𝜒" },
"𝞇": { "prefix": "\\hat\\psi", "body": ["𝞇"], "description": "\\hat 𝜓" },
"𝞈": { "prefix": "\\hat\\omega", "body": ["𝞈"], "description": "\\hat 𝜔" },
"𝞊": { "prefix": "\\hat\\varepsilon", "body": ["𝞊"], "description": "\\hat 𝞊" },
"𝞋": { "prefix": "\\hat\\vartheta", "body": ["𝞋"], "description": "\\hat 𝞋" },
"𝞍": { "prefix": "\\hat\\varphi", "body": ["𝞍"], "description": "\\hat 𝞍" },
"𝞎": { "prefix": "\\hat\\varrho", "body": ["𝞎"], "description": "\\hat 𝞎" },
"𝞏": { "prefix": "\\hat\\varpi", "body": ["𝞏"], "description": "\\hat 𝞏" },
"Ã": { "prefix": "\\tilde{A}", "body": ["Ã"], "description": "\\tilde A" },
"𝐵": { "prefix": "\\tilde{B}", "body": ["𝐵"], "description": "\\tilde B" },
"𝐶": { "prefix": "\\tilde{C}", "body": ["𝐶"], "description": "\\tilde C" },
"𝐷": { "prefix": "\\tilde{D}", "body": ["𝐷"], "description": "\\tilde D" },
"Ẽ": { "prefix": "\\tilde{E}", "body": ["Ẽ"], "description": "\\tilde E" },
"𝐹": { "prefix": "\\tilde{F}", "body": ["𝐹"], "description": "\\tilde F" },
"𝐺": { "prefix": "\\tilde{G}", "body": ["𝐺"], "description": "\\tilde G" },
"𝐻": { "prefix": "\\tilde{H}", "body": ["𝐻"], "description": "\\tilde H" },
"Ĩ": { "prefix": "\\tilde{I}", "body": ["Ĩ"], "description": "\\tilde I" },
"𝐽": { "prefix": "\\tilde{J}", "body": ["𝐽"], "description": "\\tilde J" },
"𝐾": { "prefix": "\\tilde{K}", "body": ["𝐾"], "description": "\\tilde K" },
"𝐿": { "prefix": "\\tilde{L}", "body": ["𝐿"], "description": "\\tilde L" },
"𝑀": { "prefix": "\\tilde{M}", "body": ["𝑀"], "description": "\\tilde M" },
"Ñ": { "prefix": "\\tilde{N}", "body": ["Ñ"], "description": "\\tilde N" },
"Õ": { "prefix": "\\tilde{O}", "body": ["Õ"], "description": "\\tilde O" },
"Ꝓ": { "prefix": "\\tilde{P}", "body": ["Ꝓ"], "description": "\\tilde Ꝓ" },
"𝑄": { "prefix": "\\tilde{Q}", "body": ["𝑄"], "description": "\\tilde Q" },
"𝑅": { "prefix": "\\tilde{R}", "body": ["𝑅"], "description": "\\tilde R" },
"𝑆": { "prefix": "\\tilde{S}", "body": ["𝑆"], "description": "\\tilde S" },
"𝑇": { "prefix": "\\tilde{T}", "body": ["𝑇"], "description": "\\tilde T" },
"Ũ": { "prefix": "\\tilde{U}", "body": ["Ũ"], "description": "\\tilde Ũ" },
"Ṽ": { "prefix": "\\tilde{V}", "body": ["Ṽ"], "description": "\\tilde Ṽ" },
"𝑊": { "prefix": "\\tilde{W}", "body": ["𝑊"], "description": "\\tilde W" },
"𝑋": { "prefix": "\\tilde{X}", "body": ["𝑋"], "description": "\\tilde X" },
"Ỹ": { "prefix": "\\tilde{Y}", "body": ["Ỹ"], "description": "\\tilde Ỹ" },
"𝑍": { "prefix": "\\tilde{Z}", "body": ["𝑍"], "description": "\\tilde Z" },
"ã": { "prefix": "\\tilde{a}", "body": ["ã"], "description": "\\tilde ã" },
"𝑏": { "prefix": "\\tilde{b}", "body": ["𝑏"], "description": "\\tilde b" },
"𝑐": { "prefix": "\\tilde{c}", "body": ["𝑐"], "description": "\\tilde c" },
"𝑑": { "prefix": "\\tilde{d}", "body": ["𝑑"], "description": "\\tilde d" },
"ẽ": { "prefix": "\\tilde{e}", "body": ["ẽ"], "description": "\\tilde ẽ" },
"𝑓": { "prefix": "\\tilde{f}", "body": ["𝑓"], "description": "\\tilde f" },
"𝑔": { "prefix": "\\tilde{g}", "body": ["𝑔"], "description": "\\tilde g" },
"": { "prefix": "\\tilde{h}", "body": [""], "description": "\\tilde h" },
"ĩ": { "prefix": "\\tilde{i}", "body": ["ĩ"], "description": "\\tilde ĩ" },
"𝑗": { "prefix": "\\tilde{j}", "body": ["𝑗"], "description": "\\tilde j" },
"𝑘": { "prefix": "\\tilde{k}", "body": ["𝑘"], "description": "\\tilde k" },
"𝑙": { "prefix": "\\tilde{l}", "body": ["𝑙"], "description": "\\tilde l" },
"𝑚": { "prefix": "\\tilde{m}", "body": ["𝑚"], "description": "\\tilde m" },
"ñ": { "prefix": "\\tilde{n}", "body": ["ñ"], "description": "\\tilde ñ" },
"õ": { "prefix": "\\tilde{o}", "body": ["õ"], "description": "\\tilde õ" },
"𝑝": { "prefix": "\\tilde{p}", "body": ["𝑝"], "description": "\\tilde p" },
"𝑞": { "prefix": "\\tilde{q}", "body": ["𝑞"], "description": "\\tilde q" },
"𝑟": { "prefix": "\\tilde{r}", "body": ["𝑟"], "description": "\\tilde r" },
"𝑠": { "prefix": "\\tilde{s}", "body": ["𝑠"], "description": "\\tilde s" },
"𝑡": { "prefix": "\\tilde{t}", "body": ["𝑡"], "description": "\\tilde t" },
"ũ": { "prefix": "\\tilde{u}", "body": ["ũ"], "description": "\\tilde ũ" },
"ṽ": { "prefix": "\\tilde{v}", "body": ["ṽ"], "description": "\\tilde ṽ" },
"𝑤": { "prefix": "\\tilde{w}", "body": ["𝑤"], "description": "\\tilde w" },
"𝑥": { "prefix": "\\tilde{x}", "body": ["𝑥"], "description": "\\tilde x" },
"ỹ": { "prefix": "\\tilde{y}", "body": ["ỹ"], "description": "\\tilde ỹ" },
"𝑧": { "prefix": "\\tilde{z}", "body": ["𝑧"], "description": "\\tilde z" },
"𝛤": { "prefix": "\\tilde{\\Gamma}", "body": ["𝛤"], "description": "\\tilde 𝛤" },
"𝛥": { "prefix": "\\tilde{\\Delta}", "body": ["𝛥"], "description": "\\tilde 𝛥" },
"𝛩": { "prefix": "\\tilde{\\Theta}", "body": ["𝛩"], "description": "\\tilde 𝛩" },
"𝛬": { "prefix": "\\tilde{\\Lambda}", "body": ["𝛬"], "description": "\\tilde 𝛬" },
"𝛯": { "prefix": "\\tilde{\\Xi}", "body": ["𝛯"], "description": "\\tilde 𝛯" },
"𝛱": { "prefix": "\\tilde{\\Pi}", "body": ["𝛱"], "description": "\\tilde 𝛱" },
"𝛳": { "prefix": "\\tilde{\\Theta}", "body": ["𝛳"], "description": "\\tilde 𝛳" },
"𝛴": { "prefix": "\\tilde{\\Sigma}", "body": ["𝛴"], "description": "\\tilde 𝛴" },
"𝛶": { "prefix": "\\tilde{\\UYpsilon}", "body": ["𝛶"], "description": "\\tilde 𝛶" },
"𝛷": { "prefix": "\\tilde{\\Phi}", "body": ["𝛷"], "description": "\\tilde 𝛷" },
"𝛹": { "prefix": "\\tilde{\\Psi}", "body": ["𝛹"], "description": "\\tilde 𝛹" },
"𝛺": { "prefix": "\\tilde{\\Omega}", "body": ["𝛺"], "description": "\\tilde 𝛺" },
"𝛼": { "prefix": "\\tilde{\\alpha}", "body": ["𝛼"], "description": "\\tilde 𝛼" },
"𝛽": { "prefix": "\\tilde{\\beta}", "body": ["𝛽"], "description": "\\tilde 𝛽" },
"𝛾": { "prefix": "\\tilde{\\gamma}", "body": ["𝛾"], "description": "\\tilde 𝛾" },
"𝛿": { "prefix": "\\tilde{\\delta}", "body": ["𝛿"], "description": "\\tilde 𝛿" },
"𝜀": { "prefix": "\\tilde{\\epsilon}", "body": ["𝜀"], "description": "\\tilde 𝜀" },
"𝜁": { "prefix": "\\tilde{\\zeta}", "body": ["𝜁"], "description": "\\tilde 𝜁" },
"𝜂": { "prefix": "\\tilde{\\eta}", "body": ["𝜂"], "description": "\\tilde 𝜂" },
"𝜃": { "prefix": "\\tilde{\\theta}", "body": ["𝜃"], "description": "\\tilde 𝜃" },
"𝜄": { "prefix": "\\tilde{\\iota}", "body": ["𝜄"], "description": "\\tilde 𝜄" },
"𝜅": { "prefix": "\\tilde{\\kappa}", "body": ["𝜅"], "description": "\\tilde 𝜅" },
"𝜆": { "prefix": "\\tilde{\\lambda}", "body": ["𝜆"], "description": "\\tilde 𝜆" },
"𝜇": { "prefix": "\\tilde{\\mu}", "body": ["𝜇"], "description": "\\tilde 𝜇" },
"𝜈": { "prefix": "\\tilde{\\nu}", "body": ["𝜈"], "description": "\\tilde 𝜈" },
"𝜉": { "prefix": "\\tilde{\\xi}", "body": ["𝜉"], "description": "\\tilde 𝜉" },
"𝜋": { "prefix": "\\tilde{\\pi}", "body": ["𝜋"], "description": "\\tilde 𝜋" },
"𝜌": { "prefix": "\\tilde{\\rho}", "body": ["𝜌"], "description": "\\tilde 𝜌" },
"𝜍": { "prefix": "\\tilde{\\varsigma}", "body": ["𝜍"], "description": "\\tilde 𝜍" },
"𝜎": { "prefix": "\\tilde{\\sigma}", "body": ["𝜎"], "description": "\\tilde 𝜎" },
"𝜏": { "prefix": "\\tilde{\\tau}", "body": ["𝜏"], "description": "\\tilde 𝜏" },
"𝜐": { "prefix": "\\tilde{\\uypsilon}", "body": ["𝜐"], "description": "\\tilde 𝜐" },
"𝜑": { "prefix": "\\tilde{\\phi}", "body": ["𝜑"], "description": "\\tilde 𝜑" },
"𝜒": { "prefix": "\\tilde{\\chi}", "body": ["𝜒"], "description": "\\tilde 𝜒" },
"𝜓": { "prefix": "\\tilde{\\psi}", "body": ["𝜓"], "description": "\\tilde 𝜓" },
"𝜔": { "prefix": "\\tilde{\\omega}", "body": ["𝜔"], "description": "\\tilde 𝜔" },
"𝜖": { "prefix": "\\tilde{\\varepsilon}", "body": ["𝜖"], "description": "\\tilde 𝜖" },
"𝜗": { "prefix": "\\tilde{\\vartheta}", "body": ["𝜗"], "description": "\\tilde 𝜗" },
"𝜘": { "prefix": "\\tilde{\\varkappa}", "body": ["𝜘"], "description": "\\tilde 𝜘" },
"𝜙": { "prefix": "\\tilde{\\varphi}", "body": ["𝜙"], "description": "\\tilde 𝜙" },
"𝜚": { "prefix": "\\tilde{\\varrho}", "body": ["𝜚"], "description": "\\tilde 𝜚" },
"𝜛": { "prefix": "\\tilde{\\varpi}", "body": ["𝜛"], "description": "\\tilde 𝜛" },
"𝐀": { "prefix": ["\\bold A", "\\bm A"], "body": ["𝐀"], "description": "\\bm A" },
"𝐁": { "prefix": ["\\bold B", "\\bm B"], "body": ["𝐁"], "description": "\\bm B" },
"𝐂": { "prefix": ["\\bold C", "\\bm C"], "body": ["𝐂"], "description": "\\bm C" },
"𝐃": { "prefix": ["\\bold D", "\\bm D"], "body": ["𝐃"], "description": "\\bm D" },
"𝐄": { "prefix": ["\\bold E", "\\bm E"], "body": ["𝐄"], "description": "\\bm E" },
"𝐅": { "prefix": ["\\bold F", "\\bm F"], "body": ["𝐅"], "description": "\\bm F" },
"𝐆": { "prefix": ["\\bold G", "\\bm G"], "body": ["𝐆"], "description": "\\bm G" },
"𝐇": { "prefix": ["\\bold H", "\\bm H"], "body": ["𝐇"], "description": "\\bm H" },
"𝐈": { "prefix": ["\\bold I", "\\bm I"], "body": ["𝐈"], "description": "\\bm I" },
"𝐉": { "prefix": ["\\bold J", "\\bm J"], "body": ["𝐉"], "description": "\\bm J" },
"𝐊": { "prefix": ["\\bold K", "\\bm K"], "body": ["𝐊"], "description": "\\bm K" },
"𝐋": { "prefix": ["\\bold L", "\\bm L"], "body": ["𝐋"], "description": "\\bm L" },
"𝐌": { "prefix": ["\\bold M", "\\bm M"], "body": ["𝐌"], "description": "\\bm M" },
"𝐍": { "prefix": ["\\bold N", "\\bm N"], "body": ["𝐍"], "description": "\\bm N" },
"𝐎": { "prefix": ["\\bold O", "\\bm O"], "body": ["𝐎"], "description": "\\bm O" },
"𝐏": { "prefix": ["\\bold P", "\\bm P"], "body": ["𝐏"], "description": "\\bm P" },
"𝐐": { "prefix": ["\\bold Q", "\\bm Q"], "body": ["𝐐"], "description": "\\bm Q" },
"𝐑": { "prefix": ["\\bold R", "\\bm R"], "body": ["𝐑"], "description": "\\bm R" },
"𝐒": { "prefix": ["\\bold S", "\\bm S"], "body": ["𝐒"], "description": "\\bm S" },
"𝐓": { "prefix": ["\\bold T", "\\bm T"], "body": ["𝐓"], "description": "\\bm T" },
"𝐔": { "prefix": ["\\bold U", "\\bm U"], "body": ["𝐔"], "description": "\\bm U" },
"𝐕": { "prefix": ["\\bold V", "\\bm V"], "body": ["𝐕"], "description": "\\bm V" },
"𝐖": { "prefix": ["\\bold W", "\\bm W"], "body": ["𝐖"], "description": "\\bm W" },
"𝐗": { "prefix": ["\\bold X", "\\bm X"], "body": ["𝐗"], "description": "\\bm X" },
"𝐘": { "prefix": ["\\bold Y", "\\bm Y"], "body": ["𝐘"], "description": "\\bm Y" },
"𝐙": { "prefix": ["\\bold Z", "\\bm Z"], "body": ["𝐙"], "description": "\\bm Z" },
"𝐚": { "prefix": ["\\bold a", "\\bm a"], "body": ["𝐚"], "description": "\\bm a" },
"𝐛": { "prefix": ["\\bold b", "\\bm b"], "body": ["𝐛"], "description": "\\bm b" },
"𝐜": { "prefix": ["\\bold c", "\\bm c"], "body": ["𝐜"], "description": "\\bm c" },
"𝐝": { "prefix": ["\\bold d", "\\bm d"], "body": ["𝐝"], "description": "\\bm d" },
"𝐞": { "prefix": ["\\bold e", "\\bm e"], "body": ["𝐞"], "description": "\\bm e" },
"𝐟": { "prefix": ["\\bold f", "\\bm f"], "body": ["𝐟"], "description": "\\bm f" },
"𝐠": { "prefix": ["\\bold g", "\\bm g"], "body": ["𝐠"], "description": "\\bm g" },
"𝐡": { "prefix": ["\\bold h", "\\bm h"], "body": ["𝐡"], "description": "\\bm h" },
"𝐢": { "prefix": ["\\bold i", "\\bm i"], "body": ["𝐢"], "description": "\\bm i" },
"𝐣": { "prefix": ["\\bold j", "\\bm j"], "body": ["𝐣"], "description": "\\bm j" },
"𝐤": { "prefix": ["\\bold k", "\\bm k"], "body": ["𝐤"], "description": "\\bm k" },
"𝐥": { "prefix": ["\\bold l", "\\bm l"], "body": ["𝐥"], "description": "\\bm l" },
"𝐦": { "prefix": ["\\bold m", "\\bm m"], "body": ["𝐦"], "description": "\\bm m" },
"𝐧": { "prefix": ["\\bold n", "\\bm n"], "body": ["𝐧"], "description": "\\bm n" },
"𝐨": { "prefix": ["\\bold o", "\\bm o"], "body": ["𝐨"], "description": "\\bm o" },
"𝐩": { "prefix": ["\\bold p", "\\bm p"], "body": ["𝐩"], "description": "\\bm p" },
"𝐪": { "prefix": ["\\bold q", "\\bm q"], "body": ["𝐪"], "description": "\\bm q" },
"𝐫": { "prefix": ["\\bold r", "\\bm r"], "body": ["𝐫"], "description": "\\bm r" },
"𝐬": { "prefix": ["\\bold s", "\\bm s"], "body": ["𝐬"], "description": "\\bm s" },
"𝐭": { "prefix": ["\\bold t", "\\bm t"], "body": ["𝐭"], "description": "\\bm t" },
"𝐮": { "prefix": ["\\bold u", "\\bm u"], "body": ["𝐮"], "description": "\\bm u" },
"𝐯": { "prefix": ["\\bold v", "\\bm v"], "body": ["𝐯"], "description": "\\bm v" },
"𝐰": { "prefix": ["\\bold w", "\\bm w"], "body": ["𝐰"], "description": "\\bm w" },
"𝐱": { "prefix": ["\\bold x", "\\bm x"], "body": ["𝐱"], "description": "\\bm x" },
"𝐲": { "prefix": ["\\bold y", "\\bm y"], "body": ["𝐲"], "description": "\\bm y" },
"𝐳": { "prefix": ["\\bold z", "\\bm z"], "body": ["𝐳"], "description": "\\bm z" },
"𝚪": { "prefix": ["\\bold\\Gamma", "\\bm\\Gamma", "\\bmΓ" ], "body": ["𝚪"], "description": "\\bm\\Gamma" },
"𝚫": { "prefix": ["\\bold\\Delta", "\\bm\\Delta", "\\bmΔ" ], "body": ["𝚫"], "description": "\\bm\\Delta" },
"𝚯": { "prefix": ["\\bold\\Theta", "\\bm\\Theta", "\\bmΘ" ], "body": ["𝚯"], "description": "\\bm\\Theta" },
"𝚲": { "prefix": ["\\bold\\Lambda", "\\bm\\Lambda", "\\bmΛ" ], "body": ["𝚲"], "description": "\\bm\\Lambda" },
"𝚵": { "prefix": ["\\bold\\Xi", "\\bm\\Xi", "\\bmΞ" ], "body": ["𝚵"], "description": "\\bm\\Xi" },
"𝚷": { "prefix": ["\\bold\\Pi", "\\bm\\Pi", "\\bmΠ" ], "body": ["𝚷"], "description": "\\bm\\Pi" },
"𝚺": { "prefix": ["\\bold\\Sigma", "\\bm\\Sigma", "\\bmΣ" ], "body": ["𝚺"], "description": "\\bm\\Sigma" },
"𝚼": { "prefix": ["\\bold\\UYpsilon", "\\bm\\UYpsilon", "\\bmΥ" ], "body": ["𝚼"], "description": "\\bm\\Upsilon" },
"𝚽": { "prefix": ["\\bold\\Phi", "\\bm\\Phi", "\\bmΦ" ], "body": ["𝚽"], "description": "\\bm\\Phi" },
"𝚿": { "prefix": ["\\bold\\Psi", "\\bm\\Psi", "\\bmΨ" ], "body": ["𝚿"], "description": "\\bm\\Psi" },
"𝛀": { "prefix": ["\\bold\\Omega", "\\bm\\Omega", "\\bmΩ" ], "body": ["𝛀"], "description": "\\bm\\Omega" },
"𝛂": { "prefix": ["\\bold\\alpha", "\\bm\\alpha", "\\bmα" ], "body": ["𝛂"], "description": "\\bm\\alpha" },
"𝛃": { "prefix": ["\\bold\\beta", "\\bm\\beta", "\\bmβ" ], "body": ["𝛃"], "description": "\\bm\\beta" },
"𝛄": { "prefix": ["\\bold\\gamma", "\\bm\\gamma", "\\bmγ" ], "body": ["𝛄"], "description": "\\bm\\gamma" },
"𝛅": { "prefix": ["\\bold\\delta", "\\bm\\delta", "\\bmδ" ], "body": ["𝛅"], "description": "\\bm\\delta" },
"𝛆": { "prefix": ["\\bold\\epsilon", "\\bm\\epsilon", "\\bmε" ], "body": ["𝛆"], "description": "\\bm\\epsilon" },
"𝛇": { "prefix": ["\\bold\\zeta", "\\bm\\zeta", "\\bmζ" ], "body": ["𝛇"], "description": "\\bm\\zeta" },
"𝛈": { "prefix": ["\\bold\\eta", "\\bm\\eta", "\\bmη" ], "body": ["𝛇"], "description": "\\bm\\eta" },
"𝛉": { "prefix": ["\\bold\\theta", "\\bm\\theta", "\\bmθ" ], "body": ["𝛉"], "description": "\\bm\\theta" },
"𝛊": { "prefix": ["\\bold\\iota", "\\bm\\iota", "\\bmι" ], "body": ["𝛊"], "description": "\\bm\\iota" },
"𝛋": { "prefix": ["\\bold\\kappa", "\\bm\\kappa", "\\bmκ" ], "body": ["𝛋"], "description": "\\bm\\kappa" },
"𝛌": { "prefix": ["\\bold\\lambda", "\\bm\\lambda", "\\bmλ" ], "body": ["𝛌"], "description": "\\bm\\lambda" },
"𝛍": { "prefix": ["\\bold\\mu", "\\bm\\mu", "\\bmμ" ], "body": ["𝛍"], "description": "\\bm\\mu" },
"𝛎": { "prefix": ["\\bold\\nu", "\\bm\\nu", "\\bmν" ], "body": ["𝛎"], "description": "\\bm\\nu" },
"𝛏": { "prefix": ["\\bold\\xi", "\\bm\\xi", "\\bmξ" ], "body": ["𝛏"], "description": "\\bm\\xi" },
"𝛑": { "prefix": ["\\bold\\pi", "\\bm\\pi", "\\bmπ" ], "body": ["𝛑"], "description": "\\bm\\pi" },
"𝛒": { "prefix": ["\\bold\\rho", "\\bm\\rho", "\\bmρ" ], "body": ["𝛒"], "description": "\\bm\\rho" },
"𝛓": { "prefix": ["\\bold\\varsigma", "\\bm\\varsigma", "\\bmς" ], "body": ["𝛓"], "description": "\\bm\\varsigma" },
"𝛔": { "prefix": ["\\bold\\sigma", "\\bm\\sigma", "\\bmσ" ], "body": ["𝛔"], "description": "\\bm\\sigma" },
"𝛕": { "prefix": ["\\bold\\tau", "\\bm\\tau", "\\bmτ" ], "body": ["𝛕"], "description": "\\bm\\tau" },
"𝛖": { "prefix": ["\\bold\\uypsilon", "\\bm\\uypsilon", "\\bmυ" ], "body": ["𝛖"], "description": "\\bm\\upsilon" },
"𝛗": { "prefix": ["\\bold\\phi", "\\bm\\phi", "\\bmϕ" ], "body": ["𝛗"], "description": "\\bm\\phi" },
"𝛘": { "prefix": ["\\bold\\chi", "\\bm\\chi", "\\bmχ" ], "body": ["𝛘"], "description": "\\bm\\chi" },
"𝛙": { "prefix": ["\\bold\\psi", "\\bm\\psi", "\\bmψ" ], "body": ["𝛙"], "description": "\\bm\\psi" },
"𝛚": { "prefix": ["\\bold\\omega", "\\bm\\omega", "\\bmω" ], "body": ["𝛚"], "description": "\\bm\\omega" },
"𝛜": { "prefix": ["\\bold\\varepsilon", "\\bm\\varepsilon", "\\bmε" ], "body": ["𝛜"], "description": "\\bm\\varepsilon" },
"𝛝": { "prefix": ["\\bold\\vartheta", "\\bm\\vartheta", "\\bmϑ" ], "body": ["𝛝"], "description": "\\bm\\vartheta" },
"𝛞": { "prefix": ["\\bold\\varkappa", "\\bm\\varkappa", "\\bmϰ" ], "body": ["𝛞"], "description": "\\bm\\varkappa" },
"𝛟": { "prefix": ["\\bold\\varphi", "\\bm\\varphi", "\\bmφ" ], "body": ["𝛟"], "description": "\\bm\\varphi" },
"𝛠": { "prefix": ["\\bold\\varrho", "\\bm\\varrho", "\\bmϱ" ], "body": ["𝛠"], "description": "\\bm\\varrho" },
"𝛡": { "prefix": ["\\bold\\varpi", "\\bm\\varpi", "\\bmϖ" ], "body": ["𝛡"], "description": "\\bm\\varpi" },
"𝟎": { "prefix": ["\\bold 0", "\\bm 0"], "body": ["𝟎"], "description": "\\bm 0" },
"𝟏": { "prefix": ["\\bold 1", "\\bm 1"], "body": ["𝟏"], "description": "\\bm 1" },
"𝟐": { "prefix": ["\\bold 2", "\\bm 2"], "body": ["𝟐"], "description": "\\bm 2" },
"𝟑": { "prefix": ["\\bold 3", "\\bm 3"], "body": ["𝟑"], "description": "\\bm 3" },
"𝟒": { "prefix": ["\\bold 4", "\\bm 4"], "body": ["𝟒"], "description": "\\bm 4" },
"𝟓": { "prefix": ["\\bold 5", "\\bm 5"], "body": ["𝟓"], "description": "\\bm 5" },
"𝟔": { "prefix": ["\\bold 6", "\\bm 6"], "body": ["𝟔"], "description": "\\bm 6" },
"𝟕": { "prefix": ["\\bold 7", "\\bm 7"], "body": ["𝟕"], "description": "\\bm 7" },
"𝟖": { "prefix": ["\\bold 8", "\\bm 8"], "body": ["𝟖"], "description": "\\bm 8" },
"𝟗": { "prefix": ["\\bold 9", "\\bm 9"], "body": ["𝟗"], "description": "\\bm 9" }
}