Typos
[latex2e.git] / trunk / required / babel / testfiles / tlb0927.lvt
blob1b2e860532355a71a308e9d7f6901a33a8a7a460
1 % Test file for LaTeX2e/Babel bug report #0927
2 % The input \^\i should give the same result as \^i
3 \input{test2e}
4 \documentclass{article}
5 \START
6 \AUTHOR{Laurent Decreusefond <decreuse@res.enst.fr>} 
7 \FORMAT{LaTeX2e<1994/06/01>}
8 \CLASS{article}
9 \PACKAGE[francais]{babel}
11 \OMIT
12 \usepackage[francais]{babel}
13 \begin{document}
14 \TIMO
15 \showboxbreadth=40
16 \setbox0=\hbox{\^i should be the same as \^\i}\showbox0
18 \setbox0=\hbox{\"i should be the same as \"\i}\showbox0
20 \setbox0=\hbox{\'\i}\showbox0
21 \end{document}