Typos
[latex2e.git] / trunk / required / babel / testfiles / tlb2708.lvt
blob96802d3d5346e53a4011df27420867dbbe3fb179
1 % test file for PR 2708
2 % Description of bug:
3 % The problem is with defining of \LaTeX and \TeX in both LGRenc.def
4 % and LWNenc.def. 
5 % The reason is collision of definition for the logos in the above files.
6 % Pay attention, that changing of
7 %     \DeclareTextCommandDefault{\TeX}{\textlatin{\ltxTeX}}
8 % in LGRenc.def and LWNenc.def to
9 %     \def\TeX{\textlatin{\ltxTeX}}
10 % doesn't help, so the problem is not with \DeclareTextCommandDefault.
12 % My general thought about the problem: we have to move such common for many
13 % languages things to the babel's kernel, thus preventing possible collisions.
14 % In addition, font encoding switching mechanism can (and should) be improved.
16 % These days I'm writing hebrew language definition for babel, and
17 % in addition to the Right-to-Left/Left-to-Right problems, unique for the
18 % semitic languages, hebrew have it's own encoding. Therefore, good encoding
19 % support is a must. I'll write about these issues in a couple of days
20 % (by private e-mail)
22 \input{test2e}
24 \documentclass{article}
25 \START
26 \FORMAT{LaTeX2e<1996/12/01>}
27 \CLASS{article}
28 \PACKAGE[russian,greek]{babel}
29 \def\testit#1{\setbox0\hbox{#1}\showbox0}
31 \OMIT
32 \usepackage[russian,greek]{babel}
33 %\usepackage[T1]{fontenc}
34 \begin{document}
35 \TIMO
36 \showboxbreadth=80
37 \showboxdepth=80
38 \testit{\TeX, \LaTeX}
39 \end{document}