Typos
[latex2e.git] / trunk / required / babel / testfiles / tlb2595.lvt
blobdcc04e381b99416c756ca9e7ec79b86c39d217fc
1 \input{test2e}
2 \documentclass[a4paper,10pt]{article}
3 \START
4 \FORMAT{LaTeX2e<1997/12/01>}
5 \CLASS[a4paper,10pt]{article}
6 \PACKAGE{t1enc}
7 \PACKAGE[english,russian,polish]{babel}
8 \PACKAGE[latin2]{inputenc}
10 \OMIT
11 \usepackage{t1enc}
12 \usepackage[english,russian,polish]{babel}
13 \usepackage[latin2]{inputenc}
15 \font\tencyr=wncyr10 at 12pt
16 \def\cyr{\tencyr}
18 \begin{document}
19 \TIMO
20 \showhyphens{matematyka materialistic shahmaty}
22 \begin{otherlanguage}{polish}
23 \typeout{Polish: }
24 \showhyphens{matematyka materialistic}
25 \end{otherlanguage}
27 \begin{otherlanguage}{english}
28 \typeout{English: }
29 \showhyphens{matematyka materialistic}
30 \end{otherlanguage}
32 \begin{otherlanguage}{russian}
33 \typeout{Russian: }
34 \showhyphens{matematyka materialistic}
35 \end{otherlanguage}
37 \begin{otherlanguage}{russian}
39 \showboxbreadth=120
40 \showboxdepth=60
41 \makeatletter
43 \setbox0=\vbox{\@parboxrestore
44 {\cyr
45 A B V G D E \"E Zh Z I {\u I} K L M N O P R S T U F
46 Kh C Ch Sh Shch Y \`E Yu Ya
47 a b v g d e \"e zh z i {\u i} k l m n o p r s t u f
48 kh c ch sh shch y \`e yu ya
49 }}\showbox0
51 \end{otherlanguage}
53 \end{document}