Return-Path: Received: from [62.76.169.38] (HELO video) by vsu.ru (CommuniGate Pro SMTP 3.5b9) with ESMTP id 55468 for CyrTeX-en@vsu.ru; Fri, 30 Nov 2001 17:08:57 +0300 To: (Cyrillic TeX Users Group) Subject: Re: Warning message References: From: Vladimir Volovich Date: Fri, 30 Nov 2001 17:09:27 +0300 In-Reply-To: (Vesselinov@mkl.uni-karlsruhe.de's message of "Fri, 30 Nov 2001 14:51:08 +0100") Message-ID: Lines: 23 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (sparc-sun-solaris2.8) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi Vladimir, "V" == Vesselinov writes: V> I have put the option [bulgarian] for the babel package. As one V> should expest I get the warning: V> Package babel Warning: No input encoding specified for Bulgarian V> language V> What should I do to avoid the warning? you should put the line \usepackage[...]{inputenc} into the preamble (before loading babel). Put the proper name of the input encoding instead of ... used in your LaTeX document, e.g. cp1251 for windows Cyrillic codepage, or mik for Bulgarian dos codepage, or cp866 for msdos Cyrillic codepage, etc. Best, v.