aboutsummaryrefslogtreecommitdiff
path: root/editors/kile/pkg-plist
blob: 37ad30c14caa9238e941fb2db8ca2e5967738a03 (plain) (blame)
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
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
bin/kile
etc/xdg/kile.categories
lib/libkdeinit5_kile.so
share/applications/org.kde.kile.desktop
share/config.kcfg/kile.kcfg
share/dbus-1/interfaces/net.sourceforge.kile.main.xml
share/doc/HTML/en/kile/bullets.png
share/doc/HTML/en/kile/command-view.png
share/doc/HTML/en/kile/complete_cmd1.png
share/doc/HTML/en/kile/complete_cmd2.png
share/doc/HTML/en/kile/complete_env1.png
share/doc/HTML/en/kile/complete_env2.png
share/doc/HTML/en/kile/config-complete.png
share/doc/HTML/en/kile/config-dblquotes.png
share/doc/HTML/en/kile/config-encoding.png
share/doc/HTML/en/kile/config-quickpreview.png
share/doc/HTML/en/kile/config-userhelp.png
share/doc/HTML/en/kile/delete.png
share/doc/HTML/en/kile/dialog-addhelp.png
share/doc/HTML/en/kile/dialog-docbrowser1.png
share/doc/HTML/en/kile/dialog-docbrowser2.png
share/doc/HTML/en/kile/dialog-float.png
share/doc/HTML/en/kile/dialog-insertreference.png
share/doc/HTML/en/kile/dialog-insertsection.png
share/doc/HTML/en/kile/dialog-math.png
share/doc/HTML/en/kile/dialog-pdftools1.png
share/doc/HTML/en/kile/dialog-pdftools2.png
share/doc/HTML/en/kile/dialog-pdftools3.png
share/doc/HTML/en/kile/dialog-pstools.png
share/doc/HTML/en/kile/dialog-tabular.png
share/doc/HTML/en/kile/dialog-userhelp.png
share/doc/HTML/en/kile/environment.png
share/doc/HTML/en/kile/includegraphics.png
share/doc/HTML/en/kile/index.cache.bz2
share/doc/HTML/en/kile/index.docbook
share/doc/HTML/en/kile/latex_example.png
share/doc/HTML/en/kile/menu-userhelp.png
share/doc/HTML/en/kile/pdftools1.png
share/doc/HTML/en/kile/pdftools2.png
share/doc/HTML/en/kile/project-creation.png
share/doc/HTML/en/kile/psutils1.png
share/doc/HTML/en/kile/psutils15.png
share/doc/HTML/en/kile/psutils16.png
share/doc/HTML/en/kile/psutils2.png
share/doc/HTML/en/kile/psutils3.png
share/doc/HTML/en/kile/psutils5.png
share/doc/HTML/en/kile/psutils6.png
share/doc/HTML/en/kile/psutils7.png
share/doc/HTML/en/kile/psutils8.png
share/doc/HTML/en/kile/quickpreview.png
share/doc/HTML/en/kile/scripting-configure.png
share/doc/HTML/en/kile/scripting-execbutton.png
share/doc/HTML/en/kile/scripting-keysequence1.png
share/doc/HTML/en/kile/scripting-keysequence2.png
share/doc/HTML/en/kile/scripting-panel.png
share/doc/HTML/en/kile/scripting-shortcut.png
share/doc/HTML/en/kile/scripting-support.png
share/doc/HTML/en/kile/scripting.docbook
share/doc/HTML/en/kile/select.png
share/doc/HTML/en/kile/snap_autocomplete.png
share/doc/HTML/en/kile/snap_compile_error.png
share/doc/HTML/en/kile/snap_okular_settings.png
share/doc/HTML/en/kile/snap_projectview.png
share/doc/HTML/en/kile/snap_projectview_add.png
share/doc/HTML/en/kile/snap_ref_choose.png
share/doc/HTML/en/kile/snap_ref_select.png
share/doc/HTML/en/kile/snap_sidebarmenu.png
share/doc/HTML/en/kile/snap_structview_label.png
share/doc/HTML/en/kile/structureview-context1.png
share/doc/HTML/en/kile/structureview-context2.png
share/doc/HTML/en/kile/structureview.png
share/doc/HTML/en/kile/texgroup.png
share/doc/HTML/en/kile/usermenu.docbook
share/doc/HTML/en/kile/usermenu_01.png
share/doc/HTML/en/kile/usermenu_02.png
share/doc/HTML/en/kile/usermenu_03.png
share/doc/HTML/en/kile/usermenu_04.png
share/doc/HTML/en/kile/usermenu_05.png
share/doc/HTML/en/kile/usermenu_06a.png
share/doc/HTML/en/kile/usermenu_06b.png
share/doc/HTML/en/kile/usermenu_07a.png
share/doc/HTML/en/kile/usermenu_07b.png
share/doc/HTML/en/kile/usermenu_07c.png
share/doc/HTML/en/kile/usermenu_08a.png
share/doc/HTML/en/kile/usermenu_08b.png
share/doc/HTML/en/kile/usermenu_08c.png
share/doc/HTML/en/kile/usermenu_08d.png
share/doc/HTML/en/kile/usermenu_08e.png
share/doc/HTML/en/kile/usermenu_08f.png
share/doc/HTML/en/kile/usermenu_09.png
share/doc/HTML/en/kile/usermenu_10.png
share/doc/HTML/en/kile/usermenu_11.png
share/doc/HTML/en/kile/usermenu_11b.png
share/doc/HTML/en/kile/usermenu_12.png
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/README.MacOSX
%%PORTDOCS%%%%DOCSDIR%%/README.cwl
%%PORTDOCS%%%%DOCSDIR%%/kile-remote-control.txt
share/icons/hicolor/128x128/apps/kile.png
share/icons/hicolor/150x150/apps/kile.png
share/icons/hicolor/16x16/apps/kile.png
share/icons/hicolor/22x22/apps/kile.png
share/icons/hicolor/310x310/apps/kile.png
share/icons/hicolor/32x32/apps/kile.png
share/icons/hicolor/44x44/apps/kile.png
share/icons/hicolor/48x48/apps/kile.png
share/icons/hicolor/64x64/apps/kile.png
share/icons/hicolor/scalable/apps/kile.svg
share/kconf_update/kile.upd
share/kconf_update/kile1.6_upd.pl
share/kconf_update/kile1.7_upd.pl
share/kconf_update/kile1.9-1_upd.pl
share/kconf_update/kile1.9_upd.pl
share/kconf_update/kile2.0-1_upd.pl
share/kconf_update/kile2.0-2_upd.pl
share/kconf_update/kile2.0-3_upd.pl
share/kconf_update/kile2.0-4_upd.pl
share/kconf_update/kile2.0-5_upd.pl
%%DATADIR%%/biblatexentries.rc
%%DATADIR%%/bibtexentries.rc
%%DATADIR%%/complete/abbreviation/example.cwl
%%DATADIR%%/complete/abbreviation/fastex.cwl
%%DATADIR%%/complete/dictionary/example.cwl
%%DATADIR%%/complete/dictionary/metapost.cwl
%%DATADIR%%/complete/tex/acronym.cwl
%%DATADIR%%/complete/tex/afterpage.cwl
%%DATADIR%%/complete/tex/allrunes.cwl
%%DATADIR%%/complete/tex/amsbsy.cwl
%%DATADIR%%/complete/tex/amsfonts.cwl
%%DATADIR%%/complete/tex/amsmath.cwl
%%DATADIR%%/complete/tex/amsopn.cwl
%%DATADIR%%/complete/tex/amssymb.cwl
%%DATADIR%%/complete/tex/amsthm.cwl
%%DATADIR%%/complete/tex/array.cwl
%%DATADIR%%/complete/tex/attachfile.cwl
%%DATADIR%%/complete/tex/babel.cwl
%%DATADIR%%/complete/tex/beamerfoils.cwl
%%DATADIR%%/complete/tex/beamerprosper.cwl
%%DATADIR%%/complete/tex/beamerseminar.cwl
%%DATADIR%%/complete/tex/beamertexpower.cwl
%%DATADIR%%/complete/tex/biblatex-dev.cwl
%%DATADIR%%/complete/tex/biblatex.cwl
%%DATADIR%%/complete/tex/bm.cwl
%%DATADIR%%/complete/tex/booktabs.cwl
%%DATADIR%%/complete/tex/braket.cwl
%%DATADIR%%/complete/tex/calc.cwl
%%DATADIR%%/complete/tex/cancel.cwl
%%DATADIR%%/complete/tex/caption.cwl
%%DATADIR%%/complete/tex/class-beamer.cwl
%%DATADIR%%/complete/tex/class-letter.cwl
%%DATADIR%%/complete/tex/class-scrartcl,scrreprt,scrbook.cwl
%%DATADIR%%/complete/tex/class-scrlttr2.cwl
%%DATADIR%%/complete/tex/color.cwl
%%DATADIR%%/complete/tex/colortbl.cwl
%%DATADIR%%/complete/tex/context-document.cwl
%%DATADIR%%/complete/tex/coordsys.cwl
%%DATADIR%%/complete/tex/csquotes-dev.cwl
%%DATADIR%%/complete/tex/csquotes.cwl
%%DATADIR%%/complete/tex/currvita.cwl
%%DATADIR%%/complete/tex/cyrillic.cwl
%%DATADIR%%/complete/tex/diagxy.cwl
%%DATADIR%%/complete/tex/doi.cwl
%%DATADIR%%/complete/tex/enumerate.cwl
%%DATADIR%%/complete/tex/esint.cwl
%%DATADIR%%/complete/tex/etoolbox.cwl
%%DATADIR%%/complete/tex/fancybox.cwl
%%DATADIR%%/complete/tex/fancyhdr.cwl
%%DATADIR%%/complete/tex/fancyref.cwl
%%DATADIR%%/complete/tex/fancyunits-base.cwl
%%DATADIR%%/complete/tex/fancyunits-np.cwl
%%DATADIR%%/complete/tex/fancyunits-per.cwl
%%DATADIR%%/complete/tex/fancyunits_big-fractions.cwl
%%DATADIR%%/complete/tex/fancyunits_medium-fractions.cwl
%%DATADIR%%/complete/tex/fancyunits_small-fractions.cwl
%%DATADIR%%/complete/tex/fancyvrb.cwl
%%DATADIR%%/complete/tex/float.cwl
%%DATADIR%%/complete/tex/fontspec.cwl
%%DATADIR%%/complete/tex/gauss.cwl
%%DATADIR%%/complete/tex/glosstex.cwl
%%DATADIR%%/complete/tex/graphicx.cwl
%%DATADIR%%/complete/tex/hyperref.cwl
%%DATADIR%%/complete/tex/ifplatform.cwl
%%DATADIR%%/complete/tex/ifthen.cwl
%%DATADIR%%/complete/tex/import.cwl
%%DATADIR%%/complete/tex/jurabib.cwl
%%DATADIR%%/complete/tex/latex-209.cwl
%%DATADIR%%/complete/tex/latex-dev.cwl
%%DATADIR%%/complete/tex/latex-document.cwl
%%DATADIR%%/complete/tex/latex-l2tabu.cwl
%%DATADIR%%/complete/tex/latex-mathsymbols.cwl
%%DATADIR%%/complete/tex/layout.cwl
%%DATADIR%%/complete/tex/listings.cwl
%%DATADIR%%/complete/tex/logsys.cwl
%%DATADIR%%/complete/tex/longtable.cwl
%%DATADIR%%/complete/tex/lscape.cwl
%%DATADIR%%/complete/tex/luacode.cwl
%%DATADIR%%/complete/tex/manyfoot.cwl
%%DATADIR%%/complete/tex/mathtools.cwl
%%DATADIR%%/complete/tex/mdwlist.cwl
%%DATADIR%%/complete/tex/minted.cwl
%%DATADIR%%/complete/tex/multicol.cwl
%%DATADIR%%/complete/tex/multido.cwl
%%DATADIR%%/complete/tex/newfloat.cwl
%%DATADIR%%/complete/tex/nicefrac.cwl
%%DATADIR%%/complete/tex/nomencl.cwl
%%DATADIR%%/complete/tex/pdfpages.cwl
%%DATADIR%%/complete/tex/psfrag.cwl
%%DATADIR%%/complete/tex/pst-3d.cwl
%%DATADIR%%/complete/tex/pst-blur.cwl
%%DATADIR%%/complete/tex/pst-char.cwl
%%DATADIR%%/complete/tex/pst-coil.cwl
%%DATADIR%%/complete/tex/pst-eps.cwl
%%DATADIR%%/complete/tex/pst-fill.cwl
%%DATADIR%%/complete/tex/pst-node.cwl
%%DATADIR%%/complete/tex/pst-plot.cwl
%%DATADIR%%/complete/tex/pst-text.cwl
%%DATADIR%%/complete/tex/pst-tree.cwl
%%DATADIR%%/complete/tex/pstricks.cwl
%%DATADIR%%/complete/tex/rotating.cwl
%%DATADIR%%/complete/tex/scraddr.cwl
%%DATADIR%%/complete/tex/scrdate.cwl
%%DATADIR%%/complete/tex/scrlfile.cwl
%%DATADIR%%/complete/tex/scrpage2.cwl
%%DATADIR%%/complete/tex/scrtime.cwl
%%DATADIR%%/complete/tex/setspace.cwl
%%DATADIR%%/complete/tex/siunitx-special.cwl
%%DATADIR%%/complete/tex/siunitx.cwl
%%DATADIR%%/complete/tex/soul.cwl
%%DATADIR%%/complete/tex/subfig.cwl
%%DATADIR%%/complete/tex/supertabular.cwl
%%DATADIR%%/complete/tex/svn-multi.cwl
%%DATADIR%%/complete/tex/svninfo.cwl
%%DATADIR%%/complete/tex/tabularx.cwl
%%DATADIR%%/complete/tex/tex.cwl
%%DATADIR%%/complete/tex/textcomp.cwl
%%DATADIR%%/complete/tex/todonotes.cwl
%%DATADIR%%/complete/tex/units.cwl
%%DATADIR%%/complete/tex/url.cwl
%%DATADIR%%/complete/tex/varioref.cwl
%%DATADIR%%/complete/tex/verse.cwl
%%DATADIR%%/complete/tex/virginialake.cwl
%%DATADIR%%/complete/tex/xifthen.cwl
%%DATADIR%%/complete/tex/xltxtra.cwl
%%DATADIR%%/complete/tex/xtab.cwl
%%DATADIR%%/complete/tex/yfonts.cwl
%%DATADIR%%/encodings/cp1250.enc
%%DATADIR%%/encodings/cp1252.enc
%%DATADIR%%/encodings/latin1.enc
%%DATADIR%%/encodings/latin2.enc
%%DATADIR%%/encodings/latin3.enc
%%DATADIR%%/encodings/latin4.enc
%%DATADIR%%/encodings/latin5.enc
%%DATADIR%%/encodings/latin9.enc
%%DATADIR%%/help/latex-kile.lst
%%DATADIR%%/help/latex-tetex.lst
%%DATADIR%%/help/latex-tetex3.lst
%%DATADIR%%/help/latex-texlive-3.9.lst
%%DATADIR%%/help/latex2e-texlive.html
%%DATADIR%%/help/latex2e-texlive.lst
%%DATADIR%%/help/latexhelp.html
%%DATADIR%%/icons/hicolor/128x128/actions/nroot.png
%%DATADIR%%/icons/hicolor/128x128/actions/sqrt.png
%%DATADIR%%/icons/hicolor/16x16/actions/BBmatrix.png
%%DATADIR%%/icons/hicolor/16x16/actions/VVmatrix.png
%%DATADIR%%/icons/hicolor/16x16/actions/acute.png
%%DATADIR%%/icons/hicolor/16x16/actions/align.png
%%DATADIR%%/icons/hicolor/16x16/actions/bar.png
%%DATADIR%%/icons/hicolor/16x16/actions/beamerblock.png
%%DATADIR%%/icons/hicolor/16x16/actions/beamerframe.png
%%DATADIR%%/icons/hicolor/16x16/actions/bigskip.png
%%DATADIR%%/icons/hicolor/16x16/actions/bigspace.png
%%DATADIR%%/icons/hicolor/16x16/actions/binom.png
%%DATADIR%%/icons/hicolor/16x16/actions/bmatrix.png
%%DATADIR%%/icons/hicolor/16x16/actions/breve.png
%%DATADIR%%/icons/hicolor/16x16/actions/cases.png
%%DATADIR%%/icons/hicolor/16x16/actions/chapter.png
%%DATADIR%%/icons/hicolor/16x16/actions/check.png
%%DATADIR%%/icons/hicolor/16x16/actions/closeallenv.png
%%DATADIR%%/icons/hicolor/16x16/actions/closeenv.png
%%DATADIR%%/icons/hicolor/16x16/actions/closegroup.png
%%DATADIR%%/icons/hicolor/16x16/actions/complete1.png
%%DATADIR%%/icons/hicolor/16x16/actions/complete2.png
%%DATADIR%%/icons/hicolor/16x16/actions/complete3.png
%%DATADIR%%/icons/hicolor/16x16/actions/configure_project.png
%%DATADIR%%/icons/hicolor/16x16/actions/contents.png
%%DATADIR%%/icons/hicolor/16x16/actions/ddot.png
%%DATADIR%%/icons/hicolor/16x16/actions/delenv_i.png
%%DATADIR%%/icons/hicolor/16x16/actions/delenv_o.png
%%DATADIR%%/icons/hicolor/16x16/actions/deleol.png
%%DATADIR%%/icons/hicolor/16x16/actions/delgroup_i.png
%%DATADIR%%/icons/hicolor/16x16/actions/delgroup_o.png
%%DATADIR%%/icons/hicolor/16x16/actions/delline.png
%%DATADIR%%/icons/hicolor/16x16/actions/delmath.png
%%DATADIR%%/icons/hicolor/16x16/actions/delpar.png
%%DATADIR%%/icons/hicolor/16x16/actions/delword.png
%%DATADIR%%/icons/hicolor/16x16/actions/description.png
%%DATADIR%%/icons/hicolor/16x16/actions/dot.png
%%DATADIR%%/icons/hicolor/16x16/actions/enskip.png
%%DATADIR%%/icons/hicolor/16x16/actions/enumerate.png
%%DATADIR%%/icons/hicolor/16x16/actions/eqnarray.png
%%DATADIR%%/icons/hicolor/16x16/actions/equation.png
%%DATADIR%%/icons/hicolor/16x16/actions/figure-env.png
%%DATADIR%%/icons/hicolor/16x16/actions/file.png
%%DATADIR%%/icons/hicolor/16x16/actions/flalign.png
%%DATADIR%%/icons/hicolor/16x16/actions/gather.png
%%DATADIR%%/icons/hicolor/16x16/actions/gotobeginenv.png
%%DATADIR%%/icons/hicolor/16x16/actions/gotobegingroup.png
%%DATADIR%%/icons/hicolor/16x16/actions/gotoendenv.png
%%DATADIR%%/icons/hicolor/16x16/actions/gotoendgroup.png
%%DATADIR%%/icons/hicolor/16x16/actions/graphics.png
%%DATADIR%%/icons/hicolor/16x16/actions/grave.png
%%DATADIR%%/icons/hicolor/16x16/actions/hat.png
%%DATADIR%%/icons/hicolor/16x16/actions/hspace-star.png
%%DATADIR%%/icons/hicolor/16x16/actions/hspace.png
%%DATADIR%%/icons/hicolor/16x16/actions/include-file.png
%%DATADIR%%/icons/hicolor/16x16/actions/input-file.png
%%DATADIR%%/icons/hicolor/16x16/actions/item.png
%%DATADIR%%/icons/hicolor/16x16/actions/itemize.png
%%DATADIR%%/icons/hicolor/16x16/actions/js.png
%%DATADIR%%/icons/hicolor/16x16/actions/label.png
%%DATADIR%%/icons/hicolor/16x16/actions/lr.png
%%DATADIR%%/icons/hicolor/16x16/actions/masteritem.png
%%DATADIR%%/icons/hicolor/16x16/actions/matchenv.png
%%DATADIR%%/icons/hicolor/16x16/actions/matchgroup.png
%%DATADIR%%/icons/hicolor/16x16/actions/math0.png
%%DATADIR%%/icons/hicolor/16x16/actions/math1.png
%%DATADIR%%/icons/hicolor/16x16/actions/math10.png
%%DATADIR%%/icons/hicolor/16x16/actions/math2.png
%%DATADIR%%/icons/hicolor/16x16/actions/math3.png
%%DATADIR%%/icons/hicolor/16x16/actions/math4.png
%%DATADIR%%/icons/hicolor/16x16/actions/math5.png
%%DATADIR%%/icons/hicolor/16x16/actions/math6.png
%%DATADIR%%/icons/hicolor/16x16/actions/math7.png
%%DATADIR%%/icons/hicolor/16x16/actions/math8.png
%%DATADIR%%/icons/hicolor/16x16/actions/math9.png
%%DATADIR%%/icons/hicolor/16x16/actions/mathmode.png
%%DATADIR%%/icons/hicolor/16x16/actions/matrix.png
%%DATADIR%%/icons/hicolor/16x16/actions/medskip.png
%%DATADIR%%/icons/hicolor/16x16/actions/medspace.png
%%DATADIR%%/icons/hicolor/16x16/actions/minipage.png
%%DATADIR%%/icons/hicolor/16x16/actions/modified.png
%%DATADIR%%/icons/hicolor/16x16/actions/multline.png
%%DATADIR%%/icons/hicolor/16x16/actions/nextbullet.png
%%DATADIR%%/icons/hicolor/16x16/actions/nextparagraph.png
%%DATADIR%%/icons/hicolor/16x16/actions/nextsection.png
%%DATADIR%%/icons/hicolor/16x16/actions/nroot.png
%%DATADIR%%/icons/hicolor/16x16/actions/part.png
%%DATADIR%%/icons/hicolor/16x16/actions/pmatrix.png
%%DATADIR%%/icons/hicolor/16x16/actions/prevbullet.png
%%DATADIR%%/icons/hicolor/16x16/actions/prevparagraph.png
%%DATADIR%%/icons/hicolor/16x16/actions/prevsection.png
%%DATADIR%%/icons/hicolor/16x16/actions/projectitem.png
%%DATADIR%%/icons/hicolor/16x16/actions/qquad.png
%%DATADIR%%/icons/hicolor/16x16/actions/quad.png
%%DATADIR%%/icons/hicolor/16x16/actions/refreshstructure.png
%%DATADIR%%/icons/hicolor/16x16/actions/relation.png
%%DATADIR%%/icons/hicolor/16x16/actions/script-key-sequence.png
%%DATADIR%%/icons/hicolor/16x16/actions/script-key-shortcut.png
%%DATADIR%%/icons/hicolor/16x16/actions/scriptnew.png
%%DATADIR%%/icons/hicolor/16x16/actions/scriptopen.png
%%DATADIR%%/icons/hicolor/16x16/actions/section.png
%%DATADIR%%/icons/hicolor/16x16/actions/selenv_i.png
%%DATADIR%%/icons/hicolor/16x16/actions/selenv_o.png
%%DATADIR%%/icons/hicolor/16x16/actions/selgroup_i.png
%%DATADIR%%/icons/hicolor/16x16/actions/selgroup_o.png
%%DATADIR%%/icons/hicolor/16x16/actions/selline.png
%%DATADIR%%/icons/hicolor/16x16/actions/selmath.png
%%DATADIR%%/icons/hicolor/16x16/actions/selpar.png
%%DATADIR%%/icons/hicolor/16x16/actions/selword.png
%%DATADIR%%/icons/hicolor/16x16/actions/smallfrac.png
%%DATADIR%%/icons/hicolor/16x16/actions/smallskip.png
%%DATADIR%%/icons/hicolor/16x16/actions/smartnewline.png
%%DATADIR%%/icons/hicolor/16x16/actions/sqrt.png
%%DATADIR%%/icons/hicolor/16x16/actions/structure.png
%%DATADIR%%/icons/hicolor/16x16/actions/subsection.png
%%DATADIR%%/icons/hicolor/16x16/actions/subsubsection.png
%%DATADIR%%/icons/hicolor/16x16/actions/table-env.png
%%DATADIR%%/icons/hicolor/16x16/actions/texlion.png
%%DATADIR%%/icons/hicolor/16x16/actions/thinspace.png
%%DATADIR%%/icons/hicolor/16x16/actions/tilde.png
%%DATADIR%%/icons/hicolor/16x16/actions/usermenu-down.png
%%DATADIR%%/icons/hicolor/16x16/actions/usermenu-insert-above.png
%%DATADIR%%/icons/hicolor/16x16/actions/usermenu-insert-below.png
%%DATADIR%%/icons/hicolor/16x16/actions/usermenu-into-submenu.png
%%DATADIR%%/icons/hicolor/16x16/actions/usermenu-separator-above.png
%%DATADIR%%/icons/hicolor/16x16/actions/usermenu-separator-below.png
%%DATADIR%%/icons/hicolor/16x16/actions/usermenu-submenu-above.png
%%DATADIR%%/icons/hicolor/16x16/actions/usermenu-submenu-below.png
%%DATADIR%%/icons/hicolor/16x16/actions/usermenu-up.png
%%DATADIR%%/icons/hicolor/16x16/actions/vec.png
%%DATADIR%%/icons/hicolor/16x16/actions/verb.png
%%DATADIR%%/icons/hicolor/16x16/actions/verbatim.png
%%DATADIR%%/icons/hicolor/16x16/actions/viewdvi.png
%%DATADIR%%/icons/hicolor/16x16/actions/viewhtml.png
%%DATADIR%%/icons/hicolor/16x16/actions/viewpdf.png
%%DATADIR%%/icons/hicolor/16x16/actions/viewps.png
%%DATADIR%%/icons/hicolor/16x16/actions/vmatrix.png
%%DATADIR%%/icons/hicolor/16x16/actions/vspace-star.png
%%DATADIR%%/icons/hicolor/16x16/actions/vspace.png
%%DATADIR%%/icons/hicolor/22x22/actions/BBmatrix.png
%%DATADIR%%/icons/hicolor/22x22/actions/VVmatrix.png
%%DATADIR%%/icons/hicolor/22x22/actions/align.png
%%DATADIR%%/icons/hicolor/22x22/actions/array.png
%%DATADIR%%/icons/hicolor/22x22/actions/bboxnext.png
%%DATADIR%%/icons/hicolor/22x22/actions/bboxprev.png
%%DATADIR%%/icons/hicolor/22x22/actions/bigskip.png
%%DATADIR%%/icons/hicolor/22x22/actions/bigspace.png
%%DATADIR%%/icons/hicolor/22x22/actions/binom.png
%%DATADIR%%/icons/hicolor/22x22/actions/bmatrix.png
%%DATADIR%%/icons/hicolor/22x22/actions/cases.png
%%DATADIR%%/icons/hicolor/22x22/actions/cline.png
%%DATADIR%%/icons/hicolor/22x22/actions/complete1.png
%%DATADIR%%/icons/hicolor/22x22/actions/complete2.png
%%DATADIR%%/icons/hicolor/22x22/actions/complete3.png
%%DATADIR%%/icons/hicolor/22x22/actions/configure_project.png
%%DATADIR%%/icons/hicolor/22x22/actions/contents.png
%%DATADIR%%/icons/hicolor/22x22/actions/convert.png
%%DATADIR%%/icons/hicolor/22x22/actions/description.png
%%DATADIR%%/icons/hicolor/22x22/actions/dfrac.png
%%DATADIR%%/icons/hicolor/22x22/actions/displaymathmode.png
%%DATADIR%%/icons/hicolor/22x22/actions/emph.png
%%DATADIR%%/icons/hicolor/22x22/actions/enskip.png
%%DATADIR%%/icons/hicolor/22x22/actions/enumerate.png
%%DATADIR%%/icons/hicolor/22x22/actions/eqnarray.png
%%DATADIR%%/icons/hicolor/22x22/actions/equation.png
%%DATADIR%%/icons/hicolor/22x22/actions/errornext.png
%%DATADIR%%/icons/hicolor/22x22/actions/errorprev.png
%%DATADIR%%/icons/hicolor/22x22/actions/figure-env.png
%%DATADIR%%/icons/hicolor/22x22/actions/filegrep.png
%%DATADIR%%/icons/hicolor/22x22/actions/flalign.png
%%DATADIR%%/icons/hicolor/22x22/actions/gather.png
%%DATADIR%%/icons/hicolor/22x22/actions/graphics.png
%%DATADIR%%/icons/hicolor/22x22/actions/help-latex.png
%%DATADIR%%/icons/hicolor/22x22/actions/hline.png
%%DATADIR%%/icons/hicolor/22x22/actions/hspace-star.png
%%DATADIR%%/icons/hicolor/22x22/actions/hspace.png
%%DATADIR%%/icons/hicolor/22x22/actions/include-file.png
%%DATADIR%%/icons/hicolor/22x22/actions/input-file.png
%%DATADIR%%/icons/hicolor/22x22/actions/item.png
%%DATADIR%%/icons/hicolor/22x22/actions/itemize.png
%%DATADIR%%/icons/hicolor/22x22/actions/js.png
%%DATADIR%%/icons/hicolor/22x22/actions/jspage.png
%%DATADIR%%/icons/hicolor/22x22/actions/label.png
%%DATADIR%%/icons/hicolor/22x22/actions/latex-config.png
%%DATADIR%%/icons/hicolor/22x22/actions/lr.png
%%DATADIR%%/icons/hicolor/22x22/actions/master.png
%%DATADIR%%/icons/hicolor/22x22/actions/matrix.png
%%DATADIR%%/icons/hicolor/22x22/actions/medskip.png
%%DATADIR%%/icons/hicolor/22x22/actions/medspace.png
%%DATADIR%%/icons/hicolor/22x22/actions/minipage.png
%%DATADIR%%/icons/hicolor/22x22/actions/multicolumn.png
%%DATADIR%%/icons/hicolor/22x22/actions/multline.png
%%DATADIR%%/icons/hicolor/22x22/actions/newline.png
%%DATADIR%%/icons/hicolor/22x22/actions/nroot.png
%%DATADIR%%/icons/hicolor/22x22/actions/output_win.png
%%DATADIR%%/icons/hicolor/22x22/actions/pmatrix.png
%%DATADIR%%/icons/hicolor/22x22/actions/preview_env.png
%%DATADIR%%/icons/hicolor/22x22/actions/preview_math.png
%%DATADIR%%/icons/hicolor/22x22/actions/preview_sel.png
%%DATADIR%%/icons/hicolor/22x22/actions/preview_subdoc.png
%%DATADIR%%/icons/hicolor/22x22/actions/project_add.png
%%DATADIR%%/icons/hicolor/22x22/actions/project_archive.png
%%DATADIR%%/icons/hicolor/22x22/actions/project_rebuild.png
%%DATADIR%%/icons/hicolor/22x22/actions/project_remove.png
%%DATADIR%%/icons/hicolor/22x22/actions/project_show.png
%%DATADIR%%/icons/hicolor/22x22/actions/projectgrep.png
%%DATADIR%%/icons/hicolor/22x22/actions/qquad.png
%%DATADIR%%/icons/hicolor/22x22/actions/quad.png
%%DATADIR%%/icons/hicolor/22x22/actions/quick.png
%%DATADIR%%/icons/hicolor/22x22/actions/quickwizard.png
%%DATADIR%%/icons/hicolor/22x22/actions/refreshstructure.png
%%DATADIR%%/icons/hicolor/22x22/actions/scriptnew.png
%%DATADIR%%/icons/hicolor/22x22/actions/scriptopen.png
%%DATADIR%%/icons/hicolor/22x22/actions/slanted.png
%%DATADIR%%/icons/hicolor/22x22/actions/smallskip.png
%%DATADIR%%/icons/hicolor/22x22/actions/smartnewline.png
%%DATADIR%%/icons/hicolor/22x22/actions/sqrt.png
%%DATADIR%%/icons/hicolor/22x22/actions/strong.png
%%DATADIR%%/icons/hicolor/22x22/actions/tabbing.png
%%DATADIR%%/icons/hicolor/22x22/actions/table-env.png
%%DATADIR%%/icons/hicolor/22x22/actions/tabular-star.png
%%DATADIR%%/icons/hicolor/22x22/actions/tabular.png
%%DATADIR%%/icons/hicolor/22x22/actions/texlion.png
%%DATADIR%%/icons/hicolor/22x22/actions/thinspace.png
%%DATADIR%%/icons/hicolor/22x22/actions/typewriter.png
%%DATADIR%%/icons/hicolor/22x22/actions/usermenu-clear.png
%%DATADIR%%/icons/hicolor/22x22/actions/usermenu-delete.png
%%DATADIR%%/icons/hicolor/22x22/actions/usermenu-install.png
%%DATADIR%%/icons/hicolor/22x22/actions/verb.png
%%DATADIR%%/icons/hicolor/22x22/actions/verbatim.png
%%DATADIR%%/icons/hicolor/22x22/actions/viewdvi.png
%%DATADIR%%/icons/hicolor/22x22/actions/viewhtml.png
%%DATADIR%%/icons/hicolor/22x22/actions/viewlog.png
%%DATADIR%%/icons/hicolor/22x22/actions/viewpdf.png
%%DATADIR%%/icons/hicolor/22x22/actions/viewps.png
%%DATADIR%%/icons/hicolor/22x22/actions/vline.png
%%DATADIR%%/icons/hicolor/22x22/actions/vmatrix.png
%%DATADIR%%/icons/hicolor/22x22/actions/vspace-star.png
%%DATADIR%%/icons/hicolor/22x22/actions/vspace.png
%%DATADIR%%/icons/hicolor/22x22/actions/warnnext.png
%%DATADIR%%/icons/hicolor/22x22/actions/warnprev.png
%%DATADIR%%/icons/hicolor/22x22/actions/watchfile.png
%%DATADIR%%/icons/hicolor/22x22/actions/wizard_array.png
%%DATADIR%%/icons/hicolor/22x22/actions/wizard_float.png
%%DATADIR%%/icons/hicolor/22x22/actions/wizard_math.png
%%DATADIR%%/icons/hicolor/22x22/actions/wizard_pdftools.png
%%DATADIR%%/icons/hicolor/22x22/actions/wizard_pstools.png
%%DATADIR%%/icons/hicolor/22x22/actions/wizard_tabbing.png
%%DATADIR%%/icons/hicolor/22x22/actions/wizard_tabular.png
%%DATADIR%%/icons/hicolor/22x22/actions/wizard_usermenu.png
%%DATADIR%%/icons/hicolor/32x32/actions/bibtex.png
%%DATADIR%%/icons/hicolor/32x32/actions/dblatex.png
%%DATADIR%%/icons/hicolor/32x32/actions/dvipdf.png
%%DATADIR%%/icons/hicolor/32x32/actions/dvipng.png
%%DATADIR%%/icons/hicolor/32x32/actions/dvips.png
%%DATADIR%%/icons/hicolor/32x32/actions/dvisearch.png
%%DATADIR%%/icons/hicolor/32x32/actions/environment.png
%%DATADIR%%/icons/hicolor/32x32/actions/joincells.png
%%DATADIR%%/icons/hicolor/32x32/actions/js.png
%%DATADIR%%/icons/hicolor/32x32/actions/l2h.png
%%DATADIR%%/icons/hicolor/32x32/actions/latex.png
%%DATADIR%%/icons/hicolor/32x32/actions/lilypond.png
%%DATADIR%%/icons/hicolor/32x32/actions/makeidx.png
%%DATADIR%%/icons/hicolor/32x32/actions/mpost.png
%%DATADIR%%/icons/hicolor/32x32/actions/nroot.png
%%DATADIR%%/icons/hicolor/32x32/actions/pdflatex.png
%%DATADIR%%/icons/hicolor/32x32/actions/pdftex.png
%%DATADIR%%/icons/hicolor/32x32/actions/ps2pdf.png
%%DATADIR%%/icons/hicolor/32x32/actions/scriptnew.png
%%DATADIR%%/icons/hicolor/32x32/actions/scriptopen.png
%%DATADIR%%/icons/hicolor/32x32/actions/splitcells.png
%%DATADIR%%/icons/hicolor/32x32/actions/sqrt.png
%%DATADIR%%/icons/hicolor/32x32/actions/texcompiler.png
%%DATADIR%%/icons/hicolor/32x32/actions/viewbib.png
%%DATADIR%%/icons/hicolor/32x32/actions/viewdvi.png
%%DATADIR%%/icons/hicolor/32x32/actions/viewhtml.png
%%DATADIR%%/icons/hicolor/32x32/actions/viewpdf.png
%%DATADIR%%/icons/hicolor/32x32/actions/viewps.png
%%DATADIR%%/icons/hicolor/48x48/actions/graphicspage.png
%%DATADIR%%/icons/hicolor/48x48/actions/nroot.png
%%DATADIR%%/icons/hicolor/48x48/actions/sqrt.png
%%DATADIR%%/icons/hicolor/64x64/actions/nroot.png
%%DATADIR%%/icons/hicolor/64x64/actions/preview.png
%%DATADIR%%/icons/hicolor/64x64/actions/sqrt.png
%%DATADIR%%/kilestdtools.rc
%%DATADIR%%/mathsymbols/arrows/img001arrows.png
%%DATADIR%%/mathsymbols/arrows/img002arrows.png
%%DATADIR%%/mathsymbols/arrows/img003arrows.png
%%DATADIR%%/mathsymbols/arrows/img004arrows.png
%%DATADIR%%/mathsymbols/arrows/img005arrows.png
%%DATADIR%%/mathsymbols/arrows/img006arrows.png
%%DATADIR%%/mathsymbols/arrows/img007arrows.png
%%DATADIR%%/mathsymbols/arrows/img008arrows.png
%%DATADIR%%/mathsymbols/arrows/img009arrows.png
%%DATADIR%%/mathsymbols/arrows/img010arrows.png
%%DATADIR%%/mathsymbols/arrows/img011arrows.png
%%DATADIR%%/mathsymbols/arrows/img012arrows.png
%%DATADIR%%/mathsymbols/arrows/img013arrows.png
%%DATADIR%%/mathsymbols/arrows/img014arrows.png
%%DATADIR%%/mathsymbols/arrows/img015arrows.png
%%DATADIR%%/mathsymbols/arrows/img016arrows.png
%%DATADIR%%/mathsymbols/arrows/img017arrows.png
%%DATADIR%%/mathsymbols/arrows/img018arrows.png
%%DATADIR%%/mathsymbols/arrows/img019arrows.png
%%DATADIR%%/mathsymbols/arrows/img020arrows.png
%%DATADIR%%/mathsymbols/arrows/img021arrows.png
%%DATADIR%%/mathsymbols/arrows/img022arrows.png
%%DATADIR%%/mathsymbols/arrows/img023arrows.png
%%DATADIR%%/mathsymbols/arrows/img024arrows.png
%%DATADIR%%/mathsymbols/arrows/img025arrows.png
%%DATADIR%%/mathsymbols/arrows/img026arrows.png
%%DATADIR%%/mathsymbols/arrows/img027arrows.png
%%DATADIR%%/mathsymbols/arrows/img028arrows.png
%%DATADIR%%/mathsymbols/arrows/img029arrows.png
%%DATADIR%%/mathsymbols/arrows/img030arrows.png
%%DATADIR%%/mathsymbols/arrows/img031arrows.png
%%DATADIR%%/mathsymbols/arrows/img032arrows.png
%%DATADIR%%/mathsymbols/arrows/img033arrows.png
%%DATADIR%%/mathsymbols/arrows/img034arrows.png
%%DATADIR%%/mathsymbols/arrows/img035arrows.png
%%DATADIR%%/mathsymbols/arrows/img036arrows.png
%%DATADIR%%/mathsymbols/arrows/img037arrows.png
%%DATADIR%%/mathsymbols/arrows/img038arrows.png
%%DATADIR%%/mathsymbols/arrows/img039arrows.png
%%DATADIR%%/mathsymbols/arrows/img040arrows.png
%%DATADIR%%/mathsymbols/arrows/img041arrows.png
%%DATADIR%%/mathsymbols/arrows/img042arrows.png
%%DATADIR%%/mathsymbols/arrows/img043arrows.png
%%DATADIR%%/mathsymbols/arrows/img044arrows.png
%%DATADIR%%/mathsymbols/arrows/img045arrows.png
%%DATADIR%%/mathsymbols/arrows/img046arrows.png
%%DATADIR%%/mathsymbols/arrows/img047arrows.png
%%DATADIR%%/mathsymbols/arrows/img048arrows.png
%%DATADIR%%/mathsymbols/arrows/img049arrows.png
%%DATADIR%%/mathsymbols/arrows/img050arrows.png
%%DATADIR%%/mathsymbols/arrows/img051arrows.png
%%DATADIR%%/mathsymbols/arrows/img052arrows.png
%%DATADIR%%/mathsymbols/arrows/img053arrows.png
%%DATADIR%%/mathsymbols/arrows/img054arrows.png
%%DATADIR%%/mathsymbols/arrows/img055arrows.png
%%DATADIR%%/mathsymbols/arrows/img056arrows.png
%%DATADIR%%/mathsymbols/arrows/img057arrows.png
%%DATADIR%%/mathsymbols/arrows/img058arrows.png
%%DATADIR%%/mathsymbols/arrows/img059arrows.png
%%DATADIR%%/mathsymbols/arrows/img060arrows.png
%%DATADIR%%/mathsymbols/arrows/img061arrows.png
%%DATADIR%%/mathsymbols/arrows/img062arrows.png
%%DATADIR%%/mathsymbols/arrows/img063arrows.png
%%DATADIR%%/mathsymbols/arrows/img064arrows.png
%%DATADIR%%/mathsymbols/arrows/img065arrows.png
%%DATADIR%%/mathsymbols/arrows/img066arrows.png
%%DATADIR%%/mathsymbols/arrows/img067arrows.png
%%DATADIR%%/mathsymbols/arrows/img068arrows.png
%%DATADIR%%/mathsymbols/arrows/img069arrows.png
%%DATADIR%%/mathsymbols/cyrillic/img001cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img002cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img003cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img004cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img005cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img006cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img007cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img008cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img009cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img010cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img011cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img012cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img013cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img014cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img015cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img016cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img017cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img018cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img019cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img020cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img021cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img022cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img023cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img024cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img025cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img026cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img027cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img028cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img029cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img030cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img031cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img032cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img033cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img034cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img035cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img036cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img037cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img038cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img039cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img040cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img041cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img042cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img043cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img044cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img045cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img046cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img047cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img048cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img049cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img050cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img051cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img052cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img053cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img054cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img055cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img056cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img057cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img058cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img059cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img060cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img061cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img062cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img063cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img064cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img065cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img066cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img067cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img068cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img069cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img070cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img071cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img072cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img073cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img074cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img075cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img076cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img077cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img078cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img079cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img080cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img081cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img082cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img083cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img084cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img085cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img086cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img087cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img088cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img089cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img090cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img091cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img092cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img093cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img094cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img095cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img096cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img097cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img098cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img099cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img100cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img101cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img102cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img103cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img104cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img105cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img106cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img107cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img108cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img109cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img110cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img111cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img112cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img113cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img114cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img115cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img116cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img117cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img118cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img119cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img120cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img121cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img122cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img123cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img124cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img125cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img126cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img127cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img128cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img129cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img130cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img131cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img132cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img133cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img134cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img135cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img136cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img137cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img138cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img139cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img140cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img141cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img142cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img143cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img144cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img145cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img146cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img147cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img148cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img149cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img150cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img151cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img152cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img153cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img154cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img155cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img156cyrillic.png
%%DATADIR%%/mathsymbols/cyrillic/img157cyrillic.png
%%DATADIR%%/mathsymbols/delimiters/img001delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img002delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img003delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img004delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img005delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img006delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img007delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img008delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img009delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img010delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img011delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img012delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img013delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img014delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img015delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img016delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img017delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img018delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img019delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img020delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img021delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img022delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img023delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img024delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img025delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img026delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img027delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img028delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img029delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img030delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img031delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img032delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img033delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img034delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img035delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img036delimiters.png
%%DATADIR%%/mathsymbols/delimiters/img037delimiters.png
%%DATADIR%%/mathsymbols/greek/img001greek.png
%%DATADIR%%/mathsymbols/greek/img002greek.png
%%DATADIR%%/mathsymbols/greek/img003greek.png
%%DATADIR%%/mathsymbols/greek/img004greek.png
%%DATADIR%%/mathsymbols/greek/img005greek.png
%%DATADIR%%/mathsymbols/greek/img006greek.png
%%DATADIR%%/mathsymbols/greek/img007greek.png
%%DATADIR%%/mathsymbols/greek/img008greek.png
%%DATADIR%%/mathsymbols/greek/img009greek.png
%%DATADIR%%/mathsymbols/greek/img010greek.png
%%DATADIR%%/mathsymbols/greek/img011greek.png
%%DATADIR%%/mathsymbols/greek/img012greek.png
%%DATADIR%%/mathsymbols/greek/img013greek.png
%%DATADIR%%/mathsymbols/greek/img014greek.png
%%DATADIR%%/mathsymbols/greek/img015greek.png
%%DATADIR%%/mathsymbols/greek/img016greek.png
%%DATADIR%%/mathsymbols/greek/img017greek.png
%%DATADIR%%/mathsymbols/greek/img018greek.png
%%DATADIR%%/mathsymbols/greek/img019greek.png
%%DATADIR%%/mathsymbols/greek/img020greek.png
%%DATADIR%%/mathsymbols/greek/img021greek.png
%%DATADIR%%/mathsymbols/greek/img022greek.png
%%DATADIR%%/mathsymbols/greek/img023greek.png
%%DATADIR%%/mathsymbols/greek/img024greek.png
%%DATADIR%%/mathsymbols/greek/img025greek.png
%%DATADIR%%/mathsymbols/greek/img026greek.png
%%DATADIR%%/mathsymbols/greek/img027greek.png
%%DATADIR%%/mathsymbols/greek/img028greek.png
%%DATADIR%%/mathsymbols/greek/img029greek.png
%%DATADIR%%/mathsymbols/greek/img030greek.png
%%DATADIR%%/mathsymbols/greek/img031greek.png
%%DATADIR%%/mathsymbols/greek/img032greek.png
%%DATADIR%%/mathsymbols/greek/img033greek.png
%%DATADIR%%/mathsymbols/greek/img034greek.png
%%DATADIR%%/mathsymbols/greek/img035greek.png
%%DATADIR%%/mathsymbols/greek/img036greek.png
%%DATADIR%%/mathsymbols/greek/img037greek.png
%%DATADIR%%/mathsymbols/greek/img038greek.png
%%DATADIR%%/mathsymbols/greek/img039greek.png
%%DATADIR%%/mathsymbols/greek/img040greek.png
%%DATADIR%%/mathsymbols/greek/img041greek.png
%%DATADIR%%/mathsymbols/greek/img042greek.png
%%DATADIR%%/mathsymbols/greek/img043greek.png
%%DATADIR%%/mathsymbols/greek/img044greek.png
%%DATADIR%%/mathsymbols/greek/img045greek.png
%%DATADIR%%/mathsymbols/greek/img046greek.png
%%DATADIR%%/mathsymbols/greek/img047greek.png
%%DATADIR%%/mathsymbols/greek/img048greek.png
%%DATADIR%%/mathsymbols/greek/img049greek.png
%%DATADIR%%/mathsymbols/greek/img050greek.png
%%DATADIR%%/mathsymbols/greek/img051greek.png
%%DATADIR%%/mathsymbols/greek/img052greek.png
%%DATADIR%%/mathsymbols/greek/img053greek.png
%%DATADIR%%/mathsymbols/greek/img054greek.png
%%DATADIR%%/mathsymbols/greek/img055greek.png
%%DATADIR%%/mathsymbols/greek/img056greek.png
%%DATADIR%%/mathsymbols/greek/img057greek.png
%%DATADIR%%/mathsymbols/greek/img058greek.png
%%DATADIR%%/mathsymbols/greek/img059greek.png
%%DATADIR%%/mathsymbols/greek/img060greek.png
%%DATADIR%%/mathsymbols/greek/img061greek.png
%%DATADIR%%/mathsymbols/greek/img062greek.png
%%DATADIR%%/mathsymbols/greek/img063greek.png
%%DATADIR%%/mathsymbols/greek/img064greek.png
%%DATADIR%%/mathsymbols/greek/img065greek.png
%%DATADIR%%/mathsymbols/misc-math/img001misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img002misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img003misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img004misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img005misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img006misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img007misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img008misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img009misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img010misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img011misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img012misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img013misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img014misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img015misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img016misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img017misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img018misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img019misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img020misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img021misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img022misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img023misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img024misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img025misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img026misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img027misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img028misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img029misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img030misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img031misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img032misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img033misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img034misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img035misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img036misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img037misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img038misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img039misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img040misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img041misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img042misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img043misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img044misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img045misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img046misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img047misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img048misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img049misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img050misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img051misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img052misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img053misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img054misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img055misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img056misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img057misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img058misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img059misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img060misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img061misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img062misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img063misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img064misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img065misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img066misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img067misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img068misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img069misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img070misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img071misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img072misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img073misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img074misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img075misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img076misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img077misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img078misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img079misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img080misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img081misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img082misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img083misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img084misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img085misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img086misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img087misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img088misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img089misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img090misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img091misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img092misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img093misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img094misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img095misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img096misc-math.png
%%DATADIR%%/mathsymbols/misc-math/img097misc-math.png
%%DATADIR%%/mathsymbols/misc-text/img001misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img002misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img003misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img004misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img005misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img006misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img007misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img008misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img009misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img010misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img011misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img012misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img013misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img014misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img015misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img016misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img017misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img018misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img019misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img020misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img021misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img022misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img023misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img024misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img025misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img026misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img027misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img028misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img029misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img030misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img031misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img032misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img033misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img034misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img035misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img036misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img037misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img038misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img039misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img040misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img041misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img042misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img043misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img044misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img045misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img046misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img047misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img048misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img049misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img050misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img051misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img052misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img053misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img054misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img055misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img056misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img057misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img058misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img059misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img060misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img061misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img062misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img063misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img064misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img065misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img066misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img067misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img068misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img069misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img070misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img071misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img072misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img073misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img074misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img075misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img076misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img077misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img078misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img079misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img080misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img081misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img082misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img083misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img084misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img085misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img086misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img087misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img088misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img089misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img090misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img091misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img092misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img093misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img094misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img095misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img096misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img097misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img098misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img099misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img100misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img101misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img102misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img103misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img104misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img105misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img106misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img107misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img108misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img109misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img110misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img111misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img112misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img113misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img114misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img115misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img116misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img117misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img118misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img119misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img120misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img121misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img122misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img123misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img124misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img125misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img126misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img127misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img128misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img129misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img130misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img131misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img132misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img133misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img134misc-text.png
%%DATADIR%%/mathsymbols/misc-text/img135misc-text.png
%%DATADIR%%/mathsymbols/operators/img001operators.png
%%DATADIR%%/mathsymbols/operators/img002operators.png
%%DATADIR%%/mathsymbols/operators/img003operators.png
%%DATADIR%%/mathsymbols/operators/img004operators.png
%%DATADIR%%/mathsymbols/operators/img005operators.png
%%DATADIR%%/mathsymbols/operators/img006operators.png
%%DATADIR%%/mathsymbols/operators/img007operators.png
%%DATADIR%%/mathsymbols/operators/img008operators.png
%%DATADIR%%/mathsymbols/operators/img009operators.png
%%DATADIR%%/mathsymbols/operators/img010operators.png
%%DATADIR%%/mathsymbols/operators/img011operators.png
%%DATADIR%%/mathsymbols/operators/img012operators.png
%%DATADIR%%/mathsymbols/operators/img013operators.png
%%DATADIR%%/mathsymbols/operators/img014operators.png
%%DATADIR%%/mathsymbols/operators/img015operators.png
%%DATADIR%%/mathsymbols/operators/img016operators.png
%%DATADIR%%/mathsymbols/operators/img017operators.png
%%DATADIR%%/mathsymbols/operators/img018operators.png
%%DATADIR%%/mathsymbols/operators/img019operators.png
%%DATADIR%%/mathsymbols/operators/img020operators.png
%%DATADIR%%/mathsymbols/operators/img021operators.png
%%DATADIR%%/mathsymbols/operators/img022operators.png
%%DATADIR%%/mathsymbols/operators/img023operators.png
%%DATADIR%%/mathsymbols/operators/img024operators.png
%%DATADIR%%/mathsymbols/operators/img025operators.png
%%DATADIR%%/mathsymbols/operators/img026operators.png
%%DATADIR%%/mathsymbols/operators/img027operators.png
%%DATADIR%%/mathsymbols/operators/img028operators.png
%%DATADIR%%/mathsymbols/operators/img029operators.png
%%DATADIR%%/mathsymbols/operators/img030operators.png
%%DATADIR%%/mathsymbols/operators/img031operators.png
%%DATADIR%%/mathsymbols/operators/img032operators.png
%%DATADIR%%/mathsymbols/operators/img033operators.png
%%DATADIR%%/mathsymbols/operators/img034operators.png
%%DATADIR%%/mathsymbols/operators/img035operators.png
%%DATADIR%%/mathsymbols/operators/img036operators.png
%%DATADIR%%/mathsymbols/operators/img037operators.png
%%DATADIR%%/mathsymbols/operators/img038operators.png
%%DATADIR%%/mathsymbols/operators/img039operators.png
%%DATADIR%%/mathsymbols/operators/img040operators.png
%%DATADIR%%/mathsymbols/operators/img041operators.png
%%DATADIR%%/mathsymbols/operators/img042operators.png
%%DATADIR%%/mathsymbols/operators/img043operators.png
%%DATADIR%%/mathsymbols/operators/img044operators.png
%%DATADIR%%/mathsymbols/operators/img045operators.png
%%DATADIR%%/mathsymbols/operators/img046operators.png
%%DATADIR%%/mathsymbols/operators/img047operators.png
%%DATADIR%%/mathsymbols/operators/img048operators.png
%%DATADIR%%/mathsymbols/operators/img049operators.png
%%DATADIR%%/mathsymbols/operators/img050operators.png
%%DATADIR%%/mathsymbols/operators/img051operators.png
%%DATADIR%%/mathsymbols/operators/img052operators.png
%%DATADIR%%/mathsymbols/operators/img053operators.png
%%DATADIR%%/mathsymbols/operators/img054operators.png
%%DATADIR%%/mathsymbols/operators/img055operators.png
%%DATADIR%%/mathsymbols/operators/img056operators.png
%%DATADIR%%/mathsymbols/operators/img057operators.png
%%DATADIR%%/mathsymbols/operators/img058operators.png
%%DATADIR%%/mathsymbols/operators/img059operators.png
%%DATADIR%%/mathsymbols/operators/img060operators.png
%%DATADIR%%/mathsymbols/operators/img061operators.png
%%DATADIR%%/mathsymbols/operators/img062operators.png
%%DATADIR%%/mathsymbols/operators/img063operators.png
%%DATADIR%%/mathsymbols/operators/img064operators.png
%%DATADIR%%/mathsymbols/operators/img065operators.png
%%DATADIR%%/mathsymbols/operators/img066operators.png
%%DATADIR%%/mathsymbols/operators/img067operators.png
%%DATADIR%%/mathsymbols/operators/img068operators.png
%%DATADIR%%/mathsymbols/operators/img069operators.png
%%DATADIR%%/mathsymbols/operators/img070operators.png
%%DATADIR%%/mathsymbols/operators/img071operators.png
%%DATADIR%%/mathsymbols/operators/img072operators.png
%%DATADIR%%/mathsymbols/operators/img073operators.png
%%DATADIR%%/mathsymbols/operators/img074operators.png
%%DATADIR%%/mathsymbols/operators/img075operators.png
%%DATADIR%%/mathsymbols/operators/img076operators.png
%%DATADIR%%/mathsymbols/operators/img077operators.png
%%DATADIR%%/mathsymbols/operators/img078operators.png
%%DATADIR%%/mathsymbols/operators/img079operators.png
%%DATADIR%%/mathsymbols/operators/img080operators.png
%%DATADIR%%/mathsymbols/operators/img081operators.png
%%DATADIR%%/mathsymbols/operators/img082operators.png
%%DATADIR%%/mathsymbols/operators/img083operators.png
%%DATADIR%%/mathsymbols/operators/img084operators.png
%%DATADIR%%/mathsymbols/operators/img085operators.png
%%DATADIR%%/mathsymbols/operators/img086operators.png
%%DATADIR%%/mathsymbols/operators/img087operators.png
%%DATADIR%%/mathsymbols/operators/img088operators.png
%%DATADIR%%/mathsymbols/operators/img089operators.png
%%DATADIR%%/mathsymbols/operators/img090operators.png
%%DATADIR%%/mathsymbols/operators/img091operators.png
%%DATADIR%%/mathsymbols/operators/img092operators.png
%%DATADIR%%/mathsymbols/operators/img093operators.png
%%DATADIR%%/mathsymbols/operators/img094operators.png
%%DATADIR%%/mathsymbols/operators/img095operators.png
%%DATADIR%%/mathsymbols/operators/img096operators.png
%%DATADIR%%/mathsymbols/operators/img097operators.png
%%DATADIR%%/mathsymbols/operators/img098operators.png
%%DATADIR%%/mathsymbols/operators/img099operators.png
%%DATADIR%%/mathsymbols/operators/img100operators.png
%%DATADIR%%/mathsymbols/operators/img101operators.png
%%DATADIR%%/mathsymbols/operators/img102operators.png
%%DATADIR%%/mathsymbols/operators/img103operators.png
%%DATADIR%%/mathsymbols/operators/img104operators.png
%%DATADIR%%/mathsymbols/operators/img105operators.png
%%DATADIR%%/mathsymbols/operators/img106operators.png
%%DATADIR%%/mathsymbols/operators/img107operators.png
%%DATADIR%%/mathsymbols/operators/img108operators.png
%%DATADIR%%/mathsymbols/operators/img109operators.png
%%DATADIR%%/mathsymbols/operators/img110operators.png
%%DATADIR%%/mathsymbols/operators/img111operators.png
%%DATADIR%%/mathsymbols/operators/img112operators.png
%%DATADIR%%/mathsymbols/operators/img113operators.png
%%DATADIR%%/mathsymbols/relation/img001relation.png
%%DATADIR%%/mathsymbols/relation/img002relation.png
%%DATADIR%%/mathsymbols/relation/img003relation.png
%%DATADIR%%/mathsymbols/relation/img004relation.png
%%DATADIR%%/mathsymbols/relation/img005relation.png
%%DATADIR%%/mathsymbols/relation/img006relation.png
%%DATADIR%%/mathsymbols/relation/img007relation.png
%%DATADIR%%/mathsymbols/relation/img008relation.png
%%DATADIR%%/mathsymbols/relation/img009relation.png
%%DATADIR%%/mathsymbols/relation/img010relation.png
%%DATADIR%%/mathsymbols/relation/img011relation.png
%%DATADIR%%/mathsymbols/relation/img012relation.png
%%DATADIR%%/mathsymbols/relation/img013relation.png
%%DATADIR%%/mathsymbols/relation/img014relation.png
%%DATADIR%%/mathsymbols/relation/img015relation.png
%%DATADIR%%/mathsymbols/relation/img016relation.png
%%DATADIR%%/mathsymbols/relation/img017relation.png
%%DATADIR%%/mathsymbols/relation/img018relation.png
%%DATADIR%%/mathsymbols/relation/img019relation.png
%%DATADIR%%/mathsymbols/relation/img020relation.png
%%DATADIR%%/mathsymbols/relation/img021relation.png
%%DATADIR%%/mathsymbols/relation/img022relation.png
%%DATADIR%%/mathsymbols/relation/img023relation.png
%%DATADIR%%/mathsymbols/relation/img024relation.png
%%DATADIR%%/mathsymbols/relation/img025relation.png
%%DATADIR%%/mathsymbols/relation/img026relation.png
%%DATADIR%%/mathsymbols/relation/img027relation.png
%%DATADIR%%/mathsymbols/relation/img028relation.png
%%DATADIR%%/mathsymbols/relation/img029relation.png
%%DATADIR%%/mathsymbols/relation/img030relation.png
%%DATADIR%%/mathsymbols/relation/img031relation.png
%%DATADIR%%/mathsymbols/relation/img032relation.png
%%DATADIR%%/mathsymbols/relation/img033relation.png
%%DATADIR%%/mathsymbols/relation/img034relation.png
%%DATADIR%%/mathsymbols/relation/img035relation.png
%%DATADIR%%/mathsymbols/relation/img036relation.png
%%DATADIR%%/mathsymbols/relation/img037relation.png
%%DATADIR%%/mathsymbols/relation/img038relation.png
%%DATADIR%%/mathsymbols/relation/img039relation.png
%%DATADIR%%/mathsymbols/relation/img040relation.png
%%DATADIR%%/mathsymbols/relation/img041relation.png
%%DATADIR%%/mathsymbols/relation/img042relation.png
%%DATADIR%%/mathsymbols/relation/img043relation.png
%%DATADIR%%/mathsymbols/relation/img044relation.png
%%DATADIR%%/mathsymbols/relation/img045relation.png
%%DATADIR%%/mathsymbols/relation/img046relation.png
%%DATADIR%%/mathsymbols/relation/img047relation.png
%%DATADIR%%/mathsymbols/relation/img048relation.png
%%DATADIR%%/mathsymbols/relation/img049relation.png
%%DATADIR%%/mathsymbols/relation/img050relation.png
%%DATADIR%%/mathsymbols/relation/img051relation.png
%%DATADIR%%/mathsymbols/relation/img052relation.png
%%DATADIR%%/mathsymbols/relation/img053relation.png
%%DATADIR%%/mathsymbols/relation/img054relation.png
%%DATADIR%%/mathsymbols/relation/img055relation.png
%%DATADIR%%/mathsymbols/relation/img056relation.png
%%DATADIR%%/mathsymbols/relation/img057relation.png
%%DATADIR%%/mathsymbols/relation/img058relation.png
%%DATADIR%%/mathsymbols/relation/img059relation.png
%%DATADIR%%/mathsymbols/relation/img060relation.png
%%DATADIR%%/mathsymbols/relation/img061relation.png
%%DATADIR%%/mathsymbols/relation/img062relation.png
%%DATADIR%%/mathsymbols/relation/img063relation.png
%%DATADIR%%/mathsymbols/relation/img064relation.png
%%DATADIR%%/mathsymbols/relation/img065relation.png
%%DATADIR%%/mathsymbols/relation/img066relation.png
%%DATADIR%%/mathsymbols/relation/img067relation.png
%%DATADIR%%/mathsymbols/relation/img068relation.png
%%DATADIR%%/mathsymbols/relation/img069relation.png
%%DATADIR%%/mathsymbols/relation/img070relation.png
%%DATADIR%%/mathsymbols/relation/img071relation.png
%%DATADIR%%/mathsymbols/relation/img072relation.png
%%DATADIR%%/mathsymbols/relation/img073relation.png
%%DATADIR%%/mathsymbols/relation/img074relation.png
%%DATADIR%%/mathsymbols/relation/img075relation.png
%%DATADIR%%/mathsymbols/relation/img076relation.png
%%DATADIR%%/mathsymbols/relation/img077relation.png
%%DATADIR%%/mathsymbols/relation/img078relation.png
%%DATADIR%%/mathsymbols/relation/img079relation.png
%%DATADIR%%/mathsymbols/relation/img080relation.png
%%DATADIR%%/mathsymbols/relation/img081relation.png
%%DATADIR%%/mathsymbols/relation/img082relation.png
%%DATADIR%%/mathsymbols/relation/img083relation.png
%%DATADIR%%/mathsymbols/relation/img084relation.png
%%DATADIR%%/mathsymbols/relation/img085relation.png
%%DATADIR%%/mathsymbols/relation/img086relation.png
%%DATADIR%%/mathsymbols/relation/img087relation.png
%%DATADIR%%/mathsymbols/relation/img088relation.png
%%DATADIR%%/mathsymbols/relation/img089relation.png
%%DATADIR%%/mathsymbols/relation/img090relation.png
%%DATADIR%%/mathsymbols/relation/img091relation.png
%%DATADIR%%/mathsymbols/relation/img092relation.png
%%DATADIR%%/mathsymbols/relation/img093relation.png
%%DATADIR%%/mathsymbols/relation/img094relation.png
%%DATADIR%%/mathsymbols/relation/img095relation.png
%%DATADIR%%/mathsymbols/relation/img096relation.png
%%DATADIR%%/mathsymbols/relation/img097relation.png
%%DATADIR%%/mathsymbols/relation/img098relation.png
%%DATADIR%%/mathsymbols/relation/img099relation.png
%%DATADIR%%/mathsymbols/relation/img100relation.png
%%DATADIR%%/mathsymbols/relation/img101relation.png
%%DATADIR%%/mathsymbols/relation/img102relation.png
%%DATADIR%%/mathsymbols/relation/img103relation.png
%%DATADIR%%/mathsymbols/relation/img104relation.png
%%DATADIR%%/mathsymbols/relation/img105relation.png
%%DATADIR%%/mathsymbols/relation/img106relation.png
%%DATADIR%%/mathsymbols/relation/img107relation.png
%%DATADIR%%/mathsymbols/relation/img108relation.png
%%DATADIR%%/mathsymbols/relation/img109relation.png
%%DATADIR%%/mathsymbols/relation/img110relation.png
%%DATADIR%%/mathsymbols/relation/img111relation.png
%%DATADIR%%/mathsymbols/relation/img112relation.png
%%DATADIR%%/mathsymbols/relation/img113relation.png
%%DATADIR%%/mathsymbols/relation/img114relation.png
%%DATADIR%%/mathsymbols/relation/img115relation.png
%%DATADIR%%/mathsymbols/relation/img116relation.png
%%DATADIR%%/mathsymbols/relation/img117relation.png
%%DATADIR%%/mathsymbols/relation/img118relation.png
%%DATADIR%%/mathsymbols/relation/img119relation.png
%%DATADIR%%/mathsymbols/relation/img120relation.png
%%DATADIR%%/mathsymbols/relation/img121relation.png
%%DATADIR%%/mathsymbols/relation/img122relation.png
%%DATADIR%%/mathsymbols/relation/img123relation.png
%%DATADIR%%/mathsymbols/relation/img124relation.png
%%DATADIR%%/mathsymbols/relation/img125relation.png
%%DATADIR%%/mathsymbols/relation/img126relation.png
%%DATADIR%%/mathsymbols/relation/img127relation.png
%%DATADIR%%/mathsymbols/relation/img128relation.png
%%DATADIR%%/mathsymbols/relation/img129relation.png
%%DATADIR%%/mathsymbols/relation/img130relation.png
%%DATADIR%%/mathsymbols/relation/img131relation.png
%%DATADIR%%/mathsymbols/relation/img132relation.png
%%DATADIR%%/mathsymbols/relation/img133relation.png
%%DATADIR%%/mathsymbols/relation/img134relation.png
%%DATADIR%%/mathsymbols/relation/img135relation.png
%%DATADIR%%/mathsymbols/relation/img136relation.png
%%DATADIR%%/mathsymbols/relation/img137relation.png
%%DATADIR%%/mathsymbols/relation/img138relation.png
%%DATADIR%%/mathsymbols/relation/img139relation.png
%%DATADIR%%/mathsymbols/special/img001special.png
%%DATADIR%%/mathsymbols/special/img002special.png
%%DATADIR%%/mathsymbols/special/img003special.png
%%DATADIR%%/mathsymbols/special/img004special.png
%%DATADIR%%/mathsymbols/special/img005special.png
%%DATADIR%%/mathsymbols/special/img006special.png
%%DATADIR%%/mathsymbols/special/img007special.png
%%DATADIR%%/mathsymbols/special/img008special.png
%%DATADIR%%/mathsymbols/special/img009special.png
%%DATADIR%%/mathsymbols/special/img010special.png
%%DATADIR%%/mathsymbols/special/img011special.png
%%DATADIR%%/mathsymbols/special/img012special.png
%%DATADIR%%/mathsymbols/special/img013special.png
%%DATADIR%%/mathsymbols/special/img014special.png
%%DATADIR%%/mathsymbols/special/img015special.png
%%DATADIR%%/mathsymbols/special/img016special.png
%%DATADIR%%/mathsymbols/special/img017special.png
%%DATADIR%%/mathsymbols/special/img018special.png
%%DATADIR%%/mathsymbols/special/img019special.png
%%DATADIR%%/mathsymbols/special/img020special.png
%%DATADIR%%/mathsymbols/special/img021special.png
%%DATADIR%%/mathsymbols/special/img022special.png
%%DATADIR%%/mathsymbols/special/img023special.png
%%DATADIR%%/mathsymbols/special/img024special.png
%%DATADIR%%/mathsymbols/special/img025special.png
%%DATADIR%%/mathsymbols/special/img026special.png
%%DATADIR%%/mathsymbols/special/img027special.png
%%DATADIR%%/mathsymbols/special/img028special.png
%%DATADIR%%/mathsymbols/special/img029special.png
%%DATADIR%%/mathsymbols/special/img030special.png
%%DATADIR%%/mathsymbols/special/img031special.png
%%DATADIR%%/mathsymbols/special/img032special.png
%%DATADIR%%/mathsymbols/special/img033special.png
%%DATADIR%%/mathsymbols/special/img034special.png
%%DATADIR%%/mathsymbols/special/img035special.png
%%DATADIR%%/mathsymbols/special/img036special.png
%%DATADIR%%/mathsymbols/special/img037special.png
%%DATADIR%%/mathsymbols/special/img038special.png
%%DATADIR%%/mathsymbols/special/img039special.png
%%DATADIR%%/mathsymbols/special/img040special.png
%%DATADIR%%/mathsymbols/special/img041special.png
%%DATADIR%%/mathsymbols/special/img042special.png
%%DATADIR%%/mathsymbols/special/img043special.png
%%DATADIR%%/mathsymbols/special/img044special.png
%%DATADIR%%/mathsymbols/special/img045special.png
%%DATADIR%%/mathsymbols/special/img046special.png
%%DATADIR%%/mathsymbols/special/img047special.png
%%DATADIR%%/mathsymbols/special/img048special.png
%%DATADIR%%/mathsymbols/special/img049special.png
%%DATADIR%%/mathsymbols/special/img050special.png
%%DATADIR%%/mathsymbols/special/img051special.png
%%DATADIR%%/mathsymbols/special/img052special.png
%%DATADIR%%/mathsymbols/special/img053special.png
%%DATADIR%%/mathsymbols/special/img054special.png
%%DATADIR%%/mathsymbols/special/img055special.png
%%DATADIR%%/mathsymbols/special/img056special.png
%%DATADIR%%/mathsymbols/special/img057special.png
%%DATADIR%%/mathsymbols/special/img058special.png
%%DATADIR%%/mathsymbols/special/img059special.png
%%DATADIR%%/mathsymbols/special/img060special.png
%%DATADIR%%/mathsymbols/special/img061special.png
%%DATADIR%%/mathsymbols/special/img062special.png
%%DATADIR%%/mathsymbols/special/img063special.png
%%DATADIR%%/mathsymbols/special/img064special.png
%%DATADIR%%/mathsymbols/special/img065special.png
%%DATADIR%%/mathsymbols/special/img066special.png
%%DATADIR%%/mathsymbols/special/img067special.png
%%DATADIR%%/mathsymbols/special/img068special.png
%%DATADIR%%/mathsymbols/special/img069special.png
%%DATADIR%%/mathsymbols/special/img070special.png
%%DATADIR%%/mathsymbols/special/img071special.png
%%DATADIR%%/mathsymbols/special/img072special.png
%%DATADIR%%/mathsymbols/special/img073special.png
%%DATADIR%%/mathsymbols/special/img074special.png
%%DATADIR%%/mathsymbols/special/img075special.png
%%DATADIR%%/mathsymbols/special/img076special.png
%%DATADIR%%/mathsymbols/special/img077special.png
%%DATADIR%%/mathsymbols/special/img078special.png
%%DATADIR%%/mathsymbols/special/img079special.png
%%DATADIR%%/mathsymbols/special/img080special.png
%%DATADIR%%/mathsymbols/special/img081special.png
%%DATADIR%%/mathsymbols/special/img082special.png
%%DATADIR%%/mathsymbols/special/img083special.png
%%DATADIR%%/mathsymbols/special/img084special.png
%%DATADIR%%/mathsymbols/special/img085special.png
%%DATADIR%%/mathsymbols/special/img086special.png
%%DATADIR%%/mathsymbols/special/img087special.png
%%DATADIR%%/mathsymbols/special/img088special.png
%%DATADIR%%/mathsymbols/special/img089special.png
%%DATADIR%%/mathsymbols/special/img090special.png
%%DATADIR%%/mathsymbols/special/img091special.png
%%DATADIR%%/mathsymbols/special/img092special.png
%%DATADIR%%/mathsymbols/special/img093special.png
%%DATADIR%%/mathsymbols/special/img094special.png
%%DATADIR%%/mathsymbols/special/img095special.png
%%DATADIR%%/mathsymbols/special/img096special.png
%%DATADIR%%/mathsymbols/special/img097special.png
%%DATADIR%%/mathsymbols/special/img098special.png
%%DATADIR%%/mathsymbols/special/img099special.png
%%DATADIR%%/mathsymbols/special/img100special.png
%%DATADIR%%/mathsymbols/special/img101special.png
%%DATADIR%%/mathsymbols/special/img102special.png
%%DATADIR%%/mathsymbols/special/img103special.png
%%DATADIR%%/mathsymbols/special/img104special.png
%%DATADIR%%/mathsymbols/special/img105special.png
%%DATADIR%%/mathsymbols/special/img106special.png
%%DATADIR%%/mathsymbols/special/img107special.png
%%DATADIR%%/mathsymbols/special/img108special.png
%%DATADIR%%/mathsymbols/special/img109special.png
%%DATADIR%%/mathsymbols/special/img110special.png
%%DATADIR%%/mathsymbols/special/img111special.png
%%DATADIR%%/mathsymbols/special/img112special.png
%%DATADIR%%/mathsymbols/special/img113special.png
%%DATADIR%%/mathsymbols/special/img114special.png
%%DATADIR%%/mathsymbols/special/img115special.png
%%DATADIR%%/mathsymbols/special/img116special.png
%%DATADIR%%/mathsymbols/special/img117special.png
%%DATADIR%%/mathsymbols/special/img118special.png
%%DATADIR%%/mathsymbols/special/img119special.png
%%DATADIR%%/mathsymbols/special/img120special.png
%%DATADIR%%/mathsymbols/special/img121special.png
%%DATADIR%%/mathsymbols/special/img122special.png
%%DATADIR%%/mathsymbols/special/img123special.png
%%DATADIR%%/mathsymbols/special/img124special.png
%%DATADIR%%/mathsymbols/special/img125special.png
%%DATADIR%%/mathsymbols/special/img126special.png
%%DATADIR%%/mathsymbols/special/img127special.png
%%DATADIR%%/mathsymbols/special/img128special.png
%%DATADIR%%/mathsymbols/special/img129special.png
%%DATADIR%%/mathsymbols/special/img130special.png
%%DATADIR%%/mathsymbols/special/img131special.png
%%DATADIR%%/mathsymbols/special/img132special.png
%%DATADIR%%/mathsymbols/special/img133special.png
%%DATADIR%%/mathsymbols/special/img134special.png
%%DATADIR%%/mathsymbols/special/img135special.png
%%DATADIR%%/mathsymbols/special/img136special.png
%%DATADIR%%/mathsymbols/special/img137special.png
%%DATADIR%%/mathsymbols/special/img138special.png
%%DATADIR%%/mathsymbols/special/img139special.png
%%DATADIR%%/mathsymbols/special/img140special.png
%%DATADIR%%/mathsymbols/special/img141special.png
%%DATADIR%%/mathsymbols/special/img142special.png
%%DATADIR%%/mathsymbols/special/img143special.png
%%DATADIR%%/mathsymbols/special/img144special.png
%%DATADIR%%/mathsymbols/special/img145special.png
%%DATADIR%%/mathsymbols/special/img146special.png
%%DATADIR%%/mathsymbols/special/img147special.png
%%DATADIR%%/mathsymbols/special/img148special.png
%%DATADIR%%/mathsymbols/special/img149special.png
%%DATADIR%%/mathsymbols/special/img150special.png
%%DATADIR%%/mathsymbols/special/img151special.png
%%DATADIR%%/mathsymbols/special/img152special.png
%%DATADIR%%/mathsymbols/special/img153special.png
%%DATADIR%%/mathsymbols/special/img154special.png
%%DATADIR%%/mathsymbols/special/img155special.png
%%DATADIR%%/mathsymbols/special/img156special.png
%%DATADIR%%/mathsymbols/special/img157special.png
%%DATADIR%%/mathsymbols/special/img158special.png
%%DATADIR%%/mathsymbols/special/img159special.png
%%DATADIR%%/mathsymbols/special/img160special.png
%%DATADIR%%/mathsymbols/special/img161special.png
%%DATADIR%%/mathsymbols/special/img162special.png
%%DATADIR%%/mathsymbols/special/img163special.png
%%DATADIR%%/mathsymbols/special/img164special.png
%%DATADIR%%/mathsymbols/special/img165special.png
%%DATADIR%%/mathsymbols/special/img166special.png
%%DATADIR%%/mathsymbols/special/img167special.png
%%DATADIR%%/mathsymbols/special/img168special.png
%%DATADIR%%/mathsymbols/special/img169special.png
%%DATADIR%%/mathsymbols/special/img170special.png
%%DATADIR%%/mathsymbols/special/img171special.png
%%DATADIR%%/mathsymbols/special/img172special.png
%%DATADIR%%/mathsymbols/special/img173special.png
%%DATADIR%%/mathsymbols/special/img174special.png
%%DATADIR%%/mathsymbols/special/img175special.png
%%DATADIR%%/mathsymbols/special/img176special.png
%%DATADIR%%/mathsymbols/special/img177special.png
%%DATADIR%%/mathsymbols/special/img178special.png
%%DATADIR%%/pics/kile_splash.png
%%DATADIR%%/pics/type_Article.tex.kileicon
%%DATADIR%%/pics/type_Beamer.tex.kileicon
%%DATADIR%%/pics/type_Book.tex.kileicon
%%DATADIR%%/pics/type_Default.png
%%DATADIR%%/pics/type_Empty.png
%%DATADIR%%/pics/type_HA-prosper.tex.kileicon
%%DATADIR%%/pics/type_Letter.tex.kileicon
%%DATADIR%%/pics/type_PDF-PST.tex.kileicon
%%DATADIR%%/pics/type_PDF.tex.kileicon
%%DATADIR%%/pics/type_Powerdot.tex.kileicon
%%DATADIR%%/pics/type_Project.png
%%DATADIR%%/pics/type_Prosper.tex.kileicon
%%DATADIR%%/pics/type_Report.tex.kileicon
%%DATADIR%%/pics/type_Scrartcl.tex.kileicon
%%DATADIR%%/pics/type_Scrbook.tex.kileicon
%%DATADIR%%/pics/type_Scrlttr2.tex.kileicon
%%DATADIR%%/pics/type_Scrreprt.tex.kileicon
%%DATADIR%%/pics/type_Xelatex.tex.kileicon
%%DATADIR%%/script-plugins/cursor-range.js
%%DATADIR%%/scripts/array.js
%%DATADIR%%/scripts/euro.js
%%DATADIR%%/scripts/remove command.js
%%DATADIR%%/scripts/replace command.js
%%DATADIR%%/scripts/replace environment.js
%%DATADIR%%/scripts/replace font command.js
%%DATADIR%%/scripts/surround selection.js
%%DATADIR%%/templates/template_Article.tex
%%DATADIR%%/templates/template_Beamer.tex
%%DATADIR%%/templates/template_Book.tex
%%DATADIR%%/templates/template_HA-prosper.tex
%%DATADIR%%/templates/template_Letter.tex
%%DATADIR%%/templates/template_PDF-PST.tex
%%DATADIR%%/templates/template_PDF.tex
%%DATADIR%%/templates/template_Powerdot.tex
%%DATADIR%%/templates/template_Prosper.tex
%%DATADIR%%/templates/template_Report.tex
%%DATADIR%%/templates/template_Scrartcl.tex
%%DATADIR%%/templates/template_Scrbook.tex
%%DATADIR%%/templates/template_Scrlttr2.tex
%%DATADIR%%/templates/template_Scrreprt.tex
%%DATADIR%%/templates/template_Xelatex.tex
%%DATADIR%%/test/test.bib
%%DATADIR%%/test/test.tex
%%DATADIR%%/test/test_bib.tex
%%DATADIR%%/test/test_index.tex
%%DATADIR%%/test/test_plain.tex
%%DATADIR%%/usermenu/example.xml
share/metainfo/org.kde.kile.appdata.xml
share/mime/packages/kile.xml