From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5264 Path: main.gmane.org!not-for-mail From: Marko Schuetz Newsgroups: gmane.comp.tex.context Subject: Re: Context and xypic, amslatex etc Date: Mon, 13 Aug 2001 17:35:44 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20010813173544J.marko@kinetic.ki.informatik.uni-frankfurt.de> References: <20010807211533R.marko@kinetic.ki.informatik.uni-frankfurt. de> <5.1.0.14.1.20010808100325.02eb8f18@server-1> Reply-To: marko@ki.informatik.uni-frankfurt.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 1035395864 32616 80.91.224.250 (23 Oct 2002 17:57:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:57:44 +0000 (UTC) Cc: marko@ki.informatik.uni-frankfurt.de Original-To: ntg-context@ntg.nl In-Reply-To: <5.1.0.14.1.20010808100325.02eb8f18@server-1> Xref: main.gmane.org gmane.comp.tex.context:5264 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5264 Thanks for the help! From: Hans Hagen Subject: Re: Context and xypic, amslatex etc Date: Wed, 08 Aug 2001 10:20:11 +0200 [..] I didn't get around to trying it all out, but I thought I'd share some observations. > \useregime[il1] \enableregime[il1] This gave me some errors. Apparently enco-il1.tex is not part of my context setup. I downloaded a more recent version, but didn't find it. So now I'm experimenting with a file enco-il1.tex adapted from enco-lat.tex, which contains: \startregime[latin1] \defineactivecharacter ä {\"{a}} \defineactivecharacter Ä {\"{A}} \defineactivecharacter ö {\"{o}} \defineactivecharacter Ö {\"{O}} \defineactivecharacter ü {\"{u}} \defineactivecharacter Ü {\"{U}} \defineactivecharacter ß {\SS} \stopregime \endinput This currently seems to do what I want after I say \useencoding[il1] Marko