ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jens-Uwe Morawski <morawski@gmx.net>
Subject: Re: Encoding problems and degree sign
Date: Fri, 27 Sep 2002 11:54:43 +0200	[thread overview]
Message-ID: <20020927115443.79f6056f.morawski@gmx.net> (raw)
In-Reply-To: <Pine.OSF.4.30.0209271005550.10468-100000@sirppi.helsinki.fi>

On Fri, 27 Sep 2002 10:32:18 +0300 (EET DST)
<mari.voipio@iki.fi> 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


  reply	other threads:[~2002-09-27  9:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-27  7:32 mari.voipio
2002-09-27  9:54 ` Jens-Uwe Morawski [this message]
2002-09-27 11:48   ` mari.voipio
2002-09-27 15:12     ` Jens-Uwe Morawski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020927115443.79f6056f.morawski@gmx.net \
    --to=morawski@gmx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).