From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: August Karlstrom Newsgroups: gmane.emacs.help Subject: Re: Encoding Emacs and Latex Date: Sat, 12 Mar 2005 18:47:00 +0100 Message-ID: <1110649620.5468.7.camel@c83-250-206-108.bredband.comhem.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1110651122 11586 80.91.229.2 (12 Mar 2005 18:12:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 12 Mar 2005 18:12:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 12 19:12:02 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DAB5H-0001DD-R4 for geh-help-gnu-emacs@m.gmane.org; Sat, 12 Mar 2005 19:11:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DABKb-00035X-R4 for geh-help-gnu-emacs@m.gmane.org; Sat, 12 Mar 2005 13:27:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DABKA-000307-Br for help-gnu-emacs@gnu.org; Sat, 12 Mar 2005 13:26:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DABK8-0002zA-7l for help-gnu-emacs@gnu.org; Sat, 12 Mar 2005 13:26:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DABEc-0001Ez-OM for help-gnu-emacs@gnu.org; Sat, 12 Mar 2005 13:21:10 -0500 Original-Received: from [81.228.11.107] (helo=av1-1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DAAhJ-0005dn-5c for help-gnu-emacs@gnu.org; Sat, 12 Mar 2005 12:46:45 -0500 Original-Received: by av1-1-sn1.fre.skanova.net (Postfix, from userid 502) id 295D237E63; Sat, 12 Mar 2005 18:46:44 +0100 (CET) Original-Received: from smtp2-2-sn2.hy.skanova.net (smtp2-2-sn2.hy.skanova.net [81.228.8.178]) by av1-1-sn1.fre.skanova.net (Postfix) with ESMTP id 1A22737E45 for ; Sat, 12 Mar 2005 18:46:44 +0100 (CET) Original-Received: from c83-250-206-108.bredband.comhem.se (c83-250-206-108.bredband.comhem.se [83.250.206.108]) by smtp2-2-sn2.hy.skanova.net (Postfix) with ESMTP id 07D0537E42 for ; Sat, 12 Mar 2005 18:46:43 +0100 (CET) Original-To: help-gnu-emacs@gnu.org In-Reply-To: X-Mailer: Evolution 2.0.2 (2.0.2-3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:24786 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24786 On s=C3=B6n, 2005-03-13 at 01:03 +0800, Joerg wrote: > Hi, >=20 > I have a strange problem. When I write in Emacs I can use special chara= cter > like =C3=A4=C3=B6=C3=BC, which are properly displayed. But if I run Lat= ex I get instead of > =C3=A4=C3=B6=C3=BC other characters. Even if I open the tex-file in ano= ther editor I get > the replaced characters. If I type =C3=A4=C3=B6=C3=BC in the other edit= or and open the file > in Emacs I get something like \344\366 etc. >=20 > Any idea what the problem is and where I have to look for a solution? You give no info about encoding or TeX version (tetex, MikTeX). If you use Unicode utf-8 (an `u' is shown to the left in the modeline), add the line \usepackage[utf8]{inputenc} to the preamble. If you use tetex you may have to install the `tetex- unicode' package. --=20 August