Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tl2e3.lvt
blob9a235c340efe0e827deda5c28571dcffb1703da4
1 % Test file for nfss testing corrections to LaTeX Dec91 release for
2 % NFSS and some general tests.
4 % FMi 92/02/09
6 \input{test2e}
7 \START
9 \FORMAT{LaTeX2e<1993/12/24>}
10 \CLASS{article}
11 \PACKAGE{newlfont}
13 \OMIT
15 \documentclass{article}
17 \usepackage{newlfont}
21 \showoutput
22 \newtheorem{xmp}{XMP}
25 \pagestyle{headings}        % bug (19)
29 \begin{document}
31 \TIMO
33 % check for correct handling of font change within last column of
34 % tabular material:
36 \begin{tabular}{ll}
37 a & \tt b \\
38 \hline
39 \end{tabular}
41 % the result of the next test is questionable: should \sf influence
42 % the xmp fonts or not?
43 % The footnote should come out in cmr/m/n.
45 \sf
46 \begin{xmp}
47  What happens here?\footnote{Italic?}
48 \end{xmp}
50 % testing various combination of LaTeX's standard font switching
51 % commands. Since this also involves font changes the output depends
52 % on the style parameters:
54 \bf a 
55 \tiny b 
56 \small c 
57 \mediumseries d 
58 \tt e 
59 \it f 
60 \sl g 
61 \it h 
62 \bf i 
63 \large j 
64 \rm k 
65 \mediumseries l 
66 \sc m 
67 \it n 
68 \normalshape n 
69 \footnotesize o
70 \sc p 
71 \sf q 
72 \Large r 
73 \tt s 
74 \sl t 
75 \bf u 
76 \normalsize v 
77 \rm w 
78 \normalshape x 
79 \mediumseries y 
80 \sf z
83 \end{document}