Move a tag
[latex2e.git] / latex2e-20151001 / required / babel / testfiles / tlb3649.lvt
blob6a2df39ffdefc8354a4bc5a3f66b3aca20a04780
1 \iffalse
2 >Number:         3649
3 >Category:       babel
4 >Synopsis:       Babel russian broken
5 >Arrival-Date:   Sun Mar 14 16:41:00 CET 2004
6 >Originator:     Benjamin BAYART (bayartb@jmpl.fr.eu.org)
7 Description of bug:
8 I've got two problems with babel russian.
10 First, there is a bug arround \russianhyphenmins.
12 Second, there is a bug around \th being silently re-defined.
14 I guess the first one is very easy to fix (just define the missing commands). The second is a bit more tricky: make \th a russian-specific command, via the \extraXXX and \noextraXXX commands.
15 \fi
17 \input{test2e}
18 \documentclass[francais]{article}
19 \nofiles
20 \START
21 \FORMAT{LaTeX2e<2003/12/01>}
22 \AUTHOR{Bnjamin BAYART (bayartb@jmpl.fr.eu.org)}
23 \CLASS[francais]{article}
25 \PACKAGE[T1,T2A]{fontenc}
26 \PACKAGE[latin1,koi8-r]{inputenc}
27 \PACKAGE[russian,francais]{babel}
28 \showboxbreadth=50
29 \showboxdepth=50
30 \def\testit#1{%
31   \setbox0=\vbox{#1}\showbox0}
32 \OMIT
33 \usepackage[T1,T2A]{fontenc}
34 \usepackage[latin1,koi8-r]{inputenc}
35 \usepackage[russian,francais]{babel}
36 \begin{document}
37 \TIMO
38 \fontencoding{T1}\selectfont
39 % Next line should produce a thorn and an error message in math mode
40 \testit{\th; $\th$.}
42 \selectlanguage{russian}
43 % Next line should produce an error message and th in math mode
44 \testit{\th; $\th$.}
45 \end{document}