Typos
[latex2e.git] / trunk / required / babel / testfiles / tlb3091.lvt
blob61d3303b35cf3eef7e04e55c9ee1cec764e87d97
1 \iffalse
2 >Number:         3091
3 >Synopsis:       \selectlanguage not always adheres to grouping
4 >Arrival-Date:   Fri Aug 27 17:51:06 1999
5 >Originator:     kotelnikov@nsu.ru (Igor A. Kotelnikov)
6 >Release:        LaTeX2e <1998/12/01> patch level 1
7 >Environment:
8  Hyphenation: Babel <v3.6x> and hyphenation patterns for american, french,
9 german, ngerman, russian, nohyphenation, loaded.
10  \@TeXversion: undefined (Standard setting for TeX3.141 and later)
11  \@currdir: macro:->./
12  \input@path: undefined (Standard setting)
13 >Description:
14 Description of bug:
15 The \selectlanguage command adheres to groupping inside an text file but not
16 inside an auxilary (aux, tof, tot, toc) files.
18 \fi
19 \input{test2e}
20 \documentclass{article}
21 \START
22 \FORMAT{LaTeX2e<2000/06/01>}
23 \CLASS{article}
24 \AUTHOR{kotelnikov@nsu.ru (Igor A. Kotelnikov)}
25 \PACKAGE[cp1251]{inputenc}
26 \PACKAGE[english,russian]{babel}
28 \OMIT
30 \usepackage[cp1251]{inputenc}
31 \usepackage[english,russian]{babel}
33 \showboxbreadth=50
34 \showboxdepth=50
35 \newif\ifdvi
36 \dvifalse
37 \def\testit#1{%
38   \setbox0=\vbox{#1}\ifdvi\copy0\else\showbox0\fi}
40 \begin{document}
41 \TIMO
43 \begin{abstract}
44     ôÅÓÔ. (Test.)
45 %\selectlanguage{english}
46 \begin{otherlanguage}{english}
47     Test.
48 \end{otherlanguage}
49 \end{abstract}
51 \section{óÔÉÈÉ (Poem)}
52 ñ ÒÕÓÓËÉÊ ÂÙ ×ÙÕÞÉÌ ÔÏÌØËÏ ÚÁ ÔÏ\ldots (I would learn Russian only
53 for that\ldots)
55 % The actual stuff that we need in the .tlg file for checking is the
56 % table of contents. It should show russian text...
57 \setbox0\vbox{\tableofcontents}\showbox0
59 \end{document}