Typos
[latex2e.git] / trunk / required / babel / testfiles / tlb0852.lvt
blob0186a8d1ce5b5a7cc19c60795414fac0f573dbd3
1 % Test file for LaTeX2e/Babel bug report #0852
2 % check that \w and \r both yeild the ring accent in bot OT1 and T1
3 % encoding 
5 \input{test2e}
6 \documentclass{article}
7 \START
8 \AUTHOR{Frank Thierbach <mft@rz.uni-jena.de>}
9 \CLASS{article}
10 \PACKAGE[czech]{babel}
11 \PACKAGE[OT1,T1]{fontenc}
13 \OMIT
14 \usepackage[czech]{babel}
15 \usepackage[OT1,T1]{fontenc}
16 \nofiles
17 \begin{document}
18 \TIMO
19 \fontencoding{OT1}\selectfont
20 \showboxdepth=4
21 \showboxbreadth=40
22 \setbox0=\vbox{%
23 \verb|\w{U}| yields \w{U}; \verb|\r{U}| yields \r{U},\\
24 \verb|\w{u}| yields \w{u}; \verb|\r{u}| yields \r{u}.}
25 \showbox0
27 \OMIT
28 \fontencoding{T1}\selectfont
29 \TIMO
30 \setbox0=\vbox{%
31 \verb|\w{U}| yields \w{U}; \verb|\r{U}| yields \r{U},\\
32 \verb|\w{u}| yields \w{u}; \verb|\r{u}| yields \r{u}.}
33 \showbox0
34 \end{document}