~kile/kile/livepreview-xenial

« back to all changes in this revision

Viewing changes to src/data/symbols-ng/misc-math.xml

  • Committer: Package Import Robot
  • Author(s): Prasad Murthy
  • Date: 2013-01-24 19:03:35 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20130124190335-29sj32fdx0d2kcmw
Tags: 1:2.1.3-0ubuntu1
* New upstream release
* Drop kubuntu_02_disable_embedded_kbibtex.diff as kbibtex is now usable with kde4
* Add kbibtex to suggests
* Change the Vcs links to the Ubuntu bzr branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
2
 
3
3
<!DOCTYPE KileSymbolSources>
4
 
<symbols> 
 
4
<symbols>
5
5
 
6
6
   <formatVersion major="0" minor ="22" />
7
7
 
15
15
                  \usepackage[T1]{fontenc}
16
16
      </additional>
17
17
   </preamble>
18
 
   
 
18
 
 
19
   <unicodeCommandPackages>
 
20
      <package>
 
21
         <name>inputenc</name>
 
22
         <arguments>utf8</arguments>
 
23
      </package>
 
24
   </unicodeCommandPackages>
 
25
 
19
26
   <!-- insert stuff here    -->
20
27
<symbolGroupName>misc-math</symbolGroupName>
21
28
<!-- pkgs= ,pkgsarg= ,savepkgs= ,savepkgsarg=-->
38
45
<!-- arg math \cdotp  -->
39
46
<commandDefinition>
40
47
   <latexCommand>\cdotp</latexCommand>
 
48
   <unicodeCommand>·</unicodeCommand>
41
49
   <mathMode>true</mathMode>
42
50
</commandDefinition>
43
51
 
45
53
<!-- arg math \colon  -->
46
54
<commandDefinition>
47
55
   <latexCommand>\colon</latexCommand>
 
56
   <unicodeCommand>:</unicodeCommand>
48
57
   <mathMode>true</mathMode>
49
58
</commandDefinition>
50
59
 
59
68
<!-- arg math \vdots  -->
60
69
<commandDefinition>
61
70
   <latexCommand>\vdots</latexCommand>
 
71
   <unicodeCommand>⋮</unicodeCommand>
62
72
   <mathMode>true</mathMode>
63
73
</commandDefinition>
64
74
 
66
76
<!-- arg math \cdots  -->
67
77
<commandDefinition>
68
78
   <latexCommand>\cdots</latexCommand>
 
79
   <unicodeCommand>⋯</unicodeCommand>
69
80
   <mathMode>true</mathMode>
70
81
</commandDefinition>
71
82
 
73
84
<!-- arg math \ddots  -->
74
85
<commandDefinition>
75
86
   <latexCommand>\ddots</latexCommand>
 
87
   <unicodeCommand>⋱</unicodeCommand>
76
88
   <mathMode>true</mathMode>
77
89
</commandDefinition>
78
90
 
80
92
<!-- arg math \ldots  -->
81
93
<commandDefinition>
82
94
   <latexCommand>\ldots</latexCommand>
 
95
   <unicodeCommand>…</unicodeCommand>
83
96
   <mathMode>true</mathMode>
84
97
</commandDefinition>
85
98
 
90
103
<!-- arg math \neg  -->
91
104
<commandDefinition>
92
105
   <latexCommand>\neg</latexCommand>
 
106
   <unicodeCommand>¬</unicodeCommand>
93
107
   <mathMode>true</mathMode>
94
108
</commandDefinition>
95
109
 
97
111
<!-- arg math \infty  -->
98
112
<commandDefinition>
99
113
   <latexCommand>\infty</latexCommand>
 
114
   <unicodeCommand>∞</unicodeCommand>
100
115
   <mathMode>true</mathMode>
101
116
</commandDefinition>
102
117
 
104
119
<!-- arg math \prime  -->
105
120
<commandDefinition>
106
121
   <latexCommand>\prime</latexCommand>
 
122
   <unicodeCommand>′</unicodeCommand>
107
123
   <mathMode>true</mathMode>
