1 % \iffalse meta-comment
3 % Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009
4 % The LaTeX3 Project and any individual authors listed elsewhere
7 % This file is part of the LaTeX base system.
8 % -------------------------------------------
10 % It may be distributed and/or modified under the
11 % conditions of the LaTeX Project Public License, either version 1.3c
12 % of this license or (at your option) any later version.
13 % The latest version of this license is in
14 % http://www.latex-project.org/lppl.txt
15 % and version 1.3c or later is part of all distributions of LaTeX
16 % version 2005/12/01 or later.
18 % This file has the LPPL maintenance status "maintained".
20 % The list of all files belonging to the LaTeX base distribution is
21 % given in the file `manifest.txt'. See also `legal.txt' for additional
24 % The list of derived (unpacked) files belonging to the distribution
25 % and covered by LPPL is defined by the unpacking scripts (with
26 % extension .ins) which are part of the distribution.
31 %% File `ltxcheck.tex'.
32 %% Copyright (C) 1994-1997 LaTeX3 project, David Carlisle
37 % Processing this file with a newly installed LaTeX
38 % will test various aspects of the installation.
40 % To typeset the comments in this file, create a small
41 % file ltxcheck.drv that looks like the following (without the %)
43 % \documentclass{ltxdoc}
45 % \DocInput{ltxcheck.tex}
48 % and process `latex ltxcheck.drv'.
50 \NeedsTeXFormat{LaTeX2e
}[1997/
06/
01]
56 % \changes{v1.0c}{1994/03/15}
57 % {Add \cmd{\NeedsTeXFormat}}
58 % \changes{v1.0t}{1996/09/25}
59 % {Move ltxcheck to separate file}
60 % \changes{v1.0v}{1996/11/20}
61 % {lowercase filenames /1044}
62 % \changes{v1.1d}{2004/02/11}
65 \ProvidesFile{ltxcheck.tex
}[2004/
02/
11 v1.1d LaTeX check file (DPC)
]
67 % \GetFileInfo{ltxcheck.tex}
68 % \title{\textsf{ltxcheck}: The \LaTeX\ test program\thanks
69 % {version~\fileversion, dated \filedate}}
70 % \author{David Carlisle}
74 % This file, |ltxcheck.tex| should be run after \LaTeX\ has been
75 % installed. It Checks some system dependent parts of \LaTeX\ are set up
76 % correctly for your system, and checks that the main input files and
77 % fonts that \LaTeX\ uses are present and can be found by \LaTeX.
85 LaTeX2e installation check file^^J
%
86 ===============================
}
91 Before running this file through LaTeX2e you should have installed^^J
%
92 the Standard LaTeX files in their final `system' directories.^^J
%
93 This file should *not* be run in a directory that contains article.cls
}
96 % |\pause| just slows things down so that not too much appears on the
97 % screen at once, or scrolls off the top.
101 \message{** Hit return to continue:
}%
108 After certain tests, LaTeX will pause so that you can read the^^J
%
109 output without it scrolling off the screen.^^J
%
110 When you are ready just hit <return> and LaTeX will continue.^^J
%
111 When LaTeX pauses, you will see a prompt like the one below.^^J^^J
%
112 If a test fails, a message will be displayed followed by^^J
%
113 an error message starting `! BAD'.^^J
%
114 LaTeX will quit if you try to scroll past some error messages.
}
118 % Check that the system has defined |\@currdir| correctly
119 % by writing an |.aux| file and then trying to find it again.
122 Checking the current directory syntax^^J
%
123 =====================================
}
127 \newif\iftest\testfalse
131 \ifx\@currdir\@undefined
133 \noexpand\@currdir is undefined !!^^J
%
134 Something is seriously wrong with the LaTeX2e initialisation.^^J
%
135 Either you have corrupted files or this is a LaTeX bug.
}
136 \errmessage{BAD LaTeX2e system!!
}
144 \noexpand\@currdir is defined to be empty.^^J
%
145 This means that LaTeX can not distinguish between a file^^J
%
147 that exists in the current directory, and a file aaaaa.tex^^J
%
148 in another directory.^^J
%
149 It may be that this Operating System has no concept of `directory'^^J
%
150 in which case the setting is correct. If however it is possible to^^J
%
151 uniquely refer to a file then a suitable definition of
152 \noexpand\@currdir^^J
%
153 should be added to texsys.cfg, and the format remade.
}
160 \noexpand\@currdir is defined as
161 \expandafter\strip@prefix
\meaning\@currdir^^J
%
172 \advance\count2 \time
174 \the\year/
\two@digits
{\the\month}/
\two@digits
{\the\day}:
%
175 \two@digits
{\the\count@
}:
\two@digits
{\the\count2}}
179 \immediate\openout15=ltxcheck.aux
180 \immediate\write15{\today^^J
}
181 \immediate\closeout15 %
185 \openin\@inputcheck\@currdir ltxcheck.aux
%
187 \typeout{\@currdir ltxcheck.aux not found
}%
189 \read\@inputcheck to
\reserved@a
190 \ifx\reserved@a
\today
191 \typeout{\@currdir ltxcheck.aux found
}
194 \typeout{BAD: old file
\reserved@a(should be
\today)
}%
204 \typeout{\noexpand \@currdir OK!
}
211 The LaTeX2e installation has defined
\noexpand\@currdir^^J
%
212 to be
\expandafter\strip@prefix
\meaning\@currdir.^^J
%
213 This appears to be incorrect.^^J
%
214 You should add a correct definition to texsys.cfg^^J
%
215 and rebuild the format.
}
216 \errmessage{BAD LaTeX2e system!!
}
217 \expandafter\expandafter\expandafter\@@end
226 % \changes{v1.0k}{1995/09/27}
227 % {Check filename parser}
228 % Check the filename parser can at least cope with a simple
229 % name + extension, |article.cls|.
232 Checking the filename parser^^J
%
233 ============================
}
237 \filename@parse
{article.cls
}
238 \def\reserved@a
{article
}
243 \ifx\filename@base
\reserved@a
244 \ifx\filename@ext\@clsextension
252 \typeout{filename parser OK!
}\pause
255 The LaTeX2e installation has defined
\noexpand\filename@parse.^^J
%
256 This appears to be incorrect.^^J
%
257 You should remove the incorrect definition from texsys.cfg^^J
%
258 and rebuild the format.
}
259 \errmessage{BAD LaTeX2e system!!
}
260 \expandafter\expandafter\expandafter\@@end
265 % Check the input path by looking for |article.cls|. If |article.cls|
266 % is in the current directory it would be found anyway, so first check
270 Checking the input path^^J
%
271 =======================^^J
}
276 \let\input@path\@undefined
277 \ifx\@currdir\@empty
\else
278 \IfFileExists{\@currdir article.cls
}
280 article.cls appears to be in current directory!^^J^^J
%
281 If this is the case, install article.cls into a^^J
%
282 `standard input directory'^^J
%
283 and copy ltxcheck.tex to another directory before^^J
%
284 processing with LaTeX.^^J
%
286 If article.cls is not in the current directory,^^J
%
287 then you need to edit texsys.cfg.^^J
%
288 Read the comments in that file. If nothing else works, add:^^J
%
289 \string\let\string\@currdir
\string\@empty^^J
}%
290 \errhelp{Move files, or edit texsys.cfg
}
291 \def\ArticleClassFoundInCurrentDirectory{%
292 This file should not be run in a `standard input directory'
}
293 \errmessage{BAD:
\ArticleClassFoundInCurrentDirectory}}
300 \IfFileExists{article.cls
}
301 {\typeout{input path OK!
}}
303 LaTeX claims that article.cls is not on the system.^^J
%
304 Either LaTeX has been incorrectly installed, or the
305 \noexpand\input@path^^J
%
306 is incorrect. A correct definition should be added to^^J
%
307 texsys.cfg, and the format remade.
}
310 Typical definitions of
\noexpand\input@path include:^^J^^J
%
311 \string\let\string\input@path=
\noexpand\@undefined
312 (the default definition)^^J^^J
%
313 \string\def\string\input@path
{\@percentchar^^J
314 {/usr/lib/tex/inputs/
} {/usr/local/lib/tex/inputs/
} }^^J^^J
%
315 \string\def\string\input@path
{\@percentchar^^J
316 {c:/tex/inputs/
} {a:/
} }^^J^^J
%
317 \string\def\string\input@path
{\@percentchar^^J
318 {tex_inputs:
} {SOMEDISK:
[SOMEWHERE.TEX.INPUTS
]} }^^J
}%
321 Note that
\noexpand\input@path should be undefined
323 TeX installation does not make
324 \noexpand\openin and
\noexpand\input^^J
%
325 search the same directories.^^J
%
326 If
\noexpand\input@path is defined, entries should be^^J
%
327 in the same syntax as
\noexpand\@currdir^^J
%
328 ie full directory names that may be concatenated with the^^J
%
329 basename (note the final / and
] in the above examples).^^J
%
330 Some systems may need more complicated settings.^^J
%
331 See texsys.cfg for more examples.^^J
%
332 ! BAD
\noexpand\input@path!!
}
337 % For versions prior to \TeX3 complain to the installer. (Although
338 % \LaTeX\ will work with these old \TeX\ versions).
339 % For versions between 3 and 3.14 check that \LaTeX\ is using the
340 % work-around for the |^^J| in |\message| bug.
343 Checking the TeX version^^J
%
344 ========================
}
347 % \changes{v0.2j}{1994/02/25}
348 % {\cs{noboundary} is \cs{relax} not undef in TeX2 (initialised
351 \dimen@
\ifx\@TeXversion\@undefined4
\else\@TeXversion
\fi\p@
%
352 \ifx\noboundary\relax
354 This is TeX
2. You will not be able to use all the new features^^J
%
355 of LaTeX2e with such an old TeX.^^J
%
356 The current version (
1995/
12/
11) is TeX
3.14159.^^J
%
357 Consider upgrading your TeX.
}
358 \ifdim\dimen@<
3\p@
\else
359 \errhelp{Check that texsys.cfg has not defined \@TeXversion
}
361 BAD:
\noexpand\@TeXversion is incorrect:
\meaning\@TeXversion
}
367 % \changes{v1.0h}{1994/10/11}
368 % {Check for TeX3.141}
370 \ifdim\dimen@>
3.14\p@
371 \typeout{This appears to be a recent version of TeX!^^J
%
372 If the following `lines' all appear on the same line,^^J
%
373 separated by
\string^
\string^J
%
374 then there has been an incorrect installation.
}
377 This appears to be a TeX between
3.0 and
3.14^^J
%
378 but the current version (
1995/
12/
11) is TeX
3.14159^^J
%
379 consider upgrading your TeX.^^J
%
380 The following `lines' will appear on the same line,^^J
%
381 separated by
\string^
\string^J;^^J
%
382 the same problem may affect other messages from LaTeX.
}
387 \message{line1^^Jline2^^Jline3
}
396 % To check that the \LaTeX\ fonts have been installed, the well known
397 % trick of going into |\batchmode|, and testing for |\nullfont| is used.
398 % Not all fonts are tested, just a representative sample.
402 =====================================
}
404 % \changes{v1.0h}{1994/10/11}
412 \typeout{\@spaces! BAD:
#1.tfm not found!
}
415 \typeout{\@spaces OK:
#1.tfm found
}
420 \typeout{^^JChecking Standard TeX fonts...
}
426 \errhelp{Obtain a complete standard TeX font distribution.
}
427 \errmessage{BAD: Missing Standard Fonts
}
430 % \changes{v1.0s}{1996/07/19}
431 % {Check for bad cm fonts}
439 OK: correct Computer Modern fonts installed.
}%
442 An unauthorised and incompatible release of the^^J
%
443 Computer Modern fonts has been installed on your system.^^J
%
444 The official fonts may be obtained from CTAN archives in:^^J
%
445 tex-archive/fonts/cm^^J
%
446 For further details see Donald Knuth's Home page:^^J
%
447 http://www-cs-faculty.stanford.edu/
\protect~knuth/cm.html
}%
448 \errhelp{Re-install Computer Modern fonts, and then rebuild LaTeX
}
449 \errmessage{BAD Standard fonts!!
}
459 \typeout{^^JChecking LaTeX Picture Mode fonts...
}
461 \checkfont{lcircle10
}
462 \checkfont{lcirclew10
}
466 \checkfont{circlew10
}
468 \typeout{^^J! BAD: You do not have the picture mode fonts:^^J
%
469 lcircle10 and lcirclew10
}
472 You have the picture mode fonts with their old names:^^J
%
473 circle10 and circlew10 have been renamed to^^J
%
474 lcircle10 and lcirclew10
}
476 \errhelp{Obtain a complete standard LaTeX font distribution.
}
477 \errmessage{BAD: Missing LaTeX Fonts
}
484 \typeout{^^JChecking Extra LaTeX Computer Modern fonts...
}
491 LaTeX2e uses a few `extra' Computer Modern fonts produced by^^J
%
492 The American Mathematical Society.^^J
%
493 If you install The AMSFONTS font collection, then these, and other,^^J
%
494 fonts will be available to LaTeX.^^J
%
495 Although installing AMSFONTS is recommended, LaTeX does not require^^J
%
496 The full collection; you may obtain a minimal set of extra LaTeX^^J
%
497 fonts from any CTAN archive, in: tex-archive/macros/latex/fonts/
}
498 \errhelp{Obtain LaTeX fonts or the AMSFONTS collection.
}
499 \errmessage{BAD: Missing LaTeX Fonts
}
505 % \changes{v1.0k}{1995/09/27}
506 % {Check for dc and tc fonts}
507 % \changes{v1.1a}{1997/01/14}
508 % {Check for ec fonts}
509 % \changes{v1.1c}{1997/06/10}
510 % {Modify messages now ec released}
512 \typeout{^^JChecking
T1 encoded Computer Modern (dc & ec) fonts...
}
514 % \changes{v1.0m}{1995/10/31}
515 % {Check the T1 fd files match the dc release.}
516 % This command looks for the string |dcr17<| in the font tables for
517 % T1/cmr. If it is there, then the T1 fd files match the old dc fonts,
518 % for dc release 1.1 or earlier. If not then presumably new fd files
526 {\expandafter\string\csname dcr17
\endcsname<
}%
527 {\expandafter\expandafter\expandafter
528 \string\csname T1/cmr/m/n
\endcsname<
}}%
532 % Similarly this command looks for the string |ecrm| in the font tables
533 % for T1/cmr. If it is there, then the T1 fd files match the ec fonts,
534 % for ec release 1.0 or later.
541 {\expandafter\string\csname ecrm
\endcsname}%
542 {\expandafter\expandafter\expandafter
543 \string\csname T1/cmr/m/n
\endcsname}}%
547 % \changes{v1.0o}{1995/11/14}
548 % {dont produce a BAD message if just one set of dc fonts is missing}
549 % Remove the ``! BAD'' typeout while checking for dc fonts so
550 % as not to worry sites with just the new ones.
557 \typeout{\@spaces\@spaces
#1.tfm not found
}
560 \typeout{\@spaces OK:
#1.tfm found
}
570 % No ec fonts. Check the state of the dc fonts.
573 \typeout{No EC fonts found, checking DC fonts...
}
581 % No dc fonts at all.
584 ! BAD: No ec fonts found!!^^J
%
585 LaTeX does not require the use of ec fonts^^J
%
586 however they are strongly recommended.^^J
%
587 The ec fonts are available in a more natural range of sizes^^J
%
588 and allow better hyphenation and kerning than the^^J
%
589 old fonts such as cmr10.^^J
%
590 These ec fonts may be obtained from CTAN archives, in:^^J
%
591 tex-archive/fonts/ec
}
594 % No old dc fonts, but new ones installed.
595 % First check whether the latest patch has been applied.
596 % \changes{v1.0p}{1995/12/11}
597 % {Check for dc fonts 1.2 patch level 1 (Bernd Raichle) /2003}
598 % \changes{v1.0q}{1996/06/03}
599 % {Check for dc fonts 1.3}
600 % \changes{v1.1b}{1997/01/24}
601 % {extra closing brace removed from this branch}
609 ! BAD: dc fonts release
1.3 installed^^J
%
610 The dc fonts are now replaced by the ec fonts^^J
%
611 These ec fonts may be obtained from CTAN archives, in:^^J
%
612 tex-archive/fonts/ec.
}%
615 ! BAD dc fonts
1.2 or older installed.^^J
%
616 The dc fonts are now replaced by the ec fonts^^J
%
617 These ec fonts may be obtained from CTAN archives, in:^^J
%
618 tex-archive/fonts/ec.
}%
623 The fd files for the obsolete release
1.1 of the^^J
%
624 dc fonts have been loaded into the LaTeX format.^^J
%
625 However, you appear to have at least release
1.2 of the dc fonts.^^J
%
626 You should generate suitable fd files by running:^^J
%
628 and then rebuild the format by rerunning:^^J
%
630 \errmessage{BAD LaTeX2e system!!
}
641 % Old DC fonts, but no new ones.
644 Old dc fonts found!!^^J
%
645 Only the original dc fonts are on your system.^^J
%
646 Later releases of the dc/ec fonts introduced^^J
%
647 many improvements and are strongly recommended.^^J
%
648 They may be obtained from CTAN archives, in:^^J
%
649 tex-archive/fonts/ec.
}
654 The LaTeX2e installation has installed fd files for^^J
%
655 release
1.2 (or later) of the dc fonts.^^J
%
656 However, you appear to have only release
1.1 of these fonts.^^J
%
657 You must now generate the correct fd files by running:^^J
%
659 and then rebuild the format by rerunning:^^J
%
661 \errmessage{BAD LaTeX2e system!!
}
665 % Both old and new DC fonts.
673 ! BAD: dc fonts release
1.3 installed^^J
%
674 The dc fonts are now replaced by the ec fonts^^J
%
675 These ec fonts may be obtained from CTAN archives, in:^^J
%
676 tex-archive/fonts/ec.
}%
679 ! BAD dc fonts
1.2 or older installed.^^J
%
680 The dc fonts are now replaced by the ec fonts^^J
%
681 These ec fonts may be obtained from CTAN archives, in:^^J
%
682 tex-archive/fonts/ec.
}%
690 The fd files for the obsolete release
1.1 of the^^J
%
691 dc fonts have been loaded into the LaTeX format.^^J
%
692 However, you appear to have at least release
1.2 of the dcfonts.^^J
%
693 You should use generate suitable fd files by running:^^J
%
695 and then rebuild the format by running:^^J
%
697 Otherwise LaTeX will always use the older fonts.
}
698 \errmessage{BAD LaTeX2e system!!
}
703 The fd files for the new EC fonts have been loaded into^^J
%
704 the LaTeX format.^^J
%
705 However, these fonts are not found by LaTeX.^^J
%
706 You should either install the ec fonts, or generate suitable^^J
%
707 fd files for the dc fonts by running:
\space latex newdc.ins^^J
%
708 and then rebuild the format by running:
\space initex latex.ltx
}
709 \errmessage{BAD LaTeX2e system!!
}
713 (Both old and new dc font releases are installed.)^^J
%
714 Note that the dc fonts are expected to be replaced by ec^^J
%
721 % Else EC fonts are found, so check whether LaTeX is going to use them.
730 \typeout{EC fonts OK!
}
733 EC fonts installed but LaTeX is still using dc fonts.^^J
%
734 You may want to run ec.ins and remake the LaTeX format
}
745 % The following files will be unpacked by running iniTeX on
749 \typeout{^^JChecking LaTeX input files...^^J
}
752 % If the specified file is not there, add it to the list.
755 \IfFileExists{#1}{}{\edef\missingfile{\missingfile#1,
}}}
758 % Report any missing files in the last batch tested.
760 \def\filereport#1#2{%
761 \ifx\missingfile\@empty
763 OK: The
#1 files such as
#2^^J
%
764 are accessible to LaTeX.
}
766 \expandafter\@gobbletwo
769 ! BAD: The
#1 files:^^J
%
771 are not accessible to LaTeX.
}
772 \errhelp{Check the installation!
}
773 \let\missingfile\@empty
775 \errmessage{Missing LaTeX files
}}
780 \let\missingfile\@empty
784 \checkfile{hyphen.ltx
}
785 \checkfile{fontmath.ltx
}
786 \checkfile{fonttext.ltx
}
787 \checkfile{preload.ltx
}
788 \checkfile{texsys.cfg
}
789 \checkfile{latex.ltx
}
792 % Don't use |\filereport| here as the message is rather different
793 % as the |.ltx| files don't really need to be available to \LaTeX\
794 % once the format is made.
796 \ifx\missingfile\@empty
798 OK: The files such as latex.ltx that are used to make^^J
%
799 the format are accessible to LaTeX.
}
804 that are used to make the format are not accessible to LaTeX.^^J
%
805 This is OK, but you will need those files if you need to remake the^^J
%
809 \let\missingfile\@empty
812 % Class files and class options:
814 \checkfile{article.cls
}
815 \checkfile{report.cls
}
817 \checkfile{letter.cls
}
818 \checkfile{ltxdoc.cls
}
820 \checkfile{slides.cls
}
824 \checkfile{size10.clo
}
825 \checkfile{size11.clo
}
826 \checkfile{size12.clo
}
827 \checkfile{fleqn.clo
}
828 \checkfile{leqno.clo
}
832 \filereport{main class
}{article.cls
}
837 \checkfile{alltt.sty
}
839 \checkfile{exscale.sty
}
840 \checkfile{flafter.sty
}
841 \checkfile{fontenc.sty
}
842 \checkfile{graphpap.sty
}
843 \checkfile{ifthen.sty
}
844 \checkfile{inputenc.sty
}
845 \checkfile{latexsym.sty
}
846 \checkfile{makeidx.sty
}
847 \checkfile{newlfont.sty
}
848 \checkfile{oldlfont.sty
}
849 \checkfile{shortvrb.sty
}
850 \checkfile{showidx.sty
}
851 \checkfile{slides.sty
}
852 \checkfile{syntonly.sty
}
853 \checkfile{tracefnt.sty
}
858 \filereport{main package
}{ifthen.sty
}
861 % Font definition (.fd) files:
863 \checkfile{omlcmm.fd
}
864 \checkfile{omlcmr.fd
}
865 \checkfile{omllcmm.fd
}
866 \checkfile{omscmr.fd
}
867 \checkfile{omscmsy.fd
}
868 \checkfile{omslcmsy.fd
}
869 \checkfile{omxcmex.fd
}
870 \checkfile{omxlcmex.fd
}
871 \checkfile{ot1cmdh.fd
}
872 \checkfile{ot1cmfib.fd
}
873 \checkfile{ot1cmfr.fd
}
874 \checkfile{ot1cmr.fd
}
875 \checkfile{ot1cmss.fd
}
876 \checkfile{ot1cmtt.fd
}
877 \checkfile{ot1cmvtt.fd
}
878 \checkfile{ot1lcmss.fd
}
879 \checkfile{ot1lcmtt.fd
}
880 \checkfile{t1cmdh.fd
}
881 \checkfile{t1cmfib.fd
}
882 \checkfile{t1cmfr.fd
}
884 \checkfile{t1cmss.fd
}
885 \checkfile{t1cmtt.fd
}
886 \checkfile{t1cmvtt.fd
}
887 \checkfile{ts1cmr.fd
}
888 \checkfile{ts1cmss.fd
}
889 \checkfile{ts1cmtt.fd
}
890 \checkfile{ts1cmvtt.fd
}
894 \checkfile{ullasy.fd
}
900 \filereport{font definition
}{t1cmr.fd
}
903 % Font encoding files:
905 \checkfile{t1enc.def
}
906 \checkfile{ot1enc.def
}
907 \checkfile{omsenc.def
}
908 \checkfile{omlenc.def
}
913 \filereport{font encoding
}{t1enc.def
}
916 % Input encoding files:
918 \checkfile{ascii.def
}
919 \checkfile{latin1.def
}
920 \checkfile{latin2.def
}
921 \checkfile{latin3.def
}
922 \checkfile{latin5.def
}
923 \checkfile{cp850.def
}
924 \checkfile{cp852.def
}
925 \checkfile{cp865.def
}
926 \checkfile{cp437.def
}
927 \checkfile{cp437de.def
}
928 \checkfile{applemac.def
}
930 \checkfile{ansinew.def
}
934 \filereport{input encoding
}{latin1.def
}
937 % Compatibility files:
939 \checkfile{article.sty
}
941 \checkfile{letter.sty
}
943 \checkfile{report.sty
}
944 \checkfile{fleqn.sty
}
945 \checkfile{leqno.sty
}
946 \checkfile{openbib.sty
}
947 \checkfile{latex209.def
}
952 \filereport{compatibility mode
}{article.sty
}
957 \checkfile{bezier.sty
}
958 \checkfile{docstrip.tex
}
959 \checkfile{slides.def
}
960 \checkfile{sfonts.def
}
961 \checkfile{t1enc.sty
}
965 \filereport{remaining
}{sfonts.def
}