Move a tag
[latex2e.git] / latex2e-20151001 / required / babel / testfiles / tlb3004.lvt
blobb00bcdd81dc54dc4d8748e5b708d726a17d3f7ff
1 \iffalse
2 >Synopsis: PR cyrillic/3004 still exists!
3 >Release: LaTeX2e <1998/12/01>
4 >Originator: kotelnikovnsu.ru 
5 (A minor modification to the problem report cyrillic/3004)
6 >Environment:
7  Hyphenation: Babel <v3.6p> and hyphenation patterns for american, english, german, russian, loaded.
8  \@TeXversion: undefined (Standard setting for TeX3.141 and later)
9  \@currdir: macro:->./
10  \input@path: undefined (Standard setting)
11 >Unformatted:
12  *** Initex configuration files
13 hyphen.cfg
14  1999/04/09 v3.6p Babel language switching mechanism
15  ***
16 >Description:
17 Description of bug:
18 Minor modification to the problem report cyrillic/3004
19 which was though as solved in babel v3.6p resumes the problem.
20 Loading LCY encoding causes error st \begin{document}.
21 \fi
23 \input{test2e}
24 \documentclass{book}
26 \START
27 \AUTHOR{"Igor A. Kotelnikov" <kotelnikov@nsu.ru>}
28 \FORMAT{LaTeX2e<1998/12/01>}
29 \CLASS{book}
30 \PACKAGE[cp866]{inputenc}
31 \PACKAGE[LCY]{fontenc}
32 \PACKAGE[english,russian]{babel}
34 \OMIT
35 \usepackage[cp866]{inputenc}
36 \usepackage[LCY]{fontenc}
38 \usepackage[english,russian]{babel}
40 \begin{document}
41 \showboxdepth=40
42 \showboxbreadth=40
43 \TIMO
44 \setbox0=\vbox{%
45   \chapter{It was \TeX{} the first}
46   abc
48   \section{\LaTeX}
49   
50   efg
51 }\showbox0
52 \end{document}