108
124
</commandDefinition>
109
125
 
111
127
<!-- arg math \backprime  -->
112
128
<commandDefinition>
113
129
   <latexCommand>\backprime</latexCommand>
 
130
   <unicodeCommand>‵</unicodeCommand>
114
131
   <mathMode>true</mathMode>
115
132
   <package>
116
133
      <name>amssymb</name>
121
138
<!-- arg math \backslash  -->
122
139
<commandDefinition>
123
140
   <latexCommand>\backslash</latexCommand>
 
141
   <unicodeCommand>\</unicodeCommand>
124
142
   <mathMode>true</mathMode>
125
143
</commandDefinition>
126
144
 
128
146
<!-- arg math \diagdown  -->
129
147
<commandDefinition>
130
148
   <latexCommand>\diagdown</latexCommand>
 
149
   <unicodeCommand>∖</unicodeCommand>
131
150
   <mathMode>true</mathMode>
132
151
   <package>
133
152
      <name>amssymb</name>
138
157
<!-- arg math \diagup  -->
139
158
<commandDefinition>
140
159
   <latexCommand>\diagup</latexCommand>
 
160
   <unicodeCommand>∕</unicodeCommand>
141
161
   <mathMode>true</mathMode>
142
162
   <package>
143
163
      <name>amssymb</name>
162
182
<!-- arg math \varnothing  -->
163
183
<commandDefinition>
164
184
   <latexCommand>\varnothing</latexCommand>
 
185
   <unicodeCommand>∅</unicodeCommand>
165
186
   <mathMode>true</mathMode>
166
187
   <package>
167
188
      <name>amssymb</name>
175
196
<!-- arg math \sharp  -->
176
197
<commandDefinition>
177
198
   <latexCommand>\sharp</latexCommand>
 
199
   <unicodeCommand>♯</unicodeCommand>
178
200
   <mathMode>true</mathMode>
179
201
</commandDefinition>
180
202
 
182
204
<!-- arg math \flat  -->
183
205
<commandDefinition>
184
206
   <latexCommand>\flat</latexCommand>
 
207
   <unicodeCommand>♭</unicodeCommand>
185
208
   <mathMode>true</mathMode>
186
209
</commandDefinition>
187
210
 
189
212
<!-- arg math \natural  -->
190
213
<commandDefinition>
191
214
   <latexCommand>\natural</latexCommand>
 
215
   <unicodeCommand>♮</unicodeCommand>
192
216
   <mathMode>true</mathMode>
193
217
</commandDefinition>
194
218
 
204
228
<!-- arg math \sphericalangle  -->
205
229
<commandDefinition>
206
230
   <latexCommand>\sphericalangle</latexCommand>
 
231
   <unicodeCommand>∢</unicodeCommand>
207
232
   <mathMode>true</mathMode>
208
233
   <package>
209
234
      <name>amssymb</name>
214
239
<!-- arg math \measuredangle  -->
215
240
<commandDefinition>
216
241
   <latexCommand>\measuredangle</latexCommand>
 
242
   <unicodeCommand>∡</unicodeCommand>
217
243
   <mathMode>true</mathMode>
218
244
   <package>
219
245
      <name>amssymb</name>
224
250
<!-- arg math \Box  -->
225
251
<commandDefinition>
226
252
   <latexCommand>\Box</latexCommand>
 
253
   <unicodeCommand>☐</unicodeCommand>
227
254
   <mathMode>true</mathMode>
228
255
   <package>
229
256
      <name>amssymb</name>
234
261
<!-- arg math \square  -->
235
262
<commandDefinition>
236
263
   <latexCommand>\square</latexCommand>
 
264
   <unicodeCommand>◻</unicodeCommand>
237
265
   <mathMode>true</mathMode>
238
266
   <package>
239
267
      <name>amssymb</name>
254
282
<!-- arg math \vartriangle  -->
255
283
<commandDefinition>
256
284
   <latexCommand>\vartriangle</latexCommand>
 
285
   <unicodeCommand>△</unicodeCommand>
257
286
   <mathMode>true</mathMode>
