-
Notifications
You must be signed in to change notification settings - Fork 142
/
Copy pathtexlive.lst
3493 lines (3493 loc) · 164 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-config/.
/texmf-dist/.
/texmf-dist/texconfig/.
/texmf-dist/texconfig/v/.
/texmf-dist/texconfig/g/.
/texmf-dist/texconfig/x/.
/texmf-dist/source/.
/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/languages/.
/texmf-dist/source/generic/hyph-utf8/languages/tr/.
/texmf-dist/source/generic/hyph-utf8/languages/mul-ethi/.
/texmf-dist/source/generic/hyph-utf8/languages/hy/.
/texmf-dist/source/generic/hyph-utf8/languages/gl/.
/texmf-dist/source/generic/hyph-utf8/languages/tk/.
/texmf-dist/source/generic/hyph-utf8/languages/eu/.
/texmf-dist/source/generic/hyph-utf8/languages/es/.
/texmf-dist/source/generic/hyph-utf8/data/.
/texmf-dist/source/generic/hyph-utf8/data/encodings/.
/texmf-dist/source/generic/ifxetex/.
/texmf-dist/source/latex/.
/texmf-dist/source/latex/colortbl/.
/texmf-dist/source/latex/carlisle/.
/texmf-dist/source/latex/natbib/.
/texmf-dist/source/latex/hyperref/.
/texmf-dist/source/latex/hyperref/doc/.
/texmf-dist/source/latex/hyperref/test/.
/texmf-dist/source/latex/amsmath/.
/texmf-dist/source/latex/pspicture/.
/texmf-dist/source/latex/babel/.
/texmf-dist/source/latex/mfnfss/.
/texmf-dist/source/latex/fix2col/.
/texmf-dist/source/latex/tools/.
/texmf-dist/source/latex/geometry/.
/texmf-dist/source/latex/graphics/.
/texmf-dist/source/latex/oberdiek/.
/texmf-dist/source/latex/oberdiek/catalogue/.
/texmf-dist/source/latex/mflogo/.
/texmf-dist/source/latex/psnfss/.
/texmf-dist/source/latex/pslatex/.
/texmf-dist/source/latex/pslatex/fontinst/.
/texmf-dist/source/latex/pslatex/shell/.
/texmf-dist/source/latex/base/.
/texmf-dist/source/latex/amsfonts/.
/texmf-dist/source/latex/amscls/.
/texmf-dist/source/luatex/.
/texmf-dist/source/luatex/hyph-utf8/.
/texmf-dist/source/fonts/.
/texmf-dist/source/fonts/ae/.
/texmf-dist/scripts/.
/texmf-dist/scripts/simpdftex/.
/texmf-dist/scripts/context/.
/texmf-dist/scripts/context/stubs/.
/texmf-dist/scripts/context/stubs/mswin/.
/texmf-dist/scripts/context/perl/.
/texmf-dist/scripts/lua-alt-getopt/.
/texmf-dist/scripts/oberdiek/.
/texmf-dist/scripts/texlive/.
/texmf-dist/scripts/texlive/lua/.
/texmf-dist/scripts/texlive/lua/texlive/.
/texmf-dist/scripts/texlive/var/.
/texmf-dist/tlpkg/.
/texmf-dist/tlpkg/tlpobj/.
/texmf-dist/bibtex/.
/texmf-dist/bibtex/bst/.
/texmf-dist/bibtex/bst/natbib/.
/texmf-dist/bibtex/bst/babelbib/.
/texmf-dist/bibtex/bst/base/.
/texmf-dist/bibtex/bst/amscls/.
/texmf-dist/bibtex/bib/.
/texmf-dist/bibtex/bib/oberdiek/.
/texmf-dist/bibtex/bib/base/.
/texmf-dist/tex/.
/texmf-dist/tex/generic/.
/texmf-dist/tex/generic/config/.
/texmf-dist/tex/generic/enctex/.
/texmf-dist/tex/generic/hyphen/.
/texmf-dist/tex/generic/pdftex/.
/texmf-dist/tex/generic/context/.
/texmf-dist/tex/generic/context/mptopdf/.
/texmf-dist/tex/generic/babel-english/.
/texmf-dist/tex/generic/babel/.
/texmf-dist/tex/generic/bibtex/.
/texmf-dist/tex/generic/dvips/.
/texmf-dist/tex/generic/oberdiek/.
/texmf-dist/tex/generic/knuth-lib/.
/texmf-dist/tex/generic/hyph-utf8/.
/texmf-dist/tex/generic/hyph-utf8/loadhyph/.
/texmf-dist/tex/generic/hyph-utf8/conversions/.
/texmf-dist/tex/generic/hyph-utf8/patterns/.
/texmf-dist/tex/generic/hyph-utf8/patterns/tex-8bit/.
/texmf-dist/tex/generic/hyph-utf8/patterns/txt/.
/texmf-dist/tex/generic/hyph-utf8/patterns/tex/.
/texmf-dist/tex/generic/hyph-utf8/patterns/quote/.
/texmf-dist/tex/generic/hyph-utf8/patterns/ptex/.
/texmf-dist/tex/generic/ifxetex/.
/texmf-dist/tex/latex/.
/texmf-dist/tex/latex/dvipdfmx-def/.
/texmf-dist/tex/latex/latexconfig/.
/texmf-dist/tex/latex/ae/.
/texmf-dist/tex/latex/colortbl/.
/texmf-dist/tex/latex/carlisle/.
/texmf-dist/tex/latex/natbib/.
/texmf-dist/tex/latex/hyperref/.
/texmf-dist/tex/latex/amsmath/.
/texmf-dist/tex/latex/pspicture/.
/texmf-dist/tex/latex/ltxmisc/.
/texmf-dist/tex/latex/mfnfss/.
/texmf-dist/tex/latex/fix2col/.
/texmf-dist/tex/latex/tools/.
/texmf-dist/tex/latex/geometry/.
/texmf-dist/tex/latex/graphics/.
/texmf-dist/tex/latex/babelbib/.
/texmf-dist/tex/latex/oberdiek/.
/texmf-dist/tex/latex/mflogo/.
/texmf-dist/tex/latex/psnfss/.
/texmf-dist/tex/latex/url/.
/texmf-dist/tex/latex/pslatex/.
/texmf-dist/tex/latex/base/.
/texmf-dist/tex/latex/amsfonts/.
/texmf-dist/tex/latex/amscls/.
/texmf-dist/tex/latex/pdftex-def/.
/texmf-dist/tex/latex/fancyhdr/.
/texmf-dist/tex/latex/etex-pkg/.
/texmf-dist/tex/luatex/.
/texmf-dist/tex/luatex/hyph-utf8/.
/texmf-dist/tex/context/.
/texmf-dist/tex/context/base/.
/texmf-dist/tex/plain/.
/texmf-dist/tex/plain/config/.
/texmf-dist/tex/plain/etex/.
/texmf-dist/tex/plain/knuth-local/.
/texmf-dist/tex/plain/makeindex/.
/texmf-dist/tex/plain/knuth-lib/.
/texmf-dist/tex/plain/base/.
/texmf-dist/tex/plain/amsfonts/.
/texmf-dist/metafont/.
/texmf-dist/metafont/config/.
/texmf-dist/metafont/misc/.
/texmf-dist/metafont/base/.
/texmf-dist/dvipdfmx/.
/texmf-dist/dvips/.
/texmf-dist/dvips/config/.
/texmf-dist/dvips/pspicture/.
/texmf-dist/dvips/tetex/.
/texmf-dist/dvips/gsftopk/.
/texmf-dist/dvips/base/.
/texmf-dist/dvips/xdvi/.
/texmf-dist/makeindex/.
/texmf-dist/makeindex/latex/.
/texmf-dist/makeindex/babel/.
/texmf-dist/makeindex/plain/.
/texmf-dist/makeindex/base/.
/texmf-dist/fonts/.
/texmf-dist/fonts/map/.
/texmf-dist/fonts/map/glyphlist/.
/texmf-dist/fonts/map/pdftex/.
/texmf-dist/fonts/map/pdftex/updmap/.
/texmf-dist/fonts/map/dvipdfmx/.
/texmf-dist/fonts/map/dvipdfmx/updmap/.
/texmf-dist/fonts/map/dvips/.
/texmf-dist/fonts/map/dvips/cm/.
/texmf-dist/fonts/map/dvips/updmap/.
/texmf-dist/fonts/map/dvips/dummy-space/.
/texmf-dist/fonts/map/dvips/tetex/.
/texmf-dist/fonts/map/dvips/psnfss/.
/texmf-dist/fonts/map/dvips/pslatex/.
/texmf-dist/fonts/map/dvips/amsfonts/.
/texmf-dist/fonts/source/.
/texmf-dist/fonts/source/public/.
/texmf-dist/fonts/source/public/etex/.
/texmf-dist/fonts/source/public/knuth-local/.
/texmf-dist/fonts/source/public/cm/.
/texmf-dist/fonts/source/public/mflogo/.
/texmf-dist/fonts/source/public/knuth-lib/.
/texmf-dist/fonts/source/public/latex-fonts/.
/texmf-dist/fonts/source/public/amsfonts/.
/texmf-dist/fonts/source/public/amsfonts/symbols/.
/texmf-dist/fonts/source/public/amsfonts/cmextra/.
/texmf-dist/fonts/source/public/amsfonts/dummy/.
/texmf-dist/fonts/source/public/amsfonts/cyrillic/.
/texmf-dist/fonts/type1/.
/texmf-dist/fonts/type1/public/.
/texmf-dist/fonts/type1/public/pdftex/.
/texmf-dist/fonts/type1/public/amsfonts/.
/texmf-dist/fonts/type1/public/amsfonts/symbols/.
/texmf-dist/fonts/type1/public/amsfonts/cm/.
/texmf-dist/fonts/type1/public/amsfonts/cmextra/.
/texmf-dist/fonts/type1/public/amsfonts/latxfont/.
/texmf-dist/fonts/type1/public/amsfonts/euler/.
/texmf-dist/fonts/type1/public/amsfonts/cyrillic/.
/texmf-dist/fonts/vf/.
/texmf-dist/fonts/vf/public/.
/texmf-dist/fonts/vf/public/ae/.
/texmf-dist/fonts/vf/public/pslatex/.
/texmf-dist/fonts/tfm/.
/texmf-dist/fonts/tfm/public/.
/texmf-dist/fonts/tfm/public/etex/.
/texmf-dist/fonts/tfm/public/knuth-local/.
/texmf-dist/fonts/tfm/public/cm/.
/texmf-dist/fonts/tfm/public/ae/.
/texmf-dist/fonts/tfm/public/pdftex/.
/texmf-dist/fonts/tfm/public/mflogo/.
/texmf-dist/fonts/tfm/public/knuth-lib/.
/texmf-dist/fonts/tfm/public/latex-fonts/.
/texmf-dist/fonts/tfm/public/pslatex/.
/texmf-dist/fonts/tfm/public/amsfonts/.
/texmf-dist/fonts/tfm/public/amsfonts/symbols/.
/texmf-dist/fonts/tfm/public/amsfonts/cmextra/.
/texmf-dist/fonts/tfm/public/amsfonts/euler/.
/texmf-dist/fonts/tfm/public/amsfonts/dummy/.
/texmf-dist/fonts/tfm/public/amsfonts/cyrillic/.
/texmf-dist/fonts/pk/.
/texmf-dist/fonts/pk/ljfour/.
/texmf-dist/fonts/pk/ljfour/public/.
/texmf-dist/fonts/pk/ljfour/public/cm/.
/texmf-dist/fonts/pk/ljfour/public/cm/dpi600/.
/texmf-dist/fonts/cmap/.
/texmf-dist/fonts/cmap/dvipdfmx/.
/texmf-dist/fonts/enc/.
/texmf-dist/fonts/enc/dvips/.
/texmf-dist/fonts/enc/dvips/tetex/.
/texmf-dist/fonts/enc/dvips/base/.
/texmf-dist/fonts/afm/.
/texmf-dist/fonts/afm/public/.
/texmf-dist/fonts/afm/public/amsfonts/.
/texmf-dist/fonts/afm/public/amsfonts/symbols/.
/texmf-dist/fonts/afm/public/amsfonts/cm/.
/texmf-dist/fonts/afm/public/amsfonts/cmextra/.
/texmf-dist/fonts/afm/public/amsfonts/latxfont/.
/texmf-dist/fonts/afm/public/amsfonts/euler/.
/texmf-dist/fonts/afm/public/amsfonts/cyrillic/.
/texmf-dist/mft/.
/texmf-dist/mft/knuth-local/.
/texmf-dist/mft/base/.
/texmf-dist/web2c/.
/texmf-dist/xdvi/.
/texmf-dist/xdvi/pixmap/.
/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/pdftex/.
/texmf-var/fonts/map/pdftex/updmap/.
/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/tfm/.
/texmf-var/fonts/pk/.
/texmf-var/web2c/.
/texmf-var/web2c/pdftex/.
/texmf-var/xdvi/.
/texmf-local/.
/texmf-local/metapost/.
/texmf-local/metapost/local/.
/texmf-local/doc/.
/texmf-local/doc/local/.
/texmf-local/tlpkg/.
/texmf-local/bibtex/.
/texmf-local/bibtex/bst/.
/texmf-local/bibtex/bst/local/.
/texmf-local/bibtex/bib/.
/texmf-local/bibtex/bib/local/.
/texmf-local/tex/.
/texmf-local/tex/latex/.
/texmf-local/tex/latex/local/.
/texmf-local/tex/plain/.
/texmf-local/tex/plain/local/.
/texmf-local/dvips/.
/texmf-local/dvips/local/.
/texmf-local/fonts/.
/texmf-local/fonts/source/.
/texmf-local/fonts/source/local/.
/texmf-local/fonts/type1/.
/texmf-local/fonts/type1/local/.
/texmf-local/fonts/vf/.
/texmf-local/fonts/vf/local/.
/texmf-local/fonts/tfm/.
/texmf-local/fonts/tfm/local/.
/texmf-local/web2c/.
/profile.input
/LICENSE.CTAN
/LICENSE.TL
/texmfcnf.lua
/texmf-config/ls-R
/README.usergroups
/release-texlive.txt
/README
/texmf-dist/texconfig/v/vt100
/texmf-dist/texconfig/g/generic
/texmf-dist/texconfig/README
/texmf-dist/texconfig/tcfmgr.map
/texmf-dist/texconfig/x/xterm
/texmf-dist/texconfig/tcfmgr
/texmf-dist/source/generic/babel-english/english.ins
/texmf-dist/source/generic/babel-english/english.dtx
/texmf-dist/source/generic/hyph-utf8/languages.rb
/texmf-dist/source/generic/hyph-utf8/generate-tl-files.rb
/texmf-dist/source/generic/hyph-utf8/contributed/make-exhyph.pl
/texmf-dist/source/generic/hyph-utf8/generate-ptex-patterns.rb
/texmf-dist/source/generic/hyph-utf8/README
/texmf-dist/source/generic/hyph-utf8/generate-webpage.rb
/texmf-dist/source/generic/hyph-utf8/generate-plain-patterns.rb
/texmf-dist/source/generic/hyph-utf8/hyph-utf8.rb
/texmf-dist/source/generic/hyph-utf8/languages/tr/README
/texmf-dist/source/generic/hyph-utf8/languages/tr/generate_patterns_tr.rb
/texmf-dist/source/generic/hyph-utf8/languages/mul-ethi/generate_patterns_mul-ethi.lua
/texmf-dist/source/generic/hyph-utf8/languages/hy/generate_patterns_hy.rb
/texmf-dist/source/generic/hyph-utf8/languages/gl/glhytec.tex
/texmf-dist/source/generic/hyph-utf8/languages/gl/glhyextr.tex
/texmf-dist/source/generic/hyph-utf8/languages/gl/glhymed.tex
/texmf-dist/source/generic/hyph-utf8/languages/gl/README
/texmf-dist/source/generic/hyph-utf8/languages/gl/glhyquim.tex
/texmf-dist/source/generic/hyph-utf8/languages/gl/glhyxeog.tex
/texmf-dist/source/generic/hyph-utf8/languages/gl/glhybiox.tex
/texmf-dist/source/generic/hyph-utf8/languages/gl/glpatter-utf8.tex
/texmf-dist/source/generic/hyph-utf8/languages/tk/generate_patterns_tk.rb
/texmf-dist/source/generic/hyph-utf8/languages/eu/generate_patterns_eu.rb
/texmf-dist/source/generic/hyph-utf8/languages/es/README
/texmf-dist/source/generic/hyph-utf8/languages/es/eshyph-make.lua
/texmf-dist/source/generic/hyph-utf8/languages/es/eshyph.src
/texmf-dist/source/generic/hyph-utf8/generate-converters.rb
/texmf-dist/source/generic/hyph-utf8/data/encodings/texnansi.dat
/texmf-dist/source/generic/hyph-utf8/data/encodings/t8m.dat
/texmf-dist/source/generic/hyph-utf8/data/encodings/lth.dat
/texmf-dist/source/generic/hyph-utf8/data/encodings/il2.dat
/texmf-dist/source/generic/hyph-utf8/data/encodings/t2a.dat
/texmf-dist/source/generic/hyph-utf8/data/encodings/ec.dat
/texmf-dist/source/generic/hyph-utf8/data/encodings/il3.dat
/texmf-dist/source/generic/hyph-utf8/data/encodings/lmc.dat
/texmf-dist/source/generic/hyph-utf8/data/encodings/qx.dat
/texmf-dist/source/generic/hyph-utf8/data/encodings/l7x.dat
/texmf-dist/source/generic/hyph-utf8/generate-pattern-loaders.rb
/texmf-dist/source/generic/ifxetex/ifxetex.tex
/texmf-dist/source/generic/ifxetex/ifxetex.ins
/texmf-dist/source/latex/colortbl/colortbl.dtx
/texmf-dist/source/latex/colortbl/colortbl.ins
/texmf-dist/source/latex/carlisle/ltxtable.tex
/texmf-dist/source/latex/natbib/natbib.ins
/texmf-dist/source/latex/natbib/natbib.dtx
/texmf-dist/source/latex/natbib/bibentry.dtx
/texmf-dist/source/latex/natbib/bibentry.ins
/texmf-dist/source/latex/natbib/bibentry.drv
/texmf-dist/source/latex/hyperref/psdmapshortnames.pl
/texmf-dist/source/latex/hyperref/doc/fdl.tex
/texmf-dist/source/latex/hyperref/doc/manual.tex
/texmf-dist/source/latex/hyperref/doc/options.tex
/texmf-dist/source/latex/hyperref/hyperref.ins
/texmf-dist/source/latex/hyperref/backref.dtx
/texmf-dist/source/latex/hyperref/test/Makefile
/texmf-dist/source/latex/hyperref/test/picture.png
/texmf-dist/source/latex/hyperref/test/test1.tex
/texmf-dist/source/latex/hyperref/test/testbmgl.tex
/texmf-dist/source/latex/hyperref/test/testbib.bib
/texmf-dist/source/latex/hyperref/test/bit.tex
/texmf-dist/source/latex/hyperref/test/testnb.tex
/texmf-dist/source/latex/hyperref/test/testbib.tex
/texmf-dist/source/latex/hyperref/test/hog.eps
/texmf-dist/source/latex/hyperref/test/test6.tex
/texmf-dist/source/latex/hyperref/test/picture.eps
/texmf-dist/source/latex/hyperref/test/test3.tex
/texmf-dist/source/latex/hyperref/test/test2.tex
/texmf-dist/source/latex/hyperref/test/test0.tex
/texmf-dist/source/latex/hyperref/test/test7.tex
/texmf-dist/source/latex/hyperref/test/testurl.bib
/texmf-dist/source/latex/hyperref/test/testform.tex
/texmf-dist/source/latex/hyperref/test/testslide.tex
/texmf-dist/source/latex/hyperref/test/hog.pdf
/texmf-dist/source/latex/hyperref/test/phys2.jpg
/texmf-dist/source/latex/hyperref/test/testbookmark.tex
/texmf-dist/source/latex/hyperref/test/testams.tex
/texmf-dist/source/latex/hyperref/test/testurl.tex
/texmf-dist/source/latex/hyperref/test/test4.tex
/texmf-dist/source/latex/hyperref/test/testinfo.tex
/texmf-dist/source/latex/hyperref/test/test8.tex
/texmf-dist/source/latex/hyperref/test/testurl.bbl
/texmf-dist/source/latex/hyperref/test/testfor2.tex
/texmf-dist/source/latex/hyperref/test/testoz.tex
/texmf-dist/source/latex/hyperref/test/testbib.bbl
/texmf-dist/source/latex/hyperref/test/test-bm-pu-licr.tex
/texmf-dist/source/latex/hyperref/test/testbmu.tex
/texmf-dist/source/latex/hyperref/test/picture.pdf
/texmf-dist/source/latex/hyperref/test/phys1.jpg
/texmf-dist/source/latex/hyperref/nameref.dtx
/texmf-dist/source/latex/hyperref/bmhydoc.sty
/texmf-dist/source/latex/hyperref/hyperref.dtx
/texmf-dist/source/latex/amsmath/manifest.txt
/texmf-dist/source/latex/amsmath/subeqn.tex
/texmf-dist/source/latex/amsmath/amsmath.dtx
/texmf-dist/source/latex/amsmath/install.txt
/texmf-dist/source/latex/amsmath/technote.tex
/texmf-dist/source/latex/amsmath/amstext.ins
/texmf-dist/source/latex/amsmath/README
/texmf-dist/source/latex/amsmath/amscd.dtx
/texmf-dist/source/latex/amsmath/amsgen.ins
/texmf-dist/source/latex/amsmath/diffs-m.txt
/texmf-dist/source/latex/amsmath/testmath.tex
/texmf-dist/source/latex/amsmath/amsbsy.ins
/texmf-dist/source/latex/amsmath/amsbsy.dtx
/texmf-dist/source/latex/amsmath/amscd.ins
/texmf-dist/source/latex/amsmath/amsmath.ins
/texmf-dist/source/latex/amsmath/amsxtra.ins
/texmf-dist/source/latex/amsmath/amsxtra.dtx
/texmf-dist/source/latex/amsmath/amsopn.dtx
/texmf-dist/source/latex/amsmath/amsopn.ins
/texmf-dist/source/latex/amsmath/amsgen.dtx
/texmf-dist/source/latex/amsmath/amsldoc.tex
/texmf-dist/source/latex/amsmath/amstext.dtx
/texmf-dist/source/latex/pspicture/pspicture.ins
/texmf-dist/source/latex/pspicture/pspicture.dtx
/texmf-dist/source/latex/babel/bbidxglo.dtx
/texmf-dist/source/latex/babel/bbcompat.dtx
/texmf-dist/source/latex/babel/babel.ins
/texmf-dist/source/latex/babel/babel.dtx
/texmf-dist/source/latex/babel/bbunicode.dtx
/texmf-dist/source/latex/mfnfss/pandora.ins
/texmf-dist/source/latex/mfnfss/pandora.dtx
/texmf-dist/source/latex/mfnfss/oldgerm.ins
/texmf-dist/source/latex/mfnfss/oldgerm.dtx
/texmf-dist/source/latex/fix2col/fix2col.dtx
/texmf-dist/source/latex/fix2col/fix2col.ins
/texmf-dist/source/latex/tools/tabularx.dtx
/texmf-dist/source/latex/tools/bm.dtx
/texmf-dist/source/latex/tools/bm.ins
/texmf-dist/source/latex/tools/rawfonts.dtx
/texmf-dist/source/latex/tools/trace.dtx
/texmf-dist/source/latex/tools/ftnright.dtx
/texmf-dist/source/latex/tools/indentfirst.dtx
/texmf-dist/source/latex/tools/longtable.dtx
/texmf-dist/source/latex/tools/delarray.dtx
/texmf-dist/source/latex/tools/tabularx.ins
/texmf-dist/source/latex/tools/fontsmpl.dtx
/texmf-dist/source/latex/tools/calc.dtx
/texmf-dist/source/latex/tools/multicol.ins
/texmf-dist/source/latex/tools/varioref.dtx
/texmf-dist/source/latex/tools/showkeys.dtx
/texmf-dist/source/latex/tools/afterpage.ins
/texmf-dist/source/latex/tools/enumerate.dtx
/texmf-dist/source/latex/tools/xr.dtx
/texmf-dist/source/latex/tools/longtable.ins
/texmf-dist/source/latex/tools/verbatim.dtx
/texmf-dist/source/latex/tools/layout.dtx
/texmf-dist/source/latex/tools/array.dtx
/texmf-dist/source/latex/tools/fileerr.dtx
/texmf-dist/source/latex/tools/multicol.dtx
/texmf-dist/source/latex/tools/dcolumn.dtx
/texmf-dist/source/latex/tools/tools.ins
/texmf-dist/source/latex/tools/xspace.dtx
/texmf-dist/source/latex/tools/varioref.ins
/texmf-dist/source/latex/tools/somedefs.dtx
/texmf-dist/source/latex/tools/afterpage.dtx
/texmf-dist/source/latex/tools/hhline.dtx
/texmf-dist/source/latex/tools/theorem.dtx
/texmf-dist/source/latex/geometry/geometry.drv
/texmf-dist/source/latex/geometry/geometry.dtx
/texmf-dist/source/latex/geometry/geometry.ins
/texmf-dist/source/latex/graphics/graphics.dtx
/texmf-dist/source/latex/graphics/graphics.ins
/texmf-dist/source/latex/graphics/epsfig.dtx
/texmf-dist/source/latex/graphics/keyval.dtx
/texmf-dist/source/latex/graphics/graphicx.dtx
/texmf-dist/source/latex/graphics/color.dtx
/texmf-dist/source/latex/graphics/graphics-drivers.ins
/texmf-dist/source/latex/graphics/lscape.dtx
/texmf-dist/source/latex/graphics/trig.dtx
/texmf-dist/source/latex/graphics/drivers.dtx
/texmf-dist/source/latex/oberdiek/pdftexcmds.dtx
/texmf-dist/source/latex/oberdiek/transparent.dtx
/texmf-dist/source/latex/oberdiek/letltxmacro.dtx
/texmf-dist/source/latex/oberdiek/epstopdf.dtx
/texmf-dist/source/latex/oberdiek/bitset.dtx
/texmf-dist/source/latex/oberdiek/dvipscol.dtx
/texmf-dist/source/latex/oberdiek/magicnum.dtx
/texmf-dist/source/latex/oberdiek/atbegshi.dtx
/texmf-dist/source/latex/oberdiek/pdfcolfoot.dtx
/texmf-dist/source/latex/oberdiek/pagegrid.dtx
/texmf-dist/source/latex/oberdiek/catalogue/hopatch.xml
/texmf-dist/source/latex/oberdiek/catalogue/listingsutf8.xml
/texmf-dist/source/latex/oberdiek/catalogue/magicnum.xml
/texmf-dist/source/latex/oberdiek/catalogue/pdfrender.xml
/texmf-dist/source/latex/oberdiek/catalogue/iflang.xml
/texmf-dist/source/latex/oberdiek/catalogue/flags.xml
/texmf-dist/source/latex/oberdiek/catalogue/ifluatex.xml
/texmf-dist/source/latex/oberdiek/catalogue/stackrel.xml
/texmf-dist/source/latex/oberdiek/catalogue/alphalph.xml
/texmf-dist/source/latex/oberdiek/catalogue/hycolor.xml
/texmf-dist/source/latex/oberdiek/catalogue/etexcmds.xml
/texmf-dist/source/latex/oberdiek/catalogue/zref.xml
/texmf-dist/source/latex/oberdiek/catalogue/scrindex.xml
/texmf-dist/source/latex/oberdiek/catalogue/kvoptions.xml
/texmf-dist/source/latex/oberdiek/catalogue/grfext.xml
/texmf-dist/source/latex/oberdiek/catalogue/refcount.xml
/texmf-dist/source/latex/oberdiek/catalogue/pdfcolfoot.xml
/texmf-dist/source/latex/oberdiek/catalogue/ifdraft.xml
/texmf-dist/source/latex/oberdiek/catalogue/stampinclude.xml
/texmf-dist/source/latex/oberdiek/catalogue/makerobust.xml
/texmf-dist/source/latex/oberdiek/catalogue/centernot.xml
/texmf-dist/source/latex/oberdiek/catalogue/grffile.xml
/texmf-dist/source/latex/oberdiek/catalogue/luatex.xml
/texmf-dist/source/latex/oberdiek/catalogue/mleftright.xml
/texmf-dist/source/latex/oberdiek/catalogue/pdfcolmk.xml
/texmf-dist/source/latex/oberdiek/catalogue/selinput.xml
/texmf-dist/source/latex/oberdiek/catalogue/bitset.xml
/texmf-dist/source/latex/oberdiek/catalogue/ifpdf.xml
/texmf-dist/source/latex/oberdiek/catalogue/settobox.xml
/texmf-dist/source/latex/oberdiek/catalogue/transparent.xml
/texmf-dist/source/latex/oberdiek/catalogue/catchfile.xml
/texmf-dist/source/latex/oberdiek/catalogue/inputenx.xml
/texmf-dist/source/latex/oberdiek/catalogue/pagesel.xml
/texmf-dist/source/latex/oberdiek/catalogue/letltxmacro.xml
/texmf-dist/source/latex/oberdiek/catalogue/rerunfilecheck.xml
/texmf-dist/source/latex/oberdiek/catalogue/hobsub.xml
/texmf-dist/source/latex/oberdiek/catalogue/gettitlestring.xml
/texmf-dist/source/latex/oberdiek/catalogue/pdfescape.xml
/texmf-dist/source/latex/oberdiek/catalogue/ltxcmds.xml
/texmf-dist/source/latex/oberdiek/catalogue/hypbmsec.xml
/texmf-dist/source/latex/oberdiek/catalogue/chemarr.xml
/texmf-dist/source/latex/oberdiek/catalogue/picture.xml
/texmf-dist/source/latex/oberdiek/catalogue/resizegather.xml
/texmf-dist/source/latex/oberdiek/catalogue/accsupp.xml
/texmf-dist/source/latex/oberdiek/catalogue/hologo.xml
/texmf-dist/source/latex/oberdiek/catalogue/infwarerr.xml
/texmf-dist/source/latex/oberdiek/catalogue/engord.xml
/texmf-dist/source/latex/oberdiek/catalogue/attachfile2.xml
/texmf-dist/source/latex/oberdiek/catalogue/ifvtex.xml
/texmf-dist/source/latex/oberdiek/catalogue/pdfcolparcolumns.xml
/texmf-dist/source/latex/oberdiek/catalogue/classlist.xml
/texmf-dist/source/latex/oberdiek/catalogue/uniquecounter.xml
/texmf-dist/source/latex/oberdiek/catalogue/auxhook.xml
/texmf-dist/source/latex/oberdiek/catalogue/pdfcrypt.xml
/texmf-dist/source/latex/oberdiek/catalogue/twoopt.xml
/texmf-dist/source/latex/oberdiek/catalogue/pdfcolparallel.xml
/texmf-dist/source/latex/oberdiek/catalogue/eolgrab.xml
/texmf-dist/source/latex/oberdiek/catalogue/telprint.xml
/texmf-dist/source/latex/oberdiek/catalogue/hyphsubst.xml
/texmf-dist/source/latex/oberdiek/catalogue/pdftexcmds.xml
/texmf-dist/source/latex/oberdiek/catalogue/hypdestopt.xml
/texmf-dist/source/latex/oberdiek/catalogue/bookmark.xml
/texmf-dist/source/latex/oberdiek/catalogue/protecteddef.xml
/texmf-dist/source/latex/oberdiek/catalogue/hypcap.xml
/texmf-dist/source/latex/oberdiek/catalogue/aliascnt.xml
/texmf-dist/source/latex/oberdiek/catalogue/embedfile.xml
/texmf-dist/source/latex/oberdiek/catalogue/pdflscape.xml
/texmf-dist/source/latex/oberdiek/catalogue/kvdefinekeys.xml
/texmf-dist/source/latex/oberdiek/catalogue/bigintcalc.xml
/texmf-dist/source/latex/oberdiek/catalogue/setouterhbox.xml
/texmf-dist/source/latex/oberdiek/catalogue/pagegrid.xml
/texmf-dist/source/latex/oberdiek/catalogue/hypdoc.xml
/texmf-dist/source/latex/oberdiek/catalogue/luacolor.xml
/texmf-dist/source/latex/oberdiek/catalogue/tabularkv.xml
/texmf-dist/source/latex/oberdiek/catalogue/atveryend.xml
/texmf-dist/source/latex/oberdiek/catalogue/intcalc.xml
/texmf-dist/source/latex/oberdiek/catalogue/askinclude.xml
/texmf-dist/source/latex/oberdiek/catalogue/rotchiffre.xml
/texmf-dist/source/latex/oberdiek/catalogue/kvsetkeys.xml
/texmf-dist/source/latex/oberdiek/catalogue/bmpsize.xml
/texmf-dist/source/latex/oberdiek/catalogue/stringenc.xml
/texmf-dist/source/latex/oberdiek/catalogue/hypgotoe.xml
/texmf-dist/source/latex/oberdiek/catalogue/colonequals.xml
/texmf-dist/source/latex/oberdiek/catalogue/pmboxdraw.xml
/texmf-dist/source/latex/oberdiek/catalogue/soulutf8.xml
/texmf-dist/source/latex/oberdiek/catalogue/epstopdf-pkg.xml
/texmf-dist/source/latex/oberdiek/catalogue/tabularht.xml
/texmf-dist/source/latex/oberdiek/catalogue/dvipscol.xml
/texmf-dist/source/latex/oberdiek/catalogue/atbegshi.xml
/texmf-dist/source/latex/oberdiek/catalogue/holtxdoc.xml
/texmf-dist/source/latex/oberdiek/catalogue/pdfcol.xml
/texmf-dist/source/latex/oberdiek/catalogue/atenddvi.xml
/texmf-dist/source/latex/oberdiek/hyphsubst.dtx
/texmf-dist/source/latex/oberdiek/hologo.dtx
/texmf-dist/source/latex/oberdiek/inputenx.dtx
/texmf-dist/source/latex/oberdiek/enparen.dtx
/texmf-dist/source/latex/oberdiek/kvoptions.dtx
/texmf-dist/source/latex/oberdiek/embedfile.dtx
/texmf-dist/source/latex/oberdiek/aliascnt.dtx
/texmf-dist/source/latex/oberdiek/bookmark.dtx
/texmf-dist/source/latex/oberdiek/atenddvi.dtx
/texmf-dist/source/latex/oberdiek/hypdestopt.dtx
/texmf-dist/source/latex/oberdiek/pdfcolparcolumns.dtx
/texmf-dist/source/latex/oberdiek/iflang.dtx
/texmf-dist/source/latex/oberdiek/tabularht.dtx
/texmf-dist/source/latex/oberdiek/flags.dtx
/texmf-dist/source/latex/oberdiek/pdfescape.dtx
/texmf-dist/source/latex/oberdiek/thepdfnumber.dtx
/texmf-dist/source/latex/oberdiek/pdfcolmk.dtx
/texmf-dist/source/latex/oberdiek/chemarr.dtx
/texmf-dist/source/latex/oberdiek/zref.dtx
/texmf-dist/source/latex/oberdiek/eolgrab.dtx
/texmf-dist/source/latex/oberdiek/selinput.dtx
/texmf-dist/source/latex/oberdiek/rotchiffre.dtx
/texmf-dist/source/latex/oberdiek/pmboxdraw.dtx
/texmf-dist/source/latex/oberdiek/catchfile.dtx
/texmf-dist/source/latex/oberdiek/resizegather.dtx
/texmf-dist/source/latex/oberdiek/colonequals.dtx
/texmf-dist/source/latex/oberdiek/ltxcmds.dtx
/texmf-dist/source/latex/oberdiek/centernot.dtx
/texmf-dist/source/latex/oberdiek/kvdefinekeys.dtx
/texmf-dist/source/latex/oberdiek/auxhook.dtx
/texmf-dist/source/latex/oberdiek/oberdiek.ins
/texmf-dist/source/latex/oberdiek/ifluatex.dtx
/texmf-dist/source/latex/oberdiek/stringenc.dtx
/texmf-dist/source/latex/oberdiek/pdfcrypt.dtx
/texmf-dist/source/latex/oberdiek/oberdiek.tex
/texmf-dist/source/latex/oberdiek/engord.dtx
/texmf-dist/source/latex/oberdiek/alphalph.dtx
/texmf-dist/source/latex/oberdiek/hypcap.dtx
/texmf-dist/source/latex/oberdiek/hypgotoe.dtx
/texmf-dist/source/latex/oberdiek/hypdoc.dtx
/texmf-dist/source/latex/oberdiek/infwarerr.dtx
/texmf-dist/source/latex/oberdiek/pdfcolparallel.dtx
/texmf-dist/source/latex/oberdiek/grfext.dtx
/texmf-dist/source/latex/oberdiek/fibnum.dtx
/texmf-dist/source/latex/oberdiek/etexcmds.dtx
/texmf-dist/source/latex/oberdiek/settobox.dtx
/texmf-dist/source/latex/oberdiek/hologo-eroux.patch
/texmf-dist/source/latex/oberdiek/hypbmsec.dtx
/texmf-dist/source/latex/oberdiek/hycolor.dtx
/texmf-dist/source/latex/oberdiek/hopatch.dtx
/texmf-dist/source/latex/oberdiek/pdfcol.dtx
/texmf-dist/source/latex/oberdiek/setouterhbox.dtx
/texmf-dist/source/latex/oberdiek/bmpsize.dtx
/texmf-dist/source/latex/oberdiek/readme-ctan.txt
/texmf-dist/source/latex/oberdiek/attachfile2.dtx
/texmf-dist/source/latex/oberdiek/stampinclude.dtx
/texmf-dist/source/latex/oberdiek/ifpdf.dtx
/texmf-dist/source/latex/oberdiek/scrindex.dtx
/texmf-dist/source/latex/oberdiek/makerobust.dtx
/texmf-dist/source/latex/oberdiek/uniquecounter.dtx
/texmf-dist/source/latex/oberdiek/accsupp.dtx
/texmf-dist/source/latex/oberdiek/hobsub.dtx
/texmf-dist/source/latex/oberdiek/tabularkv.dtx
/texmf-dist/source/latex/oberdiek/twoopt.dtx
/texmf-dist/source/latex/oberdiek/pdftexcmds-eroux.patch
/texmf-dist/source/latex/oberdiek/rerunfilecheck.dtx
/texmf-dist/source/latex/oberdiek/holtxdoc.dtx
/texmf-dist/source/latex/oberdiek/atveryend.dtx
/texmf-dist/source/latex/oberdiek/mleftright.dtx
/texmf-dist/source/latex/oberdiek/gettitlestring.dtx
/texmf-dist/source/latex/oberdiek/kvsetkeys.dtx
/texmf-dist/source/latex/oberdiek/grffile.dtx
/texmf-dist/source/latex/oberdiek/listingsutf8.dtx
/texmf-dist/source/latex/oberdiek/luacolor.dtx
/texmf-dist/source/latex/oberdiek/pdfrender.dtx
/texmf-dist/source/latex/oberdiek/bigintcalc.dtx
/texmf-dist/source/latex/oberdiek/ifvtex.dtx
/texmf-dist/source/latex/oberdiek/classlist.dtx
/texmf-dist/source/latex/oberdiek/telprint.dtx
/texmf-dist/source/latex/oberdiek/pagesel.dtx
/texmf-dist/source/latex/oberdiek/refcount.dtx
/texmf-dist/source/latex/oberdiek/protecteddef.dtx
/texmf-dist/source/latex/oberdiek/intcalc.dtx
/texmf-dist/source/latex/oberdiek/soulutf8.dtx
/texmf-dist/source/latex/oberdiek/ifdraft.dtx
/texmf-dist/source/latex/oberdiek/stackrel.dtx
/texmf-dist/source/latex/oberdiek/picture.dtx
/texmf-dist/source/latex/oberdiek/pdflscape.dtx
/texmf-dist/source/latex/oberdiek/askinclude.dtx
/texmf-dist/source/latex/oberdiek/luatex.dtx
/texmf-dist/source/latex/mflogo/mflogo.ins
/texmf-dist/source/latex/mflogo/mflogo.dtx
/texmf-dist/source/latex/psnfss/psfonts.ins
/texmf-dist/source/latex/psnfss/psfonts.dtx
/texmf-dist/source/latex/psnfss/psnfss2e.tex
/texmf-dist/source/latex/pslatex/fontinst/pslatex.tex
/texmf-dist/source/latex/pslatex/shell/pslatex.bat
/texmf-dist/source/latex/pslatex/shell/pslatex
/texmf-dist/source/latex/base/ltfsscmp.dtx
/texmf-dist/source/latex/base/ltnews13.tex
/texmf-dist/source/latex/base/latexsym.ins
/texmf-dist/source/latex/base/ifthen.ins
/texmf-dist/source/latex/base/ltboxes.dtx
/texmf-dist/source/latex/base/unpack.ins
/texmf-dist/source/latex/base/cmfonts.ins
/texmf-dist/source/latex/base/lterror.dtx
/texmf-dist/source/latex/base/proc.dtx
/texmf-dist/source/latex/base/ltoutenc.ins
/texmf-dist/source/latex/base/graphpap.dtx
/texmf-dist/source/latex/base/ltnews12.tex
/texmf-dist/source/latex/base/ltnews01.tex
/texmf-dist/source/latex/base/lttab.dtx
/texmf-dist/source/latex/base/ec.ins
/texmf-dist/source/latex/base/inputenc.dtx
/texmf-dist/source/latex/base/ltnews16.tex
/texmf-dist/source/latex/base/ltnews05.tex
/texmf-dist/source/latex/base/fontdef.dtx
/texmf-dist/source/latex/base/ltfloat.dtx
/texmf-dist/source/latex/base/letter.ins
/texmf-dist/source/latex/base/ltfssdcl.dtx
/texmf-dist/source/latex/base/fix-cm.dtx
/texmf-dist/source/latex/base/ltoutenc.dtx
/texmf-dist/source/latex/base/slides.ins
/texmf-dist/source/latex/base/ltdefns.dtx
/texmf-dist/source/latex/base/ltcntrl.dtx
/texmf-dist/source/latex/base/ltlength.dtx
/texmf-dist/source/latex/base/ltnews18.tex
/texmf-dist/source/latex/base/ltfssbas.dtx
/texmf-dist/source/latex/base/ltlists.dtx
/texmf-dist/source/latex/base/ltnews20.tex
/texmf-dist/source/latex/base/exscale.ins
/texmf-dist/source/latex/base/ltnews23.tex
/texmf-dist/source/latex/base/cmfonts.fdd
/texmf-dist/source/latex/base/proc.ins
/texmf-dist/source/latex/base/ltfsstrc.dtx
/texmf-dist/source/latex/base/ltthm.dtx
/texmf-dist/source/latex/base/ltunicode.dtx
/texmf-dist/source/latex/base/latexrelease.ins
/texmf-dist/source/latex/base/docstrip.ins
/texmf-dist/source/latex/base/format.ins
/texmf-dist/source/latex/base/classes.dtx
/texmf-dist/source/latex/base/newlfont.dtx
/texmf-dist/source/latex/base/ltmiscen.dtx
/texmf-dist/source/latex/base/ltnews19.tex
/texmf-dist/source/latex/base/oldlfont.dtx
/texmf-dist/source/latex/base/ifthen.dtx
/texmf-dist/source/latex/base/ltidxglo.dtx
/texmf-dist/source/latex/base/ltlogos.dtx
/texmf-dist/source/latex/base/letter.dtx
/texmf-dist/source/latex/base/ltnews21.tex
/texmf-dist/source/latex/base/cmextra.ins
/texmf-dist/source/latex/base/alltt.ins
/texmf-dist/source/latex/base/ltnews11.tex
/texmf-dist/source/latex/base/exscale.dtx
/texmf-dist/source/latex/base/nfssfont.dtx
/texmf-dist/source/latex/base/ltpar.dtx
/texmf-dist/source/latex/base/olddc.ins
/texmf-dist/source/latex/base/ltxref.dtx
/texmf-dist/source/latex/base/ltfntcmd.dtx
/texmf-dist/source/latex/base/ltpictur.dtx
/texmf-dist/source/latex/base/ltoutput.dtx
/texmf-dist/source/latex/base/ltfiles.dtx
/texmf-dist/source/latex/base/ltnews10.tex
/texmf-dist/source/latex/base/inputenc.ins
/texmf-dist/source/latex/base/ltmath.dtx
/texmf-dist/source/latex/base/ltnews06.tex
/texmf-dist/source/latex/base/ltnews04.tex
/texmf-dist/source/latex/base/ltbibl.dtx
/texmf-dist/source/latex/base/ltsect.dtx
/texmf-dist/source/latex/base/preload.dtx
/texmf-dist/source/latex/base/ltcounts.dtx
/texmf-dist/source/latex/base/latexrelease.dtx
/texmf-dist/source/latex/base/alltt.dtx
/texmf-dist/source/latex/base/ltnews15.tex
/texmf-dist/source/latex/base/docstrip.dtx
/texmf-dist/source/latex/base/slides.dtx
/texmf-dist/source/latex/base/ltplain.dtx
/texmf-dist/source/latex/base/ltvers.dtx
/texmf-dist/source/latex/base/latex209.ins
/texmf-dist/source/latex/base/syntonly.ins
/texmf-dist/source/latex/base/ltnews14.tex
/texmf-dist/source/latex/base/ltnews02.tex
/texmf-dist/source/latex/base/syntonly.dtx
/texmf-dist/source/latex/base/ltfinal.dtx
/texmf-dist/source/latex/base/newdc.ins
/texmf-dist/source/latex/base/classes.ins
/texmf-dist/source/latex/base/slifonts.fdd
/texmf-dist/source/latex/base/ltfssini.dtx
/texmf-dist/source/latex/base/ltnews07.tex
/texmf-dist/source/latex/base/nfssfont.ins
/texmf-dist/source/latex/base/ltluatex.dtx
/texmf-dist/source/latex/base/ltnews22.tex
/texmf-dist/source/latex/base/ltnews09.tex
/texmf-dist/source/latex/base/graphpap.ins
/texmf-dist/source/latex/base/ltpageno.dtx
/texmf-dist/source/latex/base/ltalloc.dtx
/texmf-dist/source/latex/base/ltnews08.tex
/texmf-dist/source/latex/base/ltpage.dtx
/texmf-dist/source/latex/base/doc.dtx
/texmf-dist/source/latex/base/ltdirchk.dtx
/texmf-dist/source/latex/base/ltclass.dtx
/texmf-dist/source/latex/base/makeindx.dtx
/texmf-dist/source/latex/base/ltxdoc.dtx
/texmf-dist/source/latex/base/makeindx.ins
/texmf-dist/source/latex/base/ltnews03.tex
/texmf-dist/source/latex/base/lthyphen.dtx
/texmf-dist/source/latex/base/latexsym.dtx
/texmf-dist/source/latex/base/ltspace.dtx
/texmf-dist/source/latex/base/fix-cm.ins
/texmf-dist/source/latex/base/utf8ienc.dtx
/texmf-dist/source/latex/base/latex209.dtx
/texmf-dist/source/latex/base/ltnews17.tex
/texmf-dist/source/latex/amsfonts/manifest.txt
/texmf-dist/source/latex/amsfonts/amsfndoc.ins
/texmf-dist/source/latex/amsfonts/amsfonts.faq
/texmf-dist/source/latex/amsfonts/cmmib57.dtx
/texmf-dist/source/latex/amsfonts/amsfonts.dtx
/texmf-dist/source/latex/amsfonts/eufrak.dtx
/texmf-dist/source/latex/amsfonts/amsfonts.bug
/texmf-dist/source/latex/amsfonts/amssymb.dtx
/texmf-dist/source/latex/amsfonts/euscript.dtx
/texmf-dist/source/latex/amsfonts/amsfonts.ins
/texmf-dist/source/latex/amsfonts/amsfndoc.fnt
/texmf-dist/source/latex/amsfonts/amsfndoc.tex
/texmf-dist/source/latex/amsfonts/amsfndoc.def
/texmf-dist/source/latex/amsfonts/amsfndoc.cyr
/texmf-dist/source/latex/amscls/amsbooka.ins
/texmf-dist/source/latex/amscls/amsmidx.dtx
/texmf-dist/source/latex/amscls/install.txt
/texmf-dist/source/latex/amscls/amsclass.ins
/texmf-dist/source/latex/amscls/amsdtx.ins
/texmf-dist/source/latex/amscls/upref.ins
/texmf-dist/source/latex/amscls/thmtest.tex
/texmf-dist/source/latex/amscls/amsmidx.ins
/texmf-dist/source/latex/amscls/upref.dtx
/texmf-dist/source/latex/amscls/amsclass.dtx
/texmf-dist/source/latex/amscls/amsbooka.dtx
/texmf-dist/source/latex/amscls/amsdtx.dtx
/texmf-dist/source/latex/amscls/amsthdoc.tex
/texmf-dist/source/latex/amscls/instr-l.tex
/texmf-dist/source/luatex/hyph-utf8/Makefile
/texmf-dist/source/luatex/hyph-utf8/luatex-hyphen.dtx
/texmf-dist/source/fonts/ae/aefonts.mtx
/texmf-dist/source/fonts/ae/clean
/texmf-dist/source/fonts/ae/aehaxsl.mtx
/texmf-dist/source/fonts/ae/aelatint.mtx
/texmf-dist/source/fonts/ae/aehaxrm.mtx
/texmf-dist/source/fonts/ae/aehaxsc.mtx
/texmf-dist/source/fonts/ae/bxittest.tex
/texmf-dist/source/fonts/ae/aelatin.mtx
/texmf-dist/source/fonts/ae/germtest.tex
/texmf-dist/source/fonts/ae/slitest.tex
/texmf-dist/source/fonts/ae/go
/texmf-dist/source/fonts/ae/aehax5.mtx
/texmf-dist/source/fonts/ae/aefonts.tex
/texmf-dist/source/fonts/ae/aehaxit.mtx
/texmf-dist/source/fonts/ae/aet1.etx
/texmf-dist/source/fonts/ae/aehaxss.mtx
/texmf-dist/source/fonts/ae/aesample.tex
/texmf-dist/source/fonts/ae/ot1tt.etx
/texmf-dist/source/fonts/ae/install
/texmf-dist/source/fonts/ae/makepl
/texmf-dist/scripts/simpdftex/simpdftex
/texmf-dist/scripts/context/stubs/mswin/mptopdf.exe
/texmf-dist/scripts/context/perl/mptopdf.pl
/texmf-dist/scripts/lua-alt-getopt/alt_getopt.lua
/texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua
/texmf-dist/scripts/oberdiek/oberdiek.luacolor-pre065.lua
/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua
/texmf-dist/scripts/oberdiek/pdfatfi.pl
/texmf-dist/scripts/oberdiek/luacolor-pre065.lua
/texmf-dist/scripts/oberdiek/luacolor.lua
/texmf-dist/scripts/oberdiek/magicnum.lua
/texmf-dist/scripts/oberdiek/oberdiek.luacolor.lua
/texmf-dist/scripts/oberdiek/pdftexcmds.lua
/texmf-dist/scripts/oberdiek/oberdiek.magicnum.lua
/texmf-dist/scripts/texlive/rungs.tlu
/texmf-dist/scripts/texlive/NEWS
/texmf-dist/scripts/texlive/updmap.pl
/texmf-dist/scripts/texlive/uninstall-win32.pl
/texmf-dist/scripts/texlive/tlmgrgui.pl
/texmf-dist/scripts/texlive/texconfig-dialog.sh
/texmf-dist/scripts/texlive/fmtutil-sys.sh
/texmf-dist/scripts/texlive/updmap-sys.sh
/texmf-dist/scripts/texlive/texconfig.sh
/texmf-dist/scripts/texlive/texlinks.sh
/texmf-dist/scripts/texlive/allneeded.sh
/texmf-dist/scripts/texlive/fmtutil.pl
/texmf-dist/scripts/texlive/dvi2fax.sh
/texmf-dist/scripts/texlive/kpsewhere.sh
/texmf-dist/scripts/texlive/allcm.sh
/texmf-dist/scripts/texlive/lua/texlive/getopt.tlu
/texmf-dist/scripts/texlive/lua/texlive/tlpdb.tlu
/texmf-dist/scripts/texlive/lua/texlive/utils.tlu
/texmf-dist/scripts/texlive/tlmgr.pl
/texmf-dist/scripts/texlive/test-tlpdb.tlu
/texmf-dist/scripts/texlive/texconf.tlu
/texmf-dist/scripts/texlive/texconfig-sys.sh
/texmf-dist/scripts/texlive/dvired.sh
/texmf-dist/scripts/texlive/var/texcatalogue.keywords
/texmf-dist/scripts/texlive/kpsetool.sh
/texmf-dist/scripts/texlive/mktexlsr.pl
/texmf-dist/bibtex/bst/natbib/abbrvnat.bst
/texmf-dist/bibtex/bst/natbib/unsrtnat.bst
/texmf-dist/bibtex/bst/natbib/plainnat.bst
/texmf-dist/bibtex/bst/babelbib/babplai3-fl.bst
/texmf-dist/bibtex/bst/babelbib/babalpha-fl.bst
/texmf-dist/bibtex/bst/babelbib/babplai3-lf.bst
/texmf-dist/bibtex/bst/babelbib/babalpha-lf.bst
/texmf-dist/bibtex/bst/babelbib/babunsrt-lf.bst
/texmf-dist/bibtex/bst/babelbib/bababbrv.bst
/texmf-dist/bibtex/bst/babelbib/babalpha.bst
/texmf-dist/bibtex/bst/babelbib/babunsrt.bst
/texmf-dist/bibtex/bst/babelbib/babplain-lf.bst
/texmf-dist/bibtex/bst/babelbib/babunsrt-fl.bst
/texmf-dist/bibtex/bst/babelbib/babplain-fl.bst
/texmf-dist/bibtex/bst/babelbib/bababbrv-lf.bst
/texmf-dist/bibtex/bst/babelbib/bababbr3-lf.bst
/texmf-dist/bibtex/bst/babelbib/babamspl.bst
/texmf-dist/bibtex/bst/babelbib/bababbr3.bst
/texmf-dist/bibtex/bst/babelbib/bababbrv-fl.bst
/texmf-dist/bibtex/bst/babelbib/bababbr3-fl.bst
/texmf-dist/bibtex/bst/babelbib/babplain.bst
/texmf-dist/bibtex/bst/babelbib/babplai3.bst
/texmf-dist/bibtex/bst/base/siam.bst
/texmf-dist/bibtex/bst/base/acm.bst
/texmf-dist/bibtex/bst/base/apalike.bst
/texmf-dist/bibtex/bst/base/plain.bst
/texmf-dist/bibtex/bst/base/ieeetr.bst
/texmf-dist/bibtex/bst/base/abbrv.bst
/texmf-dist/bibtex/bst/base/alpha.bst
/texmf-dist/bibtex/bst/base/unsrt.bst
/texmf-dist/bibtex/bst/amscls/amsalpha.bst
/texmf-dist/bibtex/bst/amscls/amsplain.bst
/texmf-dist/bibtex/bib/oberdiek/oberdiek-bundle.bib
/texmf-dist/bibtex/bib/oberdiek/oberdiek-source.bib
/texmf-dist/bibtex/bib/base/xampl.bib
/texmf-dist/tex/generic/config/language.us
/texmf-dist/tex/generic/config/language.def
/texmf-dist/tex/generic/config/pdftex-dvi.tex
/texmf-dist/tex/generic/config/language.dat
/texmf-dist/tex/generic/config/luatex-unicode-letters.tex
/texmf-dist/tex/generic/config/language.us.def
/texmf-dist/tex/generic/config/language.us.lua
/texmf-dist/tex/generic/config/pdftexconfig.tex
/texmf-dist/tex/generic/config/language.dat.lua
/texmf-dist/tex/generic/config/luatexiniconfig.tex
/texmf-dist/tex/generic/enctex/plain-utf8-cs.tex
/texmf-dist/tex/generic/enctex/plain-utf8-ec.tex
/texmf-dist/tex/generic/enctex/852-t1.tex
/texmf-dist/tex/generic/enctex/il2-1250.tex
/texmf-dist/tex/generic/enctex/t1macro.tex
/texmf-dist/tex/generic/enctex/utf8math.tex
/texmf-dist/tex/generic/enctex/utf8lata.tex
/texmf-dist/tex/generic/enctex/utf8lat1.tex
/texmf-dist/tex/generic/enctex/il2-kam.tex
/texmf-dist/tex/generic/enctex/1250-csf.tex
/texmf-dist/tex/generic/enctex/utf8warn.tex
/texmf-dist/tex/generic/enctex/1250-il2.tex
/texmf-dist/tex/generic/enctex/plain-il2-cs.tex
/texmf-dist/tex/generic/enctex/852-latex.tex
/texmf-dist/tex/generic/enctex/kam-latex.tex
/texmf-dist/tex/generic/enctex/852-csf.tex
/texmf-dist/tex/generic/enctex/plain-852-cs.tex
/texmf-dist/tex/generic/enctex/utf8cseq.tex
/texmf-dist/tex/generic/enctex/kam-csf.tex
/texmf-dist/tex/generic/enctex/utf8-t1.tex
/texmf-dist/tex/generic/enctex/polyset.tex
/texmf-dist/tex/generic/enctex/852-il2.tex
/texmf-dist/tex/generic/enctex/kam-t1.tex
/texmf-dist/tex/generic/enctex/utf8off.tex
/texmf-dist/tex/generic/enctex/utf8unkn.tex
/texmf-dist/tex/generic/enctex/il2-852.tex
/texmf-dist/tex/generic/enctex/1250-t1.tex
/texmf-dist/tex/generic/enctex/utf8raw.tex
/texmf-dist/tex/generic/enctex/utf8-csf.tex
/texmf-dist/tex/generic/enctex/csfmacro.tex
/texmf-dist/tex/generic/enctex/il2-csf.tex
/texmf-dist/tex/generic/enctex/il2-t1.tex
/texmf-dist/tex/generic/enctex/plain-kam-cs.tex
/texmf-dist/tex/generic/enctex/kam-il2.tex
/texmf-dist/tex/generic/enctex/mixcodes.tex
/texmf-dist/tex/generic/enctex/1250-latex.tex
/texmf-dist/tex/generic/enctex/enc-u.tex
/texmf-dist/tex/generic/enctex/plain-1250-cs.tex
/texmf-dist/tex/generic/enctex/noprefnt.tex
/texmf-dist/tex/generic/enctex/encmacro.tex
/texmf-dist/tex/generic/hyphen/zerohyph.tex
/texmf-dist/tex/generic/hyphen/hypht1.tex
/texmf-dist/tex/generic/hyphen/hyphen.tex
/texmf-dist/tex/generic/hyphen/dumyhyph.tex
/texmf-dist/tex/generic/pdftex/glyphtounicode.tex
/texmf-dist/tex/generic/pdftex/pdfcolor.tex
/texmf-dist/tex/generic/context/mptopdf/mptopdf.tex
/texmf-dist/tex/generic/babel-english/english.ldf
/texmf-dist/tex/generic/babel/hyphen.cfg
/texmf-dist/tex/generic/babel/romanian.sty
/texmf-dist/tex/generic/babel/serbian.sty
/texmf-dist/tex/generic/babel/bahasam.sty
/texmf-dist/tex/generic/babel/bulgarian.sty
/texmf-dist/tex/generic/babel/danish.sty
/texmf-dist/tex/generic/babel/interlingua.sty
/texmf-dist/tex/generic/babel/switch.def
/texmf-dist/tex/generic/babel/czech.sty
/texmf-dist/tex/generic/babel/samin.sty
/texmf-dist/tex/generic/babel/germanb.sty
/texmf-dist/tex/generic/babel/russianb.sty
/texmf-dist/tex/generic/babel/bahasa.sty
/texmf-dist/tex/generic/babel/breton.sty
/texmf-dist/tex/generic/babel/english.sty
/texmf-dist/tex/generic/babel/swedish.sty
/texmf-dist/tex/generic/babel/bplain.tex
/texmf-dist/tex/generic/babel/croatian.sty
/texmf-dist/tex/generic/babel/norsk.sty
/texmf-dist/tex/generic/babel/dutch.sty
/texmf-dist/tex/generic/babel/francais.sty
/texmf-dist/tex/generic/babel/magyar.sty
/texmf-dist/tex/generic/babel/italian.sty
/texmf-dist/tex/generic/babel/ukraineb.sty
/texmf-dist/tex/generic/babel/babel.sty
/texmf-dist/tex/generic/babel/USenglish.sty
/texmf-dist/tex/generic/babel/afrikaans.sty
/texmf-dist/tex/generic/babel/albanian.sty
/texmf-dist/tex/generic/babel/american.sty