Move a tag
[latex2e.git] / latex2e-20160201 / required / babel / testfiles / tlb2498.lvt
blob1879fd445a1122715e407ed15cd299ea5c457682
1 % PR 2498
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.
6 \input{test2e}
7 \documentclass{report}
8 \nofiles
9 \START
10 \FORMAT{LaTeX2e<1996/12/01>}
11 \CLASS{report}
12 \PACKAGE[german,greek]{babel}
13 \showboxbreadth=80
14 \showboxdepth=30
15 \def\testit#1{\setbox0=\hbox{#1}\showbox0}
16 \OMIT
17 \usepackage[german,greek]{babel}
18 \begin{document}
19 \TIMO
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.}}
27 \end{document}