258
287
   <package>
259
288
      <name>amssymb</name>
264
293
<!-- arg math \triangledown  -->
265
294
<commandDefinition>
266
295
   <latexCommand>\triangledown</latexCommand>
 
296
   <unicodeCommand>▿</unicodeCommand>
267
297
   <mathMode>true</mathMode>
268
298
   <package>
269
299
      <name>amssymb</name>
274
304
<!-- arg math \Diamond  -->
275
305
<commandDefinition>
276
306
   <latexCommand>\Diamond</latexCommand>
 
307
   <unicodeCommand>◇</unicodeCommand>
277
308
   <mathMode>true</mathMode>
278
309
   <package>
279
310
      <name>amssymb</name>
285
316
<!-- arg math \diamondsuit  -->
286
317
<commandDefinition>
287
318
   <latexCommand>\diamondsuit</latexCommand>
 
319
   <unicodeCommand>♢</unicodeCommand>
288
320
   <mathMode>true</mathMode>
289
321
</commandDefinition>
290
322
 
292
324
<!-- arg math \lozenge  -->
293
325
<commandDefinition>
294
326
   <latexCommand>\lozenge</latexCommand>
 
327
   <unicodeCommand>⬨</unicodeCommand>
295
328
   <mathMode>true</mathMode>
296
329
   <package>
297
330
      <name>amssymb</name>
302
335
<!-- arg math \heartsuit  -->
303
336
<commandDefinition>
304
337
   <latexCommand>\heartsuit</latexCommand>
 
338
   <unicodeCommand>♡</unicodeCommand>
305
339
   <mathMode>true</mathMode>
306
340
</commandDefinition>
307
341
 
313
347
<!-- arg math \blacksquare  -->
314
348
<commandDefinition>
315
349
   <latexCommand>\blacksquare</latexCommand>
 
350
   <unicodeCommand>⬛</unicodeCommand>
316
351
   <mathMode>true</mathMode>
317
352
   <package>
318
353
      <name>amssymb</name>
323
358
<!-- arg math \blacktriangle  -->
324
359
<commandDefinition>
325
360
   <latexCommand>\blacktriangle</latexCommand>
 
361
   <unicodeCommand>▴</unicodeCommand>
326
362
   <mathMode>true</mathMode>
327
363
   <package>
328
364
      <name>amssymb</name>
333
369
<!-- arg math \blacktriangledown  -->
334
370
<commandDefinition>
335
371
   <latexCommand>\blacktriangledown</latexCommand>
 
372
   <unicodeCommand>▾</unicodeCommand>
336
373
   <mathMode>true</mathMode>
337
374
   <package>
338
375
      <name>amssymb</name>
343
380
<!-- arg math \blacklozenge  -->
344
381
<commandDefinition>
345
382
   <latexCommand>\blacklozenge</latexCommand>
 
383
   <unicodeCommand>⧫</unicodeCommand>
346
384
   <mathMode>true</mathMode>
347
385
   <package>
348
386
      <name>amssymb</name>
353
391
<!-- arg math \bigstar  -->
354
392
<commandDefinition>
355
393
   <latexCommand>\bigstar</latexCommand>
 
394
   <unicodeCommand>★</unicodeCommand>
356
395
   <mathMode>true</mathMode>
357
396
   <package>
358
397
      <name>amssymb</name>
364
403
<!-- arg math \spadesuit  -->
365
404
<commandDefinition>
366
405
   <latexCommand>\spadesuit</latexCommand>
 
406
   <unicodeCommand>♠</unicodeCommand>
367
407
   <mathMode>true</mathMode>
368
408
</commandDefinition>
369
409
 
371
411
<!-- arg math \clubsuit  -->
372
412
<commandDefinition>
373
413
   <latexCommand>\clubsuit</latexCommand>
 
414
   <unicodeCommand>♣</unicodeCommand>
374
415
   <mathMode>true</mathMode>
375
416
</commandDefinition>
376
417
 
381
422
<!-- arg math \forall  -->
382
423
<commandDefinition>
383
424
   <latexCommand>\forall</latexCommand>
 
