1 % test file for PR 2708
3 % The problem is with defining of \LaTeX and \TeX in both LGRenc.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
24 \documentclass{article}
26 \FORMAT{LaTeX2e<1996/12/01>}
28 \PACKAGE[russian,greek]{babel}
29 \def\testit#1{\setbox0\hbox{#1}\showbox0}
32 \usepackage[russian,greek]{babel}
33 %\usepackage[T1]{fontenc}