2 % joerg.knappen@uni-mainz.de (J"org Knappen)
3 % If greek is the backgroundlanguage of the document, the alphabet cannot
4 % be switched to latin. However, other conventions seem to switch correctly.
10 \FORMAT{LaTeX2e<1996/12/01>}
12 \PACKAGE[german,greek]{babel}
15 \def\testit#1{\setbox0=\hbox{#1}\showbox0}
17 \usepackage[german,greek]{babel}
21 \testit{abcde fghij klmno pqrst uvwxyz.
22 \foreignlanguage{german}{abcde fghij klmno pqrst uvwxyz.}}
24 \selectlanguage{german}
25 \testit{abcde fghij klmno pqrst uvwxyz
26 \foreignlanguage{greek}{abcde fghij klmno pqrst uvwxyz.}}