425
   <unicodeCommand>∀</unicodeCommand>
384
426
   <mathMode>true</mathMode>
385
427
</commandDefinition>
386
428
 
396
438
<!-- arg math \nexists  -->
397
439
<commandDefinition>
398
440
   <latexCommand>\nexists</latexCommand>
 
441
   <unicodeCommand>∄</unicodeCommand>
399
442
   <mathMode>true</mathMode>
400
443
   <package>
401
444
      <name>amssymb</name>
406
449
<!-- arg math \Finv  -->
407
450
<commandDefinition>
408
451
   <latexCommand>\Finv</latexCommand>
 
452
   <unicodeCommand>Ⅎ</unicodeCommand>
409
453
   <mathMode>true</mathMode>
410
454
   <package>
411
455
      <name>amssymb</name>
416
460
<!-- arg math \Game  -->
417
461
<commandDefinition>
418
462
   <latexCommand>\Game</latexCommand>
 
463
   <unicodeCommand>⅁</unicodeCommand>
419
464
   <mathMode>true</mathMode>
420
465
   <package>
421
466
      <name>amssymb</name>
427
472
<!-- arg math \ni  -->
428
473
<commandDefinition>
429
474
   <latexCommand>\ni</latexCommand>
 
475
   <unicodeCommand>∋</unicodeCommand>
430
476
   <mathMode>true</mathMode>
431
477
</commandDefinition>
432
478
 
434
480
<!-- arg math \in  -->
435
481
<commandDefinition>
436
482
   <latexCommand>\in</latexCommand>
 
483
   <unicodeCommand>∈</unicodeCommand>
437
484
   <mathMode>true</mathMode>
438
485
</commandDefinition>
439
486
 
441
488
<!-- arg math \notin  -->
442
489
<commandDefinition>
443
490
   <latexCommand>\notin</latexCommand>
 
491
   <unicodeCommand>∉</unicodeCommand>
444
492
   <mathMode>true</mathMode>
445
493
</commandDefinition>
446
494
 
448
496
<!-- arg math \complement  -->
449
497
<commandDefinition>
450
498
   <latexCommand>\complement</latexCommand>
 
499
   <unicodeCommand>∁</unicodeCommand>
451
500
   <mathMode>true</mathMode>
452
501
   <package>
453
502
      <name>amssymb</name>
458
507
<!-- arg math \Im  -->
459
508
<commandDefinition>
460
509
   <latexCommand>\Im</latexCommand>
 
510
   <unicodeCommand>ℑ</unicodeCommand>
461
511
   <mathMode>true</mathMode>
462
512
</commandDefinition>
463
513
 
465
515
<!-- arg math \Re  -->
466
516
<commandDefinition>
467
517
   <latexCommand>\Re</latexCommand>
 
518
   <unicodeCommand>ℜ</unicodeCommand>
468
519
   <mathMode>true</mathMode>
469
520
</commandDefinition>
470
521
 
472
523
<!-- arg math \aleph  -->
473
524
<commandDefinition>
474
525
   <latexCommand>\aleph</latexCommand>
 
526
   <unicodeCommand>א</unicodeCommand>
475
527
   <mathMode>true</mathMode>
476
528
</commandDefinition>
477
529
 
479
531
<!-- arg math \wp  -->
480
532
<commandDefinition>
481
533
   <latexCommand>\wp</latexCommand>
 
534
   <unicodeCommand>℘</unicodeCommand>
482
535
   <mathMode>true</mathMode>
483
536
</commandDefinition>
484
537
 
489
542
<!-- arg math \hslash  -->
490
543
<commandDefinition>
491
544
   <latexCommand>\hslash</latexCommand>
 
545
   <unicodeCommand>ħ</unicodeCommand>
492
546
   <mathMode>true</mathMode>
493
547
   <package>
494
548
      <name>amssymb</name>
499
553
<!-- arg math \hbar  -->
500
554
<commandDefinition>
501
555
   <latexCommand>\hbar</latexCommand>
 
556
   <unicodeCommand>ℏ</unicodeCommand>
