forked from manuels/texlive.js
-
Notifications
You must be signed in to change notification settings - Fork 9
/
texlive.lst
14196 lines (14196 loc) · 683 KB
/
texlive.lst
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
/.
/texmf-var/.
/texmf-var/tex/.
/texmf-var/tex/generic/.
/texmf-var/tex/generic/config/.
/texmf-var/tex/context/.
/texmf-var/tex/context/config/.
/texmf-var/fonts/.
/texmf-var/fonts/map/.
/texmf-var/fonts/map/dvipdfmx/.
/texmf-var/fonts/map/dvipdfmx/updmap/.
/texmf-var/fonts/map/dvips/.
/texmf-var/fonts/map/dvips/updmap/.
/texmf-var/fonts/map/pdftex/.
/texmf-var/fonts/map/pdftex/updmap/.
/texmf-var/fonts/pk/.
/texmf-var/fonts/tfm/.
/texmf-var/web2c/.
/texmf-var/web2c/luatex/.
/texmf-var/web2c/tex/.
/texmf-var/web2c/pdftex/.
/texmf-var/web2c/metafont/.
/texmf-var/xdvi/.
/texmf-local/.
/texmf-local/bibtex/.
/texmf-local/bibtex/bib/.
/texmf-local/bibtex/bib/local/.
/texmf-local/bibtex/bst/.
/texmf-local/bibtex/bst/local/.
/texmf-local/doc/.
/texmf-local/doc/local/.
/texmf-local/dvips/.
/texmf-local/dvips/local/.
/texmf-local/fonts/.
/texmf-local/fonts/source/.
/texmf-local/fonts/source/local/.
/texmf-local/fonts/tfm/.
/texmf-local/fonts/tfm/local/.
/texmf-local/fonts/type1/.
/texmf-local/fonts/type1/local/.
/texmf-local/fonts/vf/.
/texmf-local/fonts/vf/local/.
/texmf-local/metapost/.
/texmf-local/metapost/local/.
/texmf-local/tex/.
/texmf-local/tex/latex/.
/texmf-local/tex/latex/local/.
/texmf-local/tex/plain/.
/texmf-local/tex/plain/local/.
/texmf-local/tlpkg/.
/texmf-local/web2c/.
/texmf-config/.
/texmf-dist/.
/texmf-dist/scripts/.
/texmf-dist/scripts/texlive/.
/texmf-dist/scripts/texlive/var/.
/texmf-dist/scripts/texlive/lua/.
/texmf-dist/scripts/texlive/lua/texlive/.
/texmf-dist/scripts/attachfile2/.
/texmf-dist/scripts/lua-alt-getopt/.
/texmf-dist/scripts/luaotfload/.
/texmf-dist/scripts/lwarp/.
/texmf-dist/scripts/context/.
/texmf-dist/scripts/context/perl/.
/texmf-dist/scripts/context/stubs/.
/texmf-dist/scripts/context/stubs/mswin/.
/texmf-dist/scripts/simpdftex/.
/texmf-dist/scripts/pdftexcmds/.
/texmf-dist/scripts/pgf/.
/texmf-dist/scripts/sympytexpackage/.
/texmf-dist/scripts/thumbpdf/.
/texmf-dist/scripts/tlshell/.
/texmf-dist/scripts/ulqda/.
/texmf-dist/web2c/.
/texmf-dist/tex/.
/texmf-dist/tex/latex/.
/texmf-dist/tex/latex/12many/.
/texmf-dist/tex/latex/SIstyle/.
/texmf-dist/tex/latex/SIunits/.
/texmf-dist/tex/latex/accents/.
/texmf-dist/tex/latex/ae/.
/texmf-dist/tex/latex/alg/.
/texmf-dist/tex/latex/algobox/.
/texmf-dist/tex/latex/algorithm2e/.
/texmf-dist/tex/latex/algorithmicx/.
/texmf-dist/tex/latex/algorithms/.
/texmf-dist/tex/latex/algxpar/.
/texmf-dist/tex/latex/aligned-overset/.
/texmf-dist/tex/latex/amscdx/.
/texmf-dist/tex/latex/amscls/.
/texmf-dist/tex/latex/amsfonts/.
/texmf-dist/tex/latex/amsmath/.
/texmf-dist/tex/latex/anysize/.
/texmf-dist/tex/latex/apxproof/.
/texmf-dist/tex/latex/attachfile2/.
/texmf-dist/tex/latex/atveryend/.
/texmf-dist/tex/latex/autobreak/.
/texmf-dist/tex/latex/auxhook/.
/texmf-dist/tex/latex/avantgar/.
/texmf-dist/tex/latex/axodraw2/.
/texmf-dist/tex/latex/babelbib/.
/texmf-dist/tex/latex/backnaur/.
/texmf-dist/tex/latex/beamer/.
/texmf-dist/tex/latex/begriff/.
/texmf-dist/tex/latex/binomexp/.
/texmf-dist/tex/latex/biocon/.
/texmf-dist/tex/latex/bitpattern/.
/texmf-dist/tex/latex/bohr/.
/texmf-dist/tex/latex/boldtensors/.
/texmf-dist/tex/latex/bookman/.
/texmf-dist/tex/latex/bookmark/.
/texmf-dist/tex/latex/booktabs/.
/texmf-dist/tex/latex/bosisio/.
/texmf-dist/tex/latex/bpchem/.
/texmf-dist/tex/latex/breqn/.
/texmf-dist/tex/latex/bropd/.
/texmf-dist/tex/latex/bussproofs/.
/texmf-dist/tex/latex/bussproofs-extra/.
/texmf-dist/tex/latex/bytefield/.
/texmf-dist/tex/latex/calculation/.
/texmf-dist/tex/latex/caption/.
/texmf-dist/tex/latex/carlisle/.
/texmf-dist/tex/latex/cascade/.
/texmf-dist/tex/latex/ccfonts/.
/texmf-dist/tex/latex/chemarrow/.
/texmf-dist/tex/latex/chemcompounds/.
/texmf-dist/tex/latex/chemcono/.
/texmf-dist/tex/latex/chemexec/.
/texmf-dist/tex/latex/chemformula/.
/texmf-dist/tex/latex/chemgreek/.
/texmf-dist/tex/latex/chemmacros/.
/texmf-dist/tex/latex/chemnum/.
/texmf-dist/tex/latex/chemplants/.
/texmf-dist/tex/latex/chemschemex/.
/texmf-dist/tex/latex/chemsec/.
/texmf-dist/tex/latex/chemstyle/.
/texmf-dist/tex/latex/chemstyle/config/.
/texmf-dist/tex/latex/cite/.
/texmf-dist/tex/latex/clrscode/.
/texmf-dist/tex/latex/clrscode3e/.
/texmf-dist/tex/latex/cm-super/.
/texmf-dist/tex/latex/cmap/.
/texmf-dist/tex/latex/codeanatomy/.
/texmf-dist/tex/latex/colortbl/.
/texmf-dist/tex/latex/commath/.
/texmf-dist/tex/latex/complexity/.
/texmf-dist/tex/latex/computational-complexity/.
/texmf-dist/tex/latex/concmath/.
/texmf-dist/tex/latex/conteq/.
/texmf-dist/tex/latex/correctmathalign/.
/texmf-dist/tex/latex/courier/.
/texmf-dist/tex/latex/crop/.
/texmf-dist/tex/latex/cryptocode/.
/texmf-dist/tex/latex/ctable/.
/texmf-dist/tex/latex/delim/.
/texmf-dist/tex/latex/delimseasy/.
/texmf-dist/tex/latex/delimset/.
/texmf-dist/tex/latex/derivative/.
/texmf-dist/tex/latex/diffcoeff/.
/texmf-dist/tex/latex/digiconfigs/.
/texmf-dist/tex/latex/dijkstra/.
/texmf-dist/tex/latex/drawmatrix/.
/texmf-dist/tex/latex/drawstack/.
/texmf-dist/tex/latex/dyntree/.
/texmf-dist/tex/latex/ebproof/.
/texmf-dist/tex/latex/econometrics/.
/texmf-dist/tex/latex/eltex/.
/texmf-dist/tex/latex/emf/.
/texmf-dist/tex/latex/endiagram/.
/texmf-dist/tex/latex/engtlc/.
/texmf-dist/tex/latex/epstopdf-pkg/.
/texmf-dist/tex/latex/eqexpl/.
/texmf-dist/tex/latex/eqnarray/.
/texmf-dist/tex/latex/eqnnumwarn/.
/texmf-dist/tex/latex/eso-pic/.
/texmf-dist/tex/latex/etex-pkg/.
/texmf-dist/tex/latex/etoolbox/.
/texmf-dist/tex/latex/euenc/.
/texmf-dist/tex/latex/euler/.
/texmf-dist/tex/latex/euro/.
/texmf-dist/tex/latex/eurosym/.
/texmf-dist/tex/latex/extarrows/.
/texmf-dist/tex/latex/extpfeil/.
/texmf-dist/tex/latex/extsizes/.
/texmf-dist/tex/latex/faktor/.
/texmf-dist/tex/latex/fancybox/.
/texmf-dist/tex/latex/fancyhdr/.
/texmf-dist/tex/latex/fancyref/.
/texmf-dist/tex/latex/fancyvrb/.
/texmf-dist/tex/latex/fascicules/.
/texmf-dist/tex/latex/filehook/.
/texmf-dist/tex/latex/fix2col/.
/texmf-dist/tex/latex/float/.
/texmf-dist/tex/latex/fnspe/.
/texmf-dist/tex/latex/fontspec/.
/texmf-dist/tex/latex/footnotehyper/.
/texmf-dist/tex/latex/fouridx/.
/texmf-dist/tex/latex/fp/.
/texmf-dist/tex/latex/functan/.
/texmf-dist/tex/latex/galois/.
/texmf-dist/tex/latex/gastex/.
/texmf-dist/tex/latex/gene-logic/.
/texmf-dist/tex/latex/geometry/.
/texmf-dist/tex/latex/ghsystem/.
/texmf-dist/tex/latex/ghsystem/language/.
/texmf-dist/tex/latex/ghsystem/pictures/.
/texmf-dist/tex/latex/glosmathtools/.
/texmf-dist/tex/latex/gotoh/.
/texmf-dist/tex/latex/graphics/.
/texmf-dist/tex/latex/graphics-cfg/.
/texmf-dist/tex/latex/graphics-def/.
/texmf-dist/tex/latex/greek-fontenc/.
/texmf-dist/tex/latex/grfext/.
/texmf-dist/tex/latex/grffile/.
/texmf-dist/tex/latex/grundgesetze/.
/texmf-dist/tex/latex/gu/.
/texmf-dist/tex/latex/helvetic/.
/texmf-dist/tex/latex/hep/.
/texmf-dist/tex/latex/hepnames/.
/texmf-dist/tex/latex/hepparticles/.
/texmf-dist/tex/latex/hepthesis/.
/texmf-dist/tex/latex/hepunits/.
/texmf-dist/tex/latex/hycolor/.
/texmf-dist/tex/latex/hyperref/.
/texmf-dist/tex/latex/ifplatform/.
/texmf-dist/tex/latex/includernw/.
/texmf-dist/tex/latex/index/.
/texmf-dist/tex/latex/interval/.
/texmf-dist/tex/latex/ionumbers/.
/texmf-dist/tex/latex/isomath/.
/texmf-dist/tex/latex/jkmath/.
/texmf-dist/tex/latex/jknapltx/.
/texmf-dist/tex/latex/karnaugh/.
/texmf-dist/tex/latex/karnaugh-map/.
/texmf-dist/tex/latex/karnaughmap/.
/texmf-dist/tex/latex/koma-script/.
/texmf-dist/tex/latex/kvmap/.
/texmf-dist/tex/latex/kvoptions/.
/texmf-dist/tex/latex/l3backend/.
/texmf-dist/tex/latex/l3experimental/.
/texmf-dist/tex/latex/l3experimental/l3benchmark/.
/texmf-dist/tex/latex/l3experimental/l3cctab/.
/texmf-dist/tex/latex/l3experimental/l3color/.
/texmf-dist/tex/latex/l3experimental/l3draw/.
/texmf-dist/tex/latex/l3experimental/l3graphics/.
/texmf-dist/tex/latex/l3experimental/l3pdf/.
/texmf-dist/tex/latex/l3experimental/l3str/.
/texmf-dist/tex/latex/l3experimental/l3sys-shell/.
/texmf-dist/tex/latex/l3experimental/xcoffins/.
/texmf-dist/tex/latex/l3experimental/xgalley/.
/texmf-dist/tex/latex/l3kernel/.
/texmf-dist/tex/latex/l3packages/.
/texmf-dist/tex/latex/l3packages/l3keys2e/.
/texmf-dist/tex/latex/l3packages/xfp/.
/texmf-dist/tex/latex/l3packages/xfrac/.
/texmf-dist/tex/latex/l3packages/xparse/.
/texmf-dist/tex/latex/l3packages/xtemplate/.
/texmf-dist/tex/latex/base/.
/texmf-dist/tex/latex/latexbug/.
/texmf-dist/tex/latex/latexconfig/.
/texmf-dist/tex/latex/letterswitharrows/.
/texmf-dist/tex/latex/lineno/.
/texmf-dist/tex/latex/listings/.
/texmf-dist/tex/latex/lm/.
/texmf-dist/tex/latex/logicproof/.
/texmf-dist/tex/latex/longdivision/.
/texmf-dist/tex/latex/lplfitch/.
/texmf-dist/tex/latex/lstbayes/.
/texmf-dist/tex/latex/ltxmisc/.
/texmf-dist/tex/latex/lwarp/.
/texmf-dist/tex/latex/makecmds/.
/texmf-dist/tex/latex/marvosym/.
/texmf-dist/tex/latex/mathcommand/.
/texmf-dist/tex/latex/mathcomp/.
/texmf-dist/tex/latex/mathfixs/.
/texmf-dist/tex/latex/mathpartir/.
/texmf-dist/tex/latex/mathpunctspace/.
/texmf-dist/tex/latex/mathtools/.
/texmf-dist/tex/latex/matlab-prettifier/.
/texmf-dist/tex/latex/matrix-skeleton/.
/texmf-dist/tex/latex/mattens/.
/texmf-dist/tex/latex/mdwtools/.
/texmf-dist/tex/latex/memoir/.
/texmf-dist/tex/latex/memorygraphs/.
/texmf-dist/tex/latex/metalogo/.
/texmf-dist/tex/latex/mflogo/.
/texmf-dist/tex/latex/mfnfss/.
/texmf-dist/tex/latex/mgltex/.
/texmf-dist/tex/latex/mhchem/.
/texmf-dist/tex/latex/mhequ/.
/texmf-dist/tex/latex/microtype/.
/texmf-dist/tex/latex/miller/.
/texmf-dist/tex/latex/mismath/.
/texmf-dist/tex/latex/ms/.
/texmf-dist/tex/latex/multiobjective/.
/texmf-dist/tex/latex/mychemistry/.
/texmf-dist/tex/latex/natbib/.
/texmf-dist/tex/latex/natded/.
/texmf-dist/tex/latex/nath/.
/texmf-dist/tex/latex/ncntrsbk/.
/texmf-dist/tex/latex/newfloat/.
/texmf-dist/tex/latex/nicematrix/.
/texmf-dist/tex/latex/ntgclass/.
/texmf-dist/tex/latex/nuc/.
/texmf-dist/tex/latex/nucleardata/.
/texmf-dist/tex/latex/oberdiek/.
/texmf-dist/tex/latex/objectz/.
/texmf-dist/tex/latex/oplotsymbl/.
/texmf-dist/tex/latex/ot-tableau/.
/texmf-dist/tex/latex/oubraces/.
/texmf-dist/tex/latex/palatino/.
/texmf-dist/tex/latex/parskip/.
/texmf-dist/tex/latex/pdflscape/.
/texmf-dist/tex/latex/pdfpages/.
/texmf-dist/tex/latex/pdftexcmds/.
/texmf-dist/tex/latex/perfectcut/.
/texmf-dist/tex/latex/pgf/.
/texmf-dist/tex/latex/pgf/basiclayer/.
/texmf-dist/tex/latex/pgf/compatibility/.
/texmf-dist/tex/latex/pgf/doc/.
/texmf-dist/tex/latex/pgf/frontendlayer/.
/texmf-dist/tex/latex/pgf/frontendlayer/libraries/.
/texmf-dist/tex/latex/pgf/math/.
/texmf-dist/tex/latex/pgf/systemlayer/.
/texmf-dist/tex/latex/pgf/utilities/.
/texmf-dist/tex/latex/physics/.
/texmf-dist/tex/latex/pinoutikz/.
/texmf-dist/tex/latex/pm-isomath/.
/texmf-dist/tex/latex/polexpr/.
/texmf-dist/tex/latex/polyglossia/.
/texmf-dist/tex/latex/prftree/.
/texmf-dist/tex/latex/proba/.
/texmf-dist/tex/latex/proof-at-the-end/.
/texmf-dist/tex/latex/prooftrees/.
/texmf-dist/tex/latex/pseudo/.
/texmf-dist/tex/latex/pseudocode/.
/texmf-dist/tex/latex/psfrag/.
/texmf-dist/tex/latex/pslatex/.
/texmf-dist/tex/latex/psnfss/.
/texmf-dist/tex/latex/pspicture/.
/texmf-dist/tex/latex/pxfonts/.
/texmf-dist/tex/latex/pythonhighlight/.
/texmf-dist/tex/latex/qsharp/.
/texmf-dist/tex/latex/ragged2e/.
/texmf-dist/tex/latex/rank-2-roots/.
/texmf-dist/tex/latex/rcs/.
/texmf-dist/tex/latex/rec-thy/.
/texmf-dist/tex/latex/refcount/.
/texmf-dist/tex/latex/rerunfilecheck/.
/texmf-dist/tex/latex/revquantum/.
/texmf-dist/tex/latex/ribbonproofs/.
/texmf-dist/tex/latex/rmathbr/.
/texmf-dist/tex/latex/sansmath/.
/texmf-dist/tex/latex/sasnrdisplay/.
/texmf-dist/tex/latex/sciposter/.
/texmf-dist/tex/latex/sclang-prettifier/.
/texmf-dist/tex/latex/scratchx/.
/texmf-dist/tex/latex/section/.
/texmf-dist/tex/latex/seminar/.
/texmf-dist/tex/latex/sepnum/.
/texmf-dist/tex/latex/sesamanuel/.
/texmf-dist/tex/latex/setspace/.
/texmf-dist/tex/latex/sfg/.
/texmf-dist/tex/latex/shuffle/.
/texmf-dist/tex/latex/simpler-wick/.
/texmf-dist/tex/latex/simplewick/.
/texmf-dist/tex/latex/siunitx/.
/texmf-dist/tex/latex/skmath/.
/texmf-dist/tex/latex/spalign/.
/texmf-dist/tex/latex/stanli/.
/texmf-dist/tex/latex/statex/.
/texmf-dist/tex/latex/statex2/.
/texmf-dist/tex/latex/statistics/.
/texmf-dist/tex/latex/statistik/.
/texmf-dist/tex/latex/statmath/.
/texmf-dist/tex/latex/steinmetz/.
/texmf-dist/tex/latex/stmaryrd/.
/texmf-dist/tex/latex/struktex/.
/texmf-dist/tex/latex/subfig/.
/texmf-dist/tex/latex/substances/.
/texmf-dist/tex/latex/subsupscripts/.
/texmf-dist/tex/latex/subtext/.
/texmf-dist/tex/latex/susy/.
/texmf-dist/tex/latex/syllogism/.
/texmf-dist/tex/latex/symbol/.
/texmf-dist/tex/latex/sympytexpackage/.
/texmf-dist/tex/latex/synproof/.
/texmf-dist/tex/latex/t-angles/.
/texmf-dist/tex/latex/tablor/.
/texmf-dist/tex/latex/tensind/.
/texmf-dist/tex/latex/tensor/.
/texmf-dist/tex/latex/tex-gyre/.
/texmf-dist/tex/latex/textcase/.
/texmf-dist/tex/latex/textgreek/.
/texmf-dist/tex/latex/textopo/.
/texmf-dist/tex/latex/thmbox/.
/texmf-dist/tex/latex/times/.
/texmf-dist/tex/latex/tipa/.
/texmf-dist/tex/latex/tools/.
/texmf-dist/tex/latex/translator/.
/texmf-dist/tex/latex/turnstile/.
/texmf-dist/tex/latex/txfonts/.
/texmf-dist/tex/latex/typehtml/.
/texmf-dist/tex/latex/ucharcat/.
/texmf-dist/tex/latex/ulqda/.
/texmf-dist/tex/latex/underscore/.
/texmf-dist/tex/latex/unicode-math/.
/texmf-dist/tex/latex/units/.
/texmf-dist/tex/latex/unitsdef/.
/texmf-dist/tex/latex/url/.
/texmf-dist/tex/latex/wasysym/.
/texmf-dist/tex/latex/xcolor/.
/texmf-dist/tex/latex/xkeyval/.
/texmf-dist/tex/latex/xymtex/.
/texmf-dist/tex/latex/xymtex/base/.
/texmf-dist/tex/latex/xymtex/chemist/.
/texmf-dist/tex/latex/xymtex/xymtxpdf/.
/texmf-dist/tex/latex/xymtex/xymtxps/.
/texmf-dist/tex/latex/yhmath/.
/texmf-dist/tex/latex/youngtab/.
/texmf-dist/tex/latex/ytableau/.
/texmf-dist/tex/latex/zapfchan/.
/texmf-dist/tex/latex/zapfding/.
/texmf-dist/tex/plain/.
/texmf-dist/tex/plain/amsfonts/.
/texmf-dist/tex/plain/etex/.
/texmf-dist/tex/plain/fp/.
/texmf-dist/tex/plain/knuth-lib/.
/texmf-dist/tex/plain/knuth-local/.
/texmf-dist/tex/plain/makeindex/.
/texmf-dist/tex/plain/pgf/.
/texmf-dist/tex/plain/pgf/basiclayer/.
/texmf-dist/tex/plain/pgf/frontendlayer/.
/texmf-dist/tex/plain/pgf/math/.
/texmf-dist/tex/plain/pgf/systemlayer/.
/texmf-dist/tex/plain/pgf/utilities/.
/texmf-dist/tex/plain/base/.
/texmf-dist/tex/plain/config/.
/texmf-dist/tex/plain/rsfs/.
/texmf-dist/tex/plain/wasy/.
/texmf-dist/tex/amstex/.
/texmf-dist/tex/amstex/base/.
/texmf-dist/tex/amstex/config/.
/texmf-dist/tex/generic/.
/texmf-dist/tex/generic/atbegshi/.
/texmf-dist/tex/generic/babel/.
/texmf-dist/tex/generic/babel/locale/.
/texmf-dist/tex/generic/babel/locale/af/.
/texmf-dist/tex/generic/babel/locale/agq/.
/texmf-dist/tex/generic/babel/locale/ak/.
/texmf-dist/tex/generic/babel/locale/am/.
/texmf-dist/tex/generic/babel/locale/ar/.
/texmf-dist/tex/generic/babel/locale/as/.
/texmf-dist/tex/generic/babel/locale/asa/.
/texmf-dist/tex/generic/babel/locale/ast/.
/texmf-dist/tex/generic/babel/locale/az/.
/texmf-dist/tex/generic/babel/locale/bas/.
/texmf-dist/tex/generic/babel/locale/be/.
/texmf-dist/tex/generic/babel/locale/bem/.
/texmf-dist/tex/generic/babel/locale/bez/.
/texmf-dist/tex/generic/babel/locale/bg/.
/texmf-dist/tex/generic/babel/locale/bm/.
/texmf-dist/tex/generic/babel/locale/bn/.
/texmf-dist/tex/generic/babel/locale/bo/.
/texmf-dist/tex/generic/babel/locale/br/.
/texmf-dist/tex/generic/babel/locale/brx/.
/texmf-dist/tex/generic/babel/locale/bs/.
/texmf-dist/tex/generic/babel/locale/ca/.
/texmf-dist/tex/generic/babel/locale/ce/.
/texmf-dist/tex/generic/babel/locale/cgg/.
/texmf-dist/tex/generic/babel/locale/chr/.
/texmf-dist/tex/generic/babel/locale/ckb/.
/texmf-dist/tex/generic/babel/locale/cs/.
/texmf-dist/tex/generic/babel/locale/cy/.
/texmf-dist/tex/generic/babel/locale/da/.
/texmf-dist/tex/generic/babel/locale/dav/.
/texmf-dist/tex/generic/babel/locale/de/.
/texmf-dist/tex/generic/babel/locale/dje/.
/texmf-dist/tex/generic/babel/locale/dsb/.
/texmf-dist/tex/generic/babel/locale/dua/.
/texmf-dist/tex/generic/babel/locale/dyo/.
/texmf-dist/tex/generic/babel/locale/dz/.
/texmf-dist/tex/generic/babel/locale/ebu/.
/texmf-dist/tex/generic/babel/locale/ee/.
/texmf-dist/tex/generic/babel/locale/el/.
/texmf-dist/tex/generic/babel/locale/en/.
/texmf-dist/tex/generic/babel/locale/eo/.
/texmf-dist/tex/generic/babel/locale/es/.
/texmf-dist/tex/generic/babel/locale/et/.
/texmf-dist/tex/generic/babel/locale/eu/.
/texmf-dist/tex/generic/babel/locale/ewo/.
/texmf-dist/tex/generic/babel/locale/fa/.
/texmf-dist/tex/generic/babel/locale/ff/.
/texmf-dist/tex/generic/babel/locale/fi/.
/texmf-dist/tex/generic/babel/locale/fil/.
/texmf-dist/tex/generic/babel/locale/fo/.
/texmf-dist/tex/generic/babel/locale/fr/.
/texmf-dist/tex/generic/babel/locale/fur/.
/texmf-dist/tex/generic/babel/locale/fy/.
/texmf-dist/tex/generic/babel/locale/ga/.
/texmf-dist/tex/generic/babel/locale/gd/.
/texmf-dist/tex/generic/babel/locale/gl/.
/texmf-dist/tex/generic/babel/locale/gsw/.
/texmf-dist/tex/generic/babel/locale/gu/.
/texmf-dist/tex/generic/babel/locale/guz/.
/texmf-dist/tex/generic/babel/locale/gv/.
/texmf-dist/tex/generic/babel/locale/ha/.
/texmf-dist/tex/generic/babel/locale/haw/.
/texmf-dist/tex/generic/babel/locale/he/.
/texmf-dist/tex/generic/babel/locale/hi/.
/texmf-dist/tex/generic/babel/locale/hr/.
/texmf-dist/tex/generic/babel/locale/hsb/.
/texmf-dist/tex/generic/babel/locale/hu/.
/texmf-dist/tex/generic/babel/locale/hy/.
/texmf-dist/tex/generic/babel/locale/ia/.
/texmf-dist/tex/generic/babel/locale/id/.
/texmf-dist/tex/generic/babel/locale/ig/.
/texmf-dist/tex/generic/babel/locale/ii/.
/texmf-dist/tex/generic/babel/locale/is/.
/texmf-dist/tex/generic/babel/locale/it/.
/texmf-dist/tex/generic/babel/locale/ja/.
/texmf-dist/tex/generic/babel/locale/jgo/.
/texmf-dist/tex/generic/babel/locale/jmc/.
/texmf-dist/tex/generic/babel/locale/ka/.
/texmf-dist/tex/generic/babel/locale/kab/.
/texmf-dist/tex/generic/babel/locale/kam/.
/texmf-dist/tex/generic/babel/locale/kde/.
/texmf-dist/tex/generic/babel/locale/kea/.
/texmf-dist/tex/generic/babel/locale/khq/.
/texmf-dist/tex/generic/babel/locale/ki/.
/texmf-dist/tex/generic/babel/locale/kk/.
/texmf-dist/tex/generic/babel/locale/kkj/.
/texmf-dist/tex/generic/babel/locale/kl/.
/texmf-dist/tex/generic/babel/locale/kln/.
/texmf-dist/tex/generic/babel/locale/km/.
/texmf-dist/tex/generic/babel/locale/kn/.
/texmf-dist/tex/generic/babel/locale/ko/.
/texmf-dist/tex/generic/babel/locale/kok/.
/texmf-dist/tex/generic/babel/locale/ks/.
/texmf-dist/tex/generic/babel/locale/ksb/.
/texmf-dist/tex/generic/babel/locale/ksf/.
/texmf-dist/tex/generic/babel/locale/ksh/.
/texmf-dist/tex/generic/babel/locale/kw/.
/texmf-dist/tex/generic/babel/locale/ky/.
/texmf-dist/tex/generic/babel/locale/lag/.
/texmf-dist/tex/generic/babel/locale/lb/.
/texmf-dist/tex/generic/babel/locale/lg/.
/texmf-dist/tex/generic/babel/locale/lkt/.
/texmf-dist/tex/generic/babel/locale/ln/.
/texmf-dist/tex/generic/babel/locale/lo/.
/texmf-dist/tex/generic/babel/locale/lrc/.
/texmf-dist/tex/generic/babel/locale/lt/.
/texmf-dist/tex/generic/babel/locale/lu/.
/texmf-dist/tex/generic/babel/locale/luo/.
/texmf-dist/tex/generic/babel/locale/luy/.
/texmf-dist/tex/generic/babel/locale/lv/.
/texmf-dist/tex/generic/babel/locale/mas/.
/texmf-dist/tex/generic/babel/locale/mer/.
/texmf-dist/tex/generic/babel/locale/mfe/.
/texmf-dist/tex/generic/babel/locale/mg/.
/texmf-dist/tex/generic/babel/locale/mgh/.
/texmf-dist/tex/generic/babel/locale/mgo/.
/texmf-dist/tex/generic/babel/locale/mk/.
/texmf-dist/tex/generic/babel/locale/ml/.
/texmf-dist/tex/generic/babel/locale/mn/.
/texmf-dist/tex/generic/babel/locale/mr/.
/texmf-dist/tex/generic/babel/locale/ms/.
/texmf-dist/tex/generic/babel/locale/mt/.
/texmf-dist/tex/generic/babel/locale/mua/.
/texmf-dist/tex/generic/babel/locale/my/.
/texmf-dist/tex/generic/babel/locale/mzn/.
/texmf-dist/tex/generic/babel/locale/naq/.
/texmf-dist/tex/generic/babel/locale/nb/.
/texmf-dist/tex/generic/babel/locale/nd/.
/texmf-dist/tex/generic/babel/locale/ne/.
/texmf-dist/tex/generic/babel/locale/nl/.
/texmf-dist/tex/generic/babel/locale/nmg/.
/texmf-dist/tex/generic/babel/locale/nn/.
/texmf-dist/tex/generic/babel/locale/nnh/.
/texmf-dist/tex/generic/babel/locale/nus/.
/texmf-dist/tex/generic/babel/locale/nyn/.
/texmf-dist/tex/generic/babel/locale/oc/.
/texmf-dist/tex/generic/babel/locale/om/.
/texmf-dist/tex/generic/babel/locale/or/.
/texmf-dist/tex/generic/babel/locale/os/.
/texmf-dist/tex/generic/babel/locale/pa/.
/texmf-dist/tex/generic/babel/locale/pl/.
/texmf-dist/tex/generic/babel/locale/pms/.
/texmf-dist/tex/generic/babel/locale/ps/.
/texmf-dist/tex/generic/babel/locale/pt/.
/texmf-dist/tex/generic/babel/locale/qu/.
/texmf-dist/tex/generic/babel/locale/rm/.
/texmf-dist/tex/generic/babel/locale/rn/.
/texmf-dist/tex/generic/babel/locale/ro/.
/texmf-dist/tex/generic/babel/locale/rof/.
/texmf-dist/tex/generic/babel/locale/ru/.
/texmf-dist/tex/generic/babel/locale/rw/.
/texmf-dist/tex/generic/babel/locale/rwk/.
/texmf-dist/tex/generic/babel/locale/sa/.
/texmf-dist/tex/generic/babel/locale/sah/.
/texmf-dist/tex/generic/babel/locale/saq/.
/texmf-dist/tex/generic/babel/locale/sbp/.
/texmf-dist/tex/generic/babel/locale/se/.
/texmf-dist/tex/generic/babel/locale/seh/.
/texmf-dist/tex/generic/babel/locale/ses/.
/texmf-dist/tex/generic/babel/locale/sg/.
/texmf-dist/tex/generic/babel/locale/shi/.
/texmf-dist/tex/generic/babel/locale/si/.
/texmf-dist/tex/generic/babel/locale/sk/.
/texmf-dist/tex/generic/babel/locale/sl/.
/texmf-dist/tex/generic/babel/locale/smn/.
/texmf-dist/tex/generic/babel/locale/sn/.
/texmf-dist/tex/generic/babel/locale/so/.
/texmf-dist/tex/generic/babel/locale/sq/.
/texmf-dist/tex/generic/babel/locale/sr/.
/texmf-dist/tex/generic/babel/locale/sv/.
/texmf-dist/tex/generic/babel/locale/sw/.
/texmf-dist/tex/generic/babel/locale/ta/.
/texmf-dist/tex/generic/babel/locale/te/.
/texmf-dist/tex/generic/babel/locale/teo/.
/texmf-dist/tex/generic/babel/locale/th/.
/texmf-dist/tex/generic/babel/locale/ti/.
/texmf-dist/tex/generic/babel/locale/tk/.
/texmf-dist/tex/generic/babel/locale/to/.
/texmf-dist/tex/generic/babel/locale/tr/.
/texmf-dist/tex/generic/babel/locale/twq/.
/texmf-dist/tex/generic/babel/locale/tzm/.
/texmf-dist/tex/generic/babel/locale/ug/.
/texmf-dist/tex/generic/babel/locale/uk/.
/texmf-dist/tex/generic/babel/locale/ur/.
/texmf-dist/tex/generic/babel/locale/uz/.
/texmf-dist/tex/generic/babel/locale/vai/.
/texmf-dist/tex/generic/babel/locale/vi/.
/texmf-dist/tex/generic/babel/locale/vun/.
/texmf-dist/tex/generic/babel/locale/wae/.
/texmf-dist/tex/generic/babel/locale/xog/.
/texmf-dist/tex/generic/babel/locale/yav/.
/texmf-dist/tex/generic/babel/locale/yi/.
/texmf-dist/tex/generic/babel/locale/yo/.
/texmf-dist/tex/generic/babel/locale/yue/.
/texmf-dist/tex/generic/babel/locale/zgh/.
/texmf-dist/tex/generic/babel/locale/zh/.
/texmf-dist/tex/generic/babel/locale/zu/.
/texmf-dist/tex/generic/babel-english/.
/texmf-dist/tex/generic/bibtex/.
/texmf-dist/tex/generic/bigintcalc/.
/texmf-dist/tex/generic/bitset/.
/texmf-dist/tex/generic/colorprofiles/.
/texmf-dist/tex/generic/dehyph/.
/texmf-dist/tex/generic/dvips/.
/texmf-dist/tex/generic/enctex/.
/texmf-dist/tex/generic/etexcmds/.
/texmf-dist/tex/generic/gettitlestring/.
/texmf-dist/tex/generic/hologo/.
/texmf-dist/tex/generic/hyph-utf8/.
/texmf-dist/tex/generic/hyph-utf8/conversions/.
/texmf-dist/tex/generic/config/.
/texmf-dist/tex/generic/hyphen/.
/texmf-dist/tex/generic/hyphenex/.
/texmf-dist/tex/generic/iftex/.
/texmf-dist/tex/generic/infwarerr/.
/texmf-dist/tex/generic/intcalc/.
/texmf-dist/tex/generic/knuth-lib/.
/texmf-dist/tex/generic/kvdefinekeys/.
/texmf-dist/tex/generic/kvsetkeys/.
/texmf-dist/tex/generic/lpform/.
/texmf-dist/tex/generic/ltxcmds/.
/texmf-dist/tex/generic/context/.
/texmf-dist/tex/generic/context/mptopdf/.
/texmf-dist/tex/generic/oberdiek/.
/texmf-dist/tex/generic/pdfescape/.
/texmf-dist/tex/generic/pdftex/.
/texmf-dist/tex/generic/pgf/.
/texmf-dist/tex/generic/pgf/basiclayer/.
/texmf-dist/tex/generic/pgf/frontendlayer/.
/texmf-dist/tex/generic/pgf/frontendlayer/tikz/.
/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/.
/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/.
/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/.
/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/.
/texmf-dist/tex/generic/pgf/graphdrawing/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/bindings/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/circular/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/deprecated/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/energybased/multilevelmixer/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/layered/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/misclayout/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/module/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/doc/ogdf/planarity/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/examples/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/experimental/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/experimental/evolving/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/algorithms/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/base/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/forcetypes/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/force/jedi/initialpositioning/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/interface/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/layered/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/lib/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/model/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/ogdf/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/pedigrees/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/phylogenetics/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/planar/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/routing/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/tools/.
/texmf-dist/tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/.
/texmf-dist/tex/generic/pgf/graphdrawing/tex/.
/texmf-dist/tex/generic/pgf/graphdrawing/tex/experimental/.
/texmf-dist/tex/generic/pgf/libraries/.
/texmf-dist/tex/generic/pgf/libraries/datavisualization/.
/texmf-dist/tex/generic/pgf/libraries/decorations/.
/texmf-dist/tex/generic/pgf/libraries/luamath/.
/texmf-dist/tex/generic/pgf/libraries/luamath/pgf/.
/texmf-dist/tex/generic/pgf/libraries/luamath/pgf/luamath/.
/texmf-dist/tex/generic/pgf/libraries/shapes/.
/texmf-dist/tex/generic/pgf/libraries/shapes/circuits/.
/texmf-dist/tex/generic/pgf/lua/.
/texmf-dist/tex/generic/pgf/lua/pgf/.
/texmf-dist/tex/generic/pgf/lua/pgf/manual/.
/texmf-dist/tex/generic/pgf/math/.
/texmf-dist/tex/generic/pgf/modules/.
/texmf-dist/tex/generic/pgf/systemlayer/.
/texmf-dist/tex/generic/pgf/utilities/.
/texmf-dist/tex/generic/stringenc/.
/texmf-dist/tex/generic/tex-ewd/.
/texmf-dist/tex/generic/tex-ini-files/.
/texmf-dist/tex/generic/thumbpdf/.
/texmf-dist/tex/generic/unicode-data/.
/texmf-dist/tex/generic/uniquecounter/.
/texmf-dist/tex/generic/witharrows/.
/texmf-dist/tex/generic/xkeyval/.
/texmf-dist/tex/luatex/.
/texmf-dist/tex/luatex/hyph-utf8/.
/texmf-dist/tex/luatex/lualibs/.
/texmf-dist/tex/luatex/luaotfload/.
/texmf-dist/tex/xelatex/.
/texmf-dist/tex/xelatex/mathspec/.
/texmf-dist/tex/xelatex/xltxtra/.
/texmf-dist/tex/xelatex/xunicode/.
/texmf-dist/tex/context/.
/texmf-dist/tex/context/base/.
/texmf-dist/tex/context/base/mkii/.
/texmf-dist/tex/context/third/.
/texmf-dist/tex/context/third/pgf/.
/texmf-dist/tex/context/third/pgf/basiclayer/.
/texmf-dist/tex/context/third/pgf/frontendlayer/.
/texmf-dist/tex/context/third/pgf/math/.
/texmf-dist/tex/context/third/pgf/systemlayer/.
/texmf-dist/tex/context/third/pgf/utilities/.
/texmf-dist/source/.
/texmf-dist/source/latex/.
/texmf-dist/source/latex/12many/.
/texmf-dist/source/latex/SIstyle/.
/texmf-dist/source/latex/SIunits/.
/texmf-dist/source/latex/alg/.
/texmf-dist/source/latex/algobox/.
/texmf-dist/source/latex/algorithms/.
/texmf-dist/source/latex/algxpar/.
/texmf-dist/source/latex/aligned-overset/.
/texmf-dist/source/latex/amscdx/.
/texmf-dist/source/latex/amscls/.
/texmf-dist/source/latex/amsfonts/.
/texmf-dist/source/latex/amsmath/.
/texmf-dist/source/latex/apxproof/.
/texmf-dist/source/latex/atbegshi/.
/texmf-dist/source/latex/attachfile2/.
/texmf-dist/source/latex/atveryend/.
/texmf-dist/source/latex/autobreak/.
/texmf-dist/source/latex/auxhook/.
/texmf-dist/source/latex/axodraw2/.
/texmf-dist/source/latex/babel/.
/texmf-dist/source/latex/backnaur/.
/texmf-dist/source/latex/bigintcalc/.
/texmf-dist/source/latex/binomexp/.
/texmf-dist/source/latex/bitpattern/.
/texmf-dist/source/latex/bitset/.
/texmf-dist/source/latex/bookmark/.
/texmf-dist/source/latex/booktabs/.
/texmf-dist/source/latex/bosisio/.
/texmf-dist/source/latex/bpchem/.
/texmf-dist/source/latex/breqn/.
/texmf-dist/source/latex/bropd/.
/texmf-dist/source/latex/bussproofs-extra/.
/texmf-dist/source/latex/bytefield/.
/texmf-dist/source/latex/calculation/.
/texmf-dist/source/latex/caption/.
/texmf-dist/source/latex/carlisle/.
/texmf-dist/source/latex/cascade/.
/texmf-dist/source/latex/ccfonts/.
/texmf-dist/source/latex/chemcompounds/.
/texmf-dist/source/latex/chemschemex/.
/texmf-dist/source/latex/chemsec/.
/texmf-dist/source/latex/chemstyle/.
/texmf-dist/source/latex/codeanatomy/.
/texmf-dist/source/latex/colortbl/.
/texmf-dist/source/latex/computational-complexity/.
/texmf-dist/source/latex/concmath/.
/texmf-dist/source/latex/conteq/.
/texmf-dist/source/latex/crop/.
/texmf-dist/source/latex/ctable/.
/texmf-dist/source/latex/delim/.
/texmf-dist/source/latex/delimset/.
/texmf-dist/source/latex/drawmatrix/.
/texmf-dist/source/latex/dyntree/.
/texmf-dist/source/latex/epstopdf-pkg/.
/texmf-dist/source/latex/eqnarray/.
/texmf-dist/source/latex/eso-pic/.
/texmf-dist/source/latex/etexcmds/.
/texmf-dist/source/latex/euenc/.
/texmf-dist/source/latex/euler/.
/texmf-dist/source/latex/euro/.
/texmf-dist/source/latex/extpfeil/.
/texmf-dist/source/latex/faktor/.
/texmf-dist/source/latex/fancyhdr/.
/texmf-dist/source/latex/fancyref/.
/texmf-dist/source/latex/fascicules/.
/texmf-dist/source/latex/filehook/.
/texmf-dist/source/latex/fix2col/.
/texmf-dist/source/latex/float/.
/texmf-dist/source/latex/fontspec/.
/texmf-dist/source/latex/footnotehyper/.
/texmf-dist/source/latex/fouridx/.
/texmf-dist/source/latex/functan/.
/texmf-dist/source/latex/galois/.
/texmf-dist/source/latex/geometry/.
/texmf-dist/source/latex/gettitlestring/.
/texmf-dist/source/latex/gotoh/.
/texmf-dist/source/latex/graphics/.
/texmf-dist/source/latex/grfext/.
/texmf-dist/source/latex/grffile/.
/texmf-dist/source/latex/grundgesetze/.
/texmf-dist/source/latex/hologo/.
/texmf-dist/source/latex/hycolor/.
/texmf-dist/source/latex/hyperref/.
/texmf-dist/source/latex/hyperref/doc/.
/texmf-dist/source/latex/ifplatform/.
/texmf-dist/source/latex/index/.
/texmf-dist/source/latex/infwarerr/.
/texmf-dist/source/latex/intcalc/.
/texmf-dist/source/latex/ionumbers/.
/texmf-dist/source/latex/karnaugh-map/.
/texmf-dist/source/latex/karnaughmap/.
/texmf-dist/source/latex/koma-script/.
/texmf-dist/source/latex/koma-script/doc/.
/texmf-dist/source/latex/koma-script/doc/bin/.
/texmf-dist/source/latex/koma-script/doc/english/.
/texmf-dist/source/latex/koma-script/doc/ngerman/.
/texmf-dist/source/latex/kvdefinekeys/.
/texmf-dist/source/latex/kvmap/.
/texmf-dist/source/latex/kvoptions/.
/texmf-dist/source/latex/kvsetkeys/.
/texmf-dist/source/latex/l3backend/.
/texmf-dist/source/latex/l3experimental/.
/texmf-dist/source/latex/l3experimental/l3benchmark/.
/texmf-dist/source/latex/l3experimental/l3cctab/.
/texmf-dist/source/latex/l3experimental/l3color/.
/texmf-dist/source/latex/l3experimental/l3draw/.
/texmf-dist/source/latex/l3experimental/l3graphics/.
/texmf-dist/source/latex/l3experimental/l3pdf/.
/texmf-dist/source/latex/l3experimental/l3str/.
/texmf-dist/source/latex/l3experimental/l3sys-shell/.
/texmf-dist/source/latex/l3experimental/xcoffins/.
/texmf-dist/source/latex/l3experimental/xgalley/.
/texmf-dist/source/latex/l3kernel/.
/texmf-dist/source/latex/l3packages/.
/texmf-dist/source/latex/l3packages/l3keys2e/.
/texmf-dist/source/latex/l3packages/xfp/.
/texmf-dist/source/latex/l3packages/xfrac/.
/texmf-dist/source/latex/l3packages/xparse/.
/texmf-dist/source/latex/l3packages/xtemplate/.
/texmf-dist/source/latex/base/.
/texmf-dist/source/latex/latexbug/.
/texmf-dist/source/latex/letterswitharrows/.
/texmf-dist/source/latex/lineno/.
/texmf-dist/source/latex/listings/.
/texmf-dist/source/latex/lm/.
/texmf-dist/source/latex/logicproof/.
/texmf-dist/source/latex/lplfitch/.
/texmf-dist/source/latex/lstbayes/.
/texmf-dist/source/latex/ltxcmds/.
/texmf-dist/source/latex/lwarp/.
/texmf-dist/source/latex/makecmds/.
/texmf-dist/source/latex/mathcommand/.
/texmf-dist/source/latex/mathcomp/.
/texmf-dist/source/latex/mathfixs/.
/texmf-dist/source/latex/mathpartir/.
/texmf-dist/source/latex/mathpazo/.
/texmf-dist/source/latex/mathpazo/inf/.
/texmf-dist/source/latex/mathpazo/pazofnst/.
/texmf-dist/source/latex/mathtools/.
/texmf-dist/source/latex/matlab-prettifier/.
/texmf-dist/source/latex/mattens/.
/texmf-dist/source/latex/mdwtools/.
/texmf-dist/source/latex/memoir/.
/texmf-dist/source/latex/metalogo/.
/texmf-dist/source/latex/mflogo/.
/texmf-dist/source/latex/mfnfss/.
/texmf-dist/source/latex/mgltex/.
/texmf-dist/source/latex/microtype/.
/texmf-dist/source/latex/miller/.
/texmf-dist/source/latex/mismath/.
/texmf-dist/source/latex/ms/.
/texmf-dist/source/latex/multiobjective/.
/texmf-dist/source/latex/natbib/.
/texmf-dist/source/latex/newfloat/.
/texmf-dist/source/latex/nicematrix/.
/texmf-dist/source/latex/ntgclass/.
/texmf-dist/source/latex/nucleardata/.
/texmf-dist/source/latex/oberdiek/.
/texmf-dist/source/latex/objectz/.
/texmf-dist/source/latex/parskip/.
/texmf-dist/source/latex/pdfescape/.
/texmf-dist/source/latex/pdflscape/.
/texmf-dist/source/latex/pdfpages/.
/texmf-dist/source/latex/pdftexcmds/.
/texmf-dist/source/latex/pm-isomath/.
/texmf-dist/source/latex/polyglossia/.
/texmf-dist/source/latex/proba/.
/texmf-dist/source/latex/proof-at-the-end/.
/texmf-dist/source/latex/psfrag/.
/texmf-dist/source/latex/pslatex/.
/texmf-dist/source/latex/pslatex/fontinst/.
/texmf-dist/source/latex/pslatex/shell/.
/texmf-dist/source/latex/psnfss/.
/texmf-dist/source/latex/pspicture/.
/texmf-dist/source/latex/qsharp/.
/texmf-dist/source/latex/ragged2e/.
/texmf-dist/source/latex/rcs/.
/texmf-dist/source/latex/rcs/src/.
/texmf-dist/source/latex/rcs/src/style/.
/texmf-dist/source/latex/rcs/src/test/.
/texmf-dist/source/latex/refcount/.
/texmf-dist/source/latex/rerunfilecheck/.
/texmf-dist/source/latex/revquantum/.
/texmf-dist/source/latex/rmathbr/.
/texmf-dist/source/latex/sclang-prettifier/.
/texmf-dist/source/latex/sesamanuel/.
/texmf-dist/source/latex/shuffle/.
/texmf-dist/source/latex/simplewick/.
/texmf-dist/source/latex/siunitx/.
/texmf-dist/source/latex/skmath/.
/texmf-dist/source/latex/spalign/.
/texmf-dist/source/latex/statistics/.
/texmf-dist/source/latex/statistik/.
/texmf-dist/source/latex/statmath/.
/texmf-dist/source/latex/steinmetz/.
/texmf-dist/source/latex/stringenc/.
/texmf-dist/source/latex/struktex/.
/texmf-dist/source/latex/subfig/.
/texmf-dist/source/latex/sympytexpackage/.
/texmf-dist/source/latex/tensor/.
/texmf-dist/source/latex/textcase/.
/texmf-dist/source/latex/textgreek/.
/texmf-dist/source/latex/textopo/.
/texmf-dist/source/latex/thmbox/.
/texmf-dist/source/latex/tools/.
/texmf-dist/source/latex/turnstile/.
/texmf-dist/source/latex/typehtml/.
/texmf-dist/source/latex/ucharcat/.
/texmf-dist/source/latex/ulqda/.
/texmf-dist/source/latex/unicode-math/.
/texmf-dist/source/latex/uniquecounter/.
/texmf-dist/source/latex/units/.
/texmf-dist/source/latex/unitsdef/.
/texmf-dist/source/latex/wasysym/.
/texmf-dist/source/latex/xcolor/.
/texmf-dist/source/latex/xkeyval/.
/texmf-dist/source/latex/xymtex/.
/texmf-dist/source/latex/xymtex/base/.
/texmf-dist/source/latex/xymtex/chemist/.
/texmf-dist/source/latex/xymtex/xymtxpdf/.
/texmf-dist/source/latex/xymtex/xymtxps/.
/texmf-dist/source/latex/youngtab/.
/texmf-dist/source/latex/ytableau/.
/texmf-dist/source/fonts/.
/texmf-dist/source/fonts/ae/.
/texmf-dist/source/fonts/chemarrow/.
/texmf-dist/source/fonts/fpl/.
/texmf-dist/source/fonts/marvosym/.
/texmf-dist/source/fonts/stmaryrd/.
/texmf-dist/source/fonts/tex-gyre/.
/texmf-dist/source/fonts/tex-gyre-math/.
/texmf-dist/source/fonts/yhmath/.
/texmf-dist/source/generic/.
/texmf-dist/source/generic/babel-english/.
/texmf-dist/source/generic/hyph-utf8/.
/texmf-dist/source/generic/hyph-utf8/contributed/.
/texmf-dist/source/generic/hyph-utf8/data/.
/texmf-dist/source/generic/hyph-utf8/data/encodings/.
/texmf-dist/source/generic/hyph-utf8/lib/.