From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Rubin Newsgroups: gmane.emacs.help Subject: Re: Converting German Umlauts to LaTeX Date: Sat, 21 Apr 2007 09:25:14 +0200 Message-ID: <4629BC5A.1040301@warum-ada.de> References: <4629272A.5040409@physik.hu-berlin.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1177140343 28421 80.91.229.12 (21 Apr 2007 07:25:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Apr 2007 07:25:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 21 09:25:35 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hf9yN-00052X-8K for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Apr 2007 09:25:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HfA3W-0006PQ-2v for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Apr 2007 03:30:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HfA3J-0006P3-RY for help-gnu-emacs@gnu.org; Sat, 21 Apr 2007 03:30:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HfA3I-0006NB-3M for help-gnu-emacs@gnu.org; Sat, 21 Apr 2007 03:30:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HfA3H-0006N8-TO for help-gnu-emacs@gnu.org; Sat, 21 Apr 2007 03:30:35 -0400 Original-Received: from smtp2.netcologne.de ([194.8.194.112]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hf9y8-0001cL-6b for help-gnu-emacs@gnu.org; Sat, 21 Apr 2007 03:25:16 -0400 Original-Received: from [192.168.0.4] (xdsl-87-78-22-204.netcologne.de [87.78.22.204]) by smtp2.netcologne.de (Postfix) with ESMTP id 3271146D9 for ; Sat, 21 Apr 2007 09:25:15 +0200 (MEST) User-Agent: Thunderbird 2.0.0.0 (X11/20070326) In-Reply-To: <4629272A.5040409@physik.hu-berlin.de> X-detected-kernel: Solaris 9 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 Xref: news.gmane.org gmane.emacs.help:42950 Archived-At: Christian Herenz wrote: > Stefan Monnier schrieb: >> I also recommend you fix it on the TeX side, not in Emacs. >> I.e. try "utf8" instead of "utf-8", or "utf8x" even (some names that I've >> seen used in the past with inputenc), and if they really don't have utf-8 >> support in their TeX installation, then switch to latin-1, which I'm sure >> they support. >> > All above mentioned packages are not supported. However, I know that > they plan to switch to debian-etch soon. Do you know, if etch has UTF-8 > support build in? > (sorry for OT) I don't know, but have you tried my first suggestion and provided LaTeX with your own copy of `utf8.def'? I think that solved the problem for me once. -- Daniel Rubin daniel warum-ada de