From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9390 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: Encoding problems and degree sign Date: Fri, 27 Sep 2002 11:54:43 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20020927115443.79f6056f.morawski@gmx.net> References: 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 1035399719 2733 80.91.224.250 (23 Oct 2002 19:01:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 19:01:59 +0000 (UTC) Original-To: ConTeXt In-Reply-To: Xref: main.gmane.org gmane.comp.tex.context:9390 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9390 On Fri, 27 Sep 2002 10:32:18 +0300 (EET DST) wrote: > > This is probably almost FAQ stuff, but my skills aren't enough to solve > the problem. > > My system is WindowsNT+TeXLive [May/June version] (+WinEdt/NTEmacs), the > type-enc file I stole from a newer ConTeXt as the TeXLive version had > typos and other problems. > > My document uses the standard postscript fonts and this far I've been > happy with them, but yesterday I found out that the degree sign doesn't > work. Have you enabled the correct input-encoding aka regime? The following code works here: % output=pdftex \enableregime[il1] % iso-latin1 here on my Linux box % you should try 'win' instead of 'il1' \setupbodyfont[aer] % ec-encoded CM-Fonts \starttext Water boils at 100°C. \stoptext also with URW standard Type1-fonts: % output=pdftex \enableregime[il1] \usetypescript[berry][ec] \setupbodyfont[pos,10pt] \starttext Water boils at 100°C. \stoptext Jens