From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9279 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: hyphenation and umlauts Date: Tue, 17 Sep 2002 14:33:52 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20020917143352.69a29dca.morawski@gmx.net> References: <20020916222910.7de4ee67.morawski@gmx.net> <20020917.120841.07076286.MarkoSchuetz@web.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035399620 2012 80.91.224.250 (23 Oct 2002 19:00:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 19:00:20 +0000 (UTC) Original-To: ConTeXt In-Reply-To: <20020917.120841.07076286.MarkoSchuetz@web.de> Xref: main.gmane.org gmane.comp.tex.context:9279 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9279 On Tue, 17 Sep 2002 12:08:41 +0200 (CEST) Marko Schütz wrote: > From: Jens-Uwe Morawski > Subject: Re: hyphenation and umlauts > Date: Mon, 16 Sep 2002 22:29:10 +0200 > > > On Mon, 16 Sep 2002 18:42:26 +0200 > > Hans Hagen wrote: > > > > > At 05:43 PM 9/16/2002 +0200, Jens-Uwe Morawski wrote: > > > >Does this mean that for the standard CM-fonts there no way to define a > > > >hyphenation that includes umlauts? > > > > > > right, but you may want to switch to aer fonts, (kind of ec with precooked > > > umlauts) > > > > > > \setupbodyfont[aer] > > > > Ahh, this works perfectly. Many thanks! > > > > In the \hyphenation i have used \adiaeresis. Where can i look to find > > more names/commands for special characters? > > What if there is no hyphenation directly after the umlaut? > > \hyphenation{\Adiaeresis{}qui-va-lenz-klas-se} > will not work. > What would be the correct way to define this hyphenation? Try: \setupbodyfont[aer] \hyphenation{\Adiaeresis qui-va-lenz-klas-se} Jens