ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: Re: utf-8
Date: Sun, 08 Dec 2002 21:37:44 +0100	[thread overview]
Message-ID: <5.1.0.14.1.20021208213623.036108f8@remote-1> (raw)
In-Reply-To: <20021208134625.GA3632@scaprea>

At 02:46 PM 12/8/2002 +0100, you wrote:
>On Sat, Dec 07, 2002 at 02:31:03PM +0100, Simon Pepping wrote:
> > Many math symbols (unicode range 0x2200) are still missing. Would they
> > be added like this: \definecharacter textSum {\mathematics{\Sum}} ? I
> > will experiment somewhat with this later.
>
>Attached my first efforts. I will work it out later, if there is a
>need. How do I define combinations with \not? Can I use the AMS
>character names straight away?

indeed, this also makes them adapt better to font circumstances

\startunicodevector 34
   \ifcase#1%\numexpr(#1-15)
     \strippedcsname \forall      \or   % "2200
     \strippedcsname \unknownchar \or
     \strippedcsname \partial     \or
     \strippedcsname \exists      \or
     \strippedcsname \notexists   \or
     \strippedcsname \emptyset    \or
     \strippedcsname \unknownchar \or
     \strippedcsname \nabla       \or
     \strippedcsname \in          \or
     \strippedcsname \notin       \or
     \strippedcsname \unknownchar \or
     \strippedcsname \ni          \or
     \strippedcsname \notni       \or
     \strippedcsname \unknownchar \or
     \strippedcsname \unknownchar \or
     \strippedcsname \prod        \or
     \strippedcsname \coprod      \or   % "2210
     \strippedcsname \sum         \else
     \strippedcsname \unknownchar
   \fi
\stopunicodevector

\protect \endinput

so, if you can complete these list ...

missing chars should go into the math-* files as well, or at least 
placeholders

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------

  reply	other threads:[~2002-12-08 20:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-07 13:31 utf-8 Simon Pepping
2002-12-08 13:46 ` utf-8 Simon Pepping
2002-12-08 20:37   ` Hans Hagen [this message]
2002-12-08 20:28 ` utf-8 Hans Hagen

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=5.1.0.14.1.20021208213623.036108f8@remote-1 \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /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).