502
557
   <mathMode>true</mathMode>
503
558
</commandDefinition>
504
559
 
506
561
<!-- arg math \imath  -->
507
562
<commandDefinition>
508
563
   <latexCommand>\imath</latexCommand>
 
564
   <unicodeCommand>ı</unicodeCommand>
509
565
   <mathMode>true</mathMode>
510
566
</commandDefinition>
511
567
 
513
569
<!-- arg math \jmath  -->
514
570
<commandDefinition>
515
571
   <latexCommand>\jmath</latexCommand>
 
572
   <unicodeCommand>ȷ</unicodeCommand>
516
573
   <mathMode>true</mathMode>
517
574
</commandDefinition>
518
575
 
520
577
<!-- arg math \Bbbk  -->
521
578
<commandDefinition>
522
579
   <latexCommand>\Bbbk</latexCommand>
 
580
   <unicodeCommand>𝕜</unicodeCommand>
523
581
   <mathMode>true</mathMode>
524
582
   <package>
525
583
      <name>amssymb</name>
530
588
<!-- arg math \ell  -->
531
589
<commandDefinition>
532
590
   <latexCommand>\ell</latexCommand>
 
591
   <unicodeCommand>ℓ</unicodeCommand>
533
592
   <mathMode>true</mathMode>
534
593
</commandDefinition>
535
594
 
537
596
<!-- arg math \circledR  -->
538
597
<commandDefinition>
539
598
   <latexCommand>\circledR</latexCommand>
 
599
   <unicodeCommand>®</unicodeCommand>
540
600
   <mathMode>true</mathMode>
541
601
   <package>
542
602
      <name>amssymb</name>
547
607
<!-- arg math \circledS  -->
548
608
<commandDefinition>
549
609
   <latexCommand>\circledS</latexCommand>
 
610
   <unicodeCommand>Ⓢ</unicodeCommand>
550
611
   <mathMode>true</mathMode>
551
612
   <package>
552
613
      <name>amssymb</name>
557
618
<!-- arg math \bot  -->
558
619
<commandDefinition>
559
620
   <latexCommand>\bot</latexCommand>
 
621
   <unicodeCommand>⊥</unicodeCommand>
560
622
   <mathMode>true</mathMode>
561
623
</commandDefinition>
562
624
 
564
626
<!-- arg math \top  -->
565
627
<commandDefinition>
566
628
   <latexCommand>\top</latexCommand>
 
629
   <unicodeCommand>⊤</unicodeCommand>
567
630
   <mathMode>true</mathMode>
568
631
</commandDefinition>
569
632
 
571
634
<!-- arg math \partial  -->
572
635
<commandDefinition>
573
636
   <latexCommand>\partial</latexCommand>
 
637
   <unicodeCommand>∂</unicodeCommand>
574
638
   <mathMode>true</mathMode>
575
639
</commandDefinition>
576
640
 
578
642
<!-- arg math \nabla  -->
579
643
<commandDefinition>
580
644
   <latexCommand>\nabla</latexCommand>
 
645
   <unicodeCommand>∇</unicodeCommand>
581
646
   <mathMode>true</mathMode>
582
647
</commandDefinition>
583
648
 
585
650
<!-- arg math \eth  -->
586
651
<commandDefinition>
587
652
   <latexCommand>\eth</latexCommand>
 
653
   <unicodeCommand>ð</unicodeCommand>
588
654
   <mathMode>true</mathMode>
589
655
   <package>
590
656
      <name>amssymb</name>
595
661
<!-- arg math \mho  -->
596
662
<commandDefinition>
597
663
   <latexCommand>\mho</latexCommand>
 
664
   <unicodeCommand>℧</unicodeCommand>
598
665
   <mathMode>true</mathMode>
599
666
   <package>
600
667
      <name>amssymb</name>
608
675
<!-- optarg math \acute{} \acute{a} -->
609
676
<commandDefinition>
610
677
   <latexCommand>\acute{}</latexCommand>
 
678
   <unicodeCommand>á</unicodeCommand>
611
679
   <imageCommand>\acute{a}</imageCommand>
