Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb0619.lvt
bloba0bec16cecd59b82b5103c6f9cd0097065cb749b
1 % Test file for LaTeX2e/Babel bug report #0619
2 % t1enc broke german umlauts with babel's germanb.
3 \input{test2e}
4 \documentclass[germanb]{article}
5 \START
6 \AUTHOR{}
7 \FORMAT{LaTeX2e<1994/06/01>}
8 \CLASS{article}
9 \PACKAGE{t1enc}
10 \PACKAGE[germanb]{babel}
12 \OMIT
13 \usepackage{t1enc,babel}
15 \begin{document}
16 \TIMO
17 \showboxbreadth=16
18 % (Umlaute mit Babel)
19 \setbox0=\hbox{"A"O"U"a"o"u"s}
20 \showbox0
22 % (Umlaute ohne Babel)
23 \setbox0=\hbox{\"A\"O\"U\"a\"o\"u\ss}
24 \showbox0
26 \end{document}