Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tl2e7.lvt
blobdc7041d94ceb509dea05566f3fd11513ee4c4a6d
1 % Test file for nfss testing the style file for use
2 % of the DC fonts with NFSS.
4 % RmS 92/08/13, last changed 94/05/17 for 2e
6 \input{test2e}
7 \START
9 \FORMAT{LaTeX2e<1993/12/24>}
10 \CLASS{article}
11 \PACKAGE{t1enc}
13 \OMIT
15 \documentclass{article}
17 \usepackage[T1]{fontenc} %\usepackage{t1enc}     % we test t1enc!
19 \showoutput
21 \begin{document}
23 \TIMO
25 \section{Test of grave accent}
27 \`a \`e \`\i\ \`i \`o \`u
28 \`A \`E \`I \`O \`U
29 \`x
31 \section{Test of acute accent}
33 \'n \'l \'r \'s \'z \'a \'e \'\i\ \'i \'o \'u \'y \'c
34 \'N \'L \'R \'S \'Z \'A \'E \'I \'O \'U \'Y \'C
35 \'x
37 \section{Test of check accent}
39 \v c \v e \v n \v r \v s \v z
40 \v C \v D \v E \v N \v R \v S \v T \v Z
41 \v x
43 \section{Test of breve accent}
45 \u a \u g
46 \u A \u G
47 \u x
49 \section{Test of macron accent}
51 \=x
53 \section{Test of circumflex accent}
55 \^a \^e \^\i\ \^i \^o \^u
56 \^A \^E \^I \^O \^U
57 \^x
59 \section{Test of dot accent}
61 \. z \. i
62 \. Z \. I
63 \. x \.\i
65 \section{Test of Hungarian accent}
67 \H o \H u
68 \H O \H U
69 \H x
71 \section{Test of tilde accent}
73 \~a \~n \~o
74 \~A \~N \~O
75 \~x
77 \section{Test of umlaut accent}
79 \"a \"e \"\i\ \"i \"o \"u
80 \"A \"E \"I \"O \"U
82 \section{Test of underbar accent}
84 \b x
86 \section{Test of cedilla accent}
88 \c s \c t \c c
89 \c S \c T \c C
90 \c x
92 \section{Test of other special characters}
94 \aa
95 \ae
97 \oe
99 \ss
108 \pounds
109 $\hbar$
111 \section{Test of uppercase greek}
113 \Gamma
114 \Delta
115 \Theta
116 \Lambda
119 \Sigma
120 \Upsilon
121 \Phi
122 \Psi
123 \Omega
126 \section{Test of math accents}
129 \acute a
130 \grave a
131 \ddot a
132 \tilde a
133 \bar a
134 \breve a
135 \check a
136 \hat a
137 \vec a
138 \dot a
141 \section{Test of roman text in math}
143 $\mathrm{a}$
144 \boldmath
145 $\mathrm{a}$
147 \section{Test of lccodes, uccodes and sfcodes}
149 \count1=0
150 \loop
151 \typeout{\string\uccode\the\count1=\the\uccode\count1,
152          \string\lccode\the\count1=\the\lccode\count1,
153          \string\sfcode\the\count1=\the\sfcode\count1}
154 \advance\count1 by 1
155 \ifnum \count1<256 \repeat
157 \end{document}