1 % Test file for LaTeX2e PR/1042
3 \documentclass{article}
5 \usepackage[debugshow]{tracefnt}
7 % Input the test macros for latex 2e
10 \AUTHOR{David Kastrup}
12 % Declare the format used on the original run, as printed by
15 \FORMAT{LaTeX2e<1994/06/01>}
17 % Everything before this is ignored by the test system.
22 \csname #1-cmd\expandafter\endcsname
23 \csname #2-cmd\endcsname
30 \fontencoding{OT1}\selectfont
31 \fontencoding{OMS}\fontencoding{T1}\selectfont
33 \testit{OT1}{T1}{BAD}{GOOD}
34 \testit{OMS}{T1}{BAD}{GOOD}
35 \testit{OT1}{OMS}{GOOD}{BAD}
37 \fontencoding{OT1}\selectfont
38 \fontencoding{T1}\fontencoding{OT1}\selectfont
40 \testit{OT1}{T1}{BAD}{GOOD}
41 \testit{OMS}{T1}{GOOD}{BAD}
42 \testit{OT1}{OMS}{BAD}{GOOD}