1 % Test file for one small aspect of LaTeX2e PR/2888
3 \documentclass{minimal}
5 % Input the test macros for latex 2e
10 % Declare the format used on the original run, as printed by
13 \FORMAT{LaTeX2e<1999/06/01>}
15 % Everything before this is ignored by the test system.
18 % next def is just to get some info whether or not files are loaded
19 % enc.def files have \endinput at their end (and they should be loaded
20 % only once unless explicitly mentioned in the optional argument to
23 % also look at \@uclclist to see if it grows (should not do that a lot)
25 \let\endinputX\endinput
26 \def\endinput{\typeout{Endinput seen}\endinputX}
31 \usepackage[OT1]{fontenc}
34 \typeout{UCLC list unchanged --- GOOD}
37 \typeout{UCLC list has changed --- BAD}
39 \OMIT % --- to ignore error if fonts not installed
40 \usepackage[OT2]{fontenc}
43 \typeout{UCLC list unchanged --- BAD}
46 \typeout{UCLC list has changed --- GOOD}
49 \usepackage[OT2]{fontenc}
52 \typeout{UCLC list unchanged --- GOOD}
55 \typeout{UCLC list has changed --- BAD}