Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb2611.lvt
blob4d7a6aec932078782dc1748a93406708d47aead5
1 %>Number:         2611
2 %>Originator:     schlegel@informatik.uni-rostock.de (Juergen Schlegelmilch)
3 \iffalse
4 Description of bug:
5 With babel v3.5e and its option 'german', you can use umlauts in
6 \hyphenation macros provided you use T1 font encoding. This is
7 no longer possible with babel v3.6h; LaTeX complains about
8 'improper hyphenation.' The log shows that the umlaut (with the
9 active quote ") gets expanded but not to something acceptable
10 for \hyphenation.
11 Was it always disallowed to use umlauts in \hyphenation with
12 T1 font encoding? I read about it in comp.text.tex, and it used
13 to work.
14 \fi
15 \input{test2e}
16 \documentclass{article}
17 \nofiles
18 \START
19 \FORMAT{LaTeX2e<1996/06/01>}
20 \CLASS{article}
21 \PACKAGE[german]{babel}
22 \PACKAGE[T1]{fontenc}
24 \OMIT
25 \usepackage[german]{babel}
26 %\usepackage{german}
27 \usepackage[T1]{fontenc}
28 \begin{document}
29 \TIMO
31 %\tracingmacros=3\tracingonline=1
32 \hyphenation{Be-ein-flu\ss u-ng}
33 \showhyphens{Beeinflu\ss ung}
34 \hyphenation{Be-ein-flu"su-ng}
35 \showhyphens{Beeinflu"sung}
37 \hyphenation{Ob-jekt-iden-ti-t\"{a}t}
38 \showhyphens{Objektidentit"at}
39 \showhyphens{Objektidentit\"{a}t}
40 \tracingmacros=0\tracingonline=0
41 \end{document}