Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb0171.lvt
blob148301bb5a321943bb60de2098440230748d37ac
1 % Test file for LaTeX2e PR171
3 \documentclass{article}
5 \usepackage[debugshow]{tracefnt}
7 % Input the test macros for latex 2e
8 \input{test2e}
10 % Everything before this is ignored by the test system.
11 \START
13 \AUTHOR{Frank Mittelbach}
15 % Declare the format used on the original run, as printed by
16 % LaTeX.
18 \FORMAT{LaTeX2e<1994/05/07>}
20 \CLASS{article}
22 % make a lot of chars active and watch what happens
24 \catcode`\.=\active
25 \catcode`\|=\active
26 \catcode`\-=\active
27 \catcode`\*=\active
28 \catcode`\<=\active
29 \catcode`\>=\active
30 \catcode`\%=\active
32 \DeclareFontFamily{OT1}{foo}{}
33 \DeclareFontShape{OT1}{foo}{m}{n}{
34   <5.5-11> sub * cmr/m/n%
35   }{}
37 \OMIT
39 \begin{document}
41 \TIMO
43 \fontfamily{foo}\selectfont bar
44 \fontfamily{cmdh}\selectfont bar
45 \fontencoding{T1}\fontfamily{cmtt}\selectfont bar
47 \end{document}