612
680
   <mathMode>true</mathMode>
613
681
</commandDefinition>
616
684
<!-- optarg math \grave{} \grave{a} -->
617
685
<commandDefinition>
618
686
   <latexCommand>\grave{}</latexCommand>
 
687
   <unicodeCommand>à</unicodeCommand>
619
688
   <imageCommand>\grave{a}</imageCommand>
620
689
   <mathMode>true</mathMode>
621
690
</commandDefinition>
624
693
<!-- optarg math \check{} \check{a} -->
625
694
<commandDefinition>
626
695
   <latexCommand>\check{}</latexCommand>
 
696
   <unicodeCommand>ǎ</unicodeCommand>
627
697
   <imageCommand>\check{a}</imageCommand>
628
698
   <mathMode>true</mathMode>
629
699
</commandDefinition>
632
702
<!-- optarg math \hat{} \hat{a} -->
633
703
<commandDefinition>
634
704
   <latexCommand>\hat{}</latexCommand>
 
705
   <unicodeCommand>â</unicodeCommand>
635
706
   <imageCommand>\hat{a}</imageCommand>
636
707
   <mathMode>true</mathMode>
637
708
</commandDefinition>
640
711
<!-- optarg math \tilde{} \tilde{a} -->
641
712
<commandDefinition>
642
713
   <latexCommand>\tilde{}</latexCommand>
 
714
   <unicodeCommand>ã</unicodeCommand>
643
715
   <imageCommand>\tilde{a}</imageCommand>
644
716
   <mathMode>true</mathMode>
645
717
</commandDefinition>
648
720
<!-- optarg math \bar{} \bar{a} -->
649
721
<commandDefinition>
650
722
   <latexCommand>\bar{}</latexCommand>
 
723
   <unicodeCommand>ā</unicodeCommand>
651
724
   <imageCommand>\bar{a}</imageCommand>
652
725
   <mathMode>true</mathMode>
653
726
</commandDefinition>
664
737
<!-- optarg math \breve{} \breve{a} -->
665
738
<commandDefinition>
666
739
   <latexCommand>\breve{}</latexCommand>
 
740
   <unicodeCommand>ă</unicodeCommand>
667
741
   <imageCommand>\breve{a}</imageCommand>
668
742
   <mathMode>true</mathMode>
669
743
</commandDefinition>
672
746
<!-- optarg math \dot{} \dot{a} -->
673
747
<commandDefinition>
674
748
   <latexCommand>\dot{}</latexCommand>
 
749
   <unicodeCommand>ȧ</unicodeCommand>
675
750
   <imageCommand>\dot{a}</imageCommand>
676
751
   <mathMode>true</mathMode>
677
752
</commandDefinition>
680
755
<!-- optarg math \ddot{} \ddot{a} -->
681
756
<commandDefinition>
682
757
   <latexCommand>\ddot{}</latexCommand>
 
758
   <unicodeCommand>ä</unicodeCommand>
683
759
   <imageCommand>\ddot{a}</imageCommand>
684
760
   <mathMode>true</mathMode>
685
761
</commandDefinition>
712
788
<!-- optarg math \mathring{} \mathring{a} -->
713
789
<commandDefinition>
714
790
   <latexCommand>\mathring{}</latexCommand>
 
791
   <unicodeCommand>å</unicodeCommand>
715
792
   <imageCommand>\mathring{a}</imageCommand>
716
793
   <mathMode>true</mathMode>
717
794
</commandDefinition>
874
951
<!-- arg math f'  -->
875
952
<commandDefinition>
876
953
   <latexCommand>f'</latexCommand>
 
954
   <unicodeCommand>f′</unicodeCommand>
877
955
   <mathMode>true</mathMode>
878
956
</commandDefinition>
879
957
 
881
959
<!-- arg math f''  -->
882
960
<commandDefinition>
883
961
   <latexCommand>f''</latexCommand>
 
962
   <unicodeCommand>f′′</unicodeCommand>
884
963
   <mathMode>true</mathMode>
885
964
</commandDefinition>
886
965