From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Marie Gaillourdet Subject: Re: Umlauts in LaTeX export Date: Wed, 03 Nov 2010 18:51:08 +0100 Message-ID: References: <87sjzibe53.fsf@berkeley.edu> <26AC1DD2-BF5D-4D61-930D-50B2D9DF7A5C@nf.mpg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=33813 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDhUV-0001Z9-Q5 for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 13:51:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDhUU-0000ZB-CR for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 13:51:19 -0400 Received: from mailgw1.uni-kl.de ([131.246.120.220]:50336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDhUU-0000YV-0W for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 13:51:18 -0400 In-Reply-To: <26AC1DD2-BF5D-4D61-930D-50B2D9DF7A5C@nf.mpg.de> (Stefan Vollmar's message of "Wed, 03 Nov 2010 18:35:07 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Stefan Vollmar Cc: Richard Lawrence , emacs-orgmode mailing list Dear Richard, Stefan Vollmar writes: > Dear Richard, > > sitting in front of a German keyboard, writing=20 > > G=C3=B6del > > seems to be the obvious solution for modern LaTeX and Emacs versions - yo= u could define some shortcut to insert the appropriate Unicode character in= to your text (as your keyboard probably does not feature a "=C3=B6" key), o= r copy/paste the Umlauts from another Emacs file as necessary. If you do no= t need it very often, this might be a reasonable alternative.=20 Although I am german, I use an american keyboard layout for coding and everything else. But there is a nice emacs solution to enter umlauts: =3DC-x RET C-\ german-postfix RET=3D This enables an input method which allows you to enter all german umlauts: =C3=A4 =C3=BC =C3=B6 =C3=84 =C3=9C = =C3=96 and =C3=9F.=20 Entering an `a' followed immediately by an `e' generates an =C3=A4, followed by another `e' it becomes `ae`, similar for =C3=BC and =C3=B6 . `s` followe= d by `z` generates an `=C3=9F`. Larger variants are typed by typing two large letters. Regards, Jean-Marie