Typo
[latex2e.git] / latex2e-20151001 / base / testfiles / tnfss7.lvt
blob493a5566ace34322dc8e2079e38654eba59a8d98
1 % Test file for nfss testing the style file for use
2 % of the DC fonts with NFSS.
4 % RmS 92/08/13
6 \input{test2e}
7 \START
9 \FORMAT{LaTeX Version 2.09 <25 March 1992>}
10 \FONTSELECTION{newlfont}
11 \STYLE{article}
12 \STYLEOPTIONS{t1enc}
14 \OMIT
16 \documentstyle[%
17               t1enc% % we test t1enc!
18               ]{article}
20 \showoutput
22 \begin{document}
24 \TIMO
26 \section{Test of grave accent}
28 \`a \`e \`\i\ \`i \`o \`u
29 \`A \`E \`I \`O \`U
30 \`x
32 \section{Test of acute accent}
34 \'n \'l \'r \'s \'z \'a \'e \'\i\ \'i \'o \'u \'y \'c
35 \'N \'L \'R \'S \'Z \'A \'E \'I \'O \'U \'Y \'C
36 \'x
38 \section{Test of check accent}
40 \v c \v e \v n \v r \v s \v z
41 \v C \v D \v E \v N \v R \v S \v T \v Z
42 \v x
44 \section{Test of breve accent}
46 \u a \u g
47 \u A \u G
48 \u x
50 \section{Test of macron accent}
52 \=x
54 \section{Test of circumflex accent}
56 \^a \^e \^\i \^i \^o \^u
57 \^A \^E \^I \^O \^U
58 \^x
60 \section{Test of dot accent}
62 \. z \. i
63 \. Z \. I
64 \. x \.\i
66 \section{Test of Hungarian accent}
68 \H o \H u
69 \H O \H U
70 \H x
72 \section{Test of tilde accent}
74 \~a \~n \~o
75 \~A \~N \~O
76 \~x
78 \section{Test of umlaut accent}
80 \"a \"e \"\i\ \"i \"o \"u
81 \"A \"E \"I \"O \"U
83 \section{Test of underbar accent}
85 \b x
87 \section{Test of cedilla accent}
89 \c s \c t \c c
90 \c S \c T \c C
91 \c x
93 \section{Test of other special characters}
95 \aa
96 \ae
98 \oe
109 \pounds
110 $\hbar$
112 \section{Test of uppercase greek}
114 \Gamma
115 \Delta
116 \Theta
117 \Lambda
120 \Sigma
121 \Upsilon
122 \Phi
123 \Psi
124 \Omega
127 \section{Test of math accents}
130 \acute a
131 \grave a
132 \ddot a
133 \tilde a
134 \bar a
135 \breve a
136 \check a
137 \hat a
138 \vec a
139 \dot a
142 \section{Test of roman text in math}
144 $\mathrm{a}$
145 \boldmath
146 $\mathrm{a}$
148 \section{Test of lccodes, uccodes and sfcodes}
150 \count1=0
151 \loop
152 \typeout{\string\uccode\the\count1=\the\uccode\count1,
153          \string\lccode\the\count1=\the\lccode\count1,
154          \string\sfcode\the\count1=\the\sfcode\count1}
155 \advance\count1 by 1
156 \ifnum \count1<256 \repeat
158 \end{document}