|
----- Original Message -----
From: <Vesselinov@mkl.uni-karlsruhe.de>
To: "Cyrillic TeX Users Group" <CyrTeX-en@vsu.ru>
Sent: Friday, November 30, 2001 7:51 AM
Subject: Warning message
> Hi,
>
> I have put the option [bulgarian] for the babel package. As one should
> expest I get the warning:
>
> Package babel Warning: No input encoding specified for Bulgarian
> language
>
> What should I do to avoid the warning?
\usepackage[T2A]{fontenc}
\usepackage[koi8]{inputenc} % or whatever encoding you use
\usepackage[bulgarian]{babel}
One more. To avoid warning about hyphenation patterns make sure you have
hyphenation patterns and they are in the same encoding as your fontenc (not
inputenc).
--
Maksym
|
|