Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tnfss3.lvt
blob0335ac867fe8c0e18371451aaf964a041eec5b92
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 \STYLE{article}
11 \STYLEOPTIONS{newlfont}
13 \OMIT
15 \documentstyle[%
16               newlfont% % we test newlfont!
17               ]{article}
19 \TIMO
21 \showoutput
22 \newtheorem{xmp}{XMP}
25 \pagestyle{headings}        % bug (19)
27 \OMIT
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}