Move a tag
[latex2e.git] / latex2e-20160201 / required / cyrillic / testfiles / tlb2888.lvt
blobebbec7e20671b5db5fd084d8633d55a0bf6fbf70
1 % Test file for one small aspect of LaTeX2e PR/2888
3 \documentclass{minimal}
5 % Input the test macros for latex 2e
6 \input{test2e}
8 \AUTHOR{FMi}
10 % Declare the format used on the original run, as printed by
11 % LaTeX.
13 \FORMAT{LaTeX2e<1999/06/01>}
15 % Everything before this is ignored by the test system.
16 \START
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
21 % fontenc.
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}
28 \makeatletter
29 \let\UCLC\@uclclist
31 \usepackage[OT1]{fontenc}
33 \ifx\UCLC\@uclclist 
34   \typeout{UCLC list unchanged --- GOOD}
35 \else
36   \let\UCLC\@uclclist
37   \typeout{UCLC list has changed --- BAD}
38 \fi  
39 \OMIT % --- to ignore error if fonts not installed
40 \usepackage[OT2]{fontenc}
41 \TIMO
42 \ifx\UCLC\@uclclist
43   \typeout{UCLC list unchanged --- BAD}
44 \else
45   \let\UCLC\@uclclist
46   \typeout{UCLC list has changed --- GOOD}
47 \fi  
49 \usepackage[OT2]{fontenc}
51 \ifx\UCLC\@uclclist
52   \typeout{UCLC list unchanged --- GOOD}
53 \else
54   \let\UCLC\@uclclist
55   \typeout{UCLC list has changed --- BAD}
56 \fi  
58 \END