ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Hans Åberg" <haberg-1@telia.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Colon as non-operator
Date: Tue, 31 May 2016 17:53:26 +0200	[thread overview]
Message-ID: <CB7969FF-D676-4B9C-A547-CECBA9D9B1C9@telia.com> (raw)
In-Reply-To: <31a6be6e-9ddb-77e3-98b7-e8ef9cb2a7b0@wxs.nl>


> On 31 May 2016, at 17:04, Hans Hagen <pragma@wxs.nl> wrote:
> 
> On 5/31/2016 4:18 PM, Hans Åberg wrote:
>> It is possible to get the symbol : COLON U+003A to expand to \colon, instead of the ratio operator, as it is now?

> it's a commented option

What does that mean?

> i.e. we decided not to do that because the normal colon would be obscured then (just like overloading a period is not realistic)

But can one not have it only in math, the way you suggested before, as in the code below?

Anyway, for Unicode fonts that support RATIO U+2236, input : COLON U+003A should properly give that RATIO in the output, and \colon should output a COLON. :-)


\setupbodyfont[xits,10pt]

\appendtoks
  \catcode`:=\activecatcode
  \letcharcode `: \colon
\to \everymathematics

\starttext

Note: the colon in text should behave normally.
\startformula
  \startalign
    \NC f\NC\colon A→B \NR % Outputs ∶ RATIO U+2236
    \NC f\NC: A→B \NR  % : COLON U+003A, outputs ∶ RATIO U+2236
    \NC f\NC ∶ A→B \NR % ∶ RATIO U+2236
  \stopalign
\stopformula

\stoptext


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2016-05-31 15:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-31 14:18 Hans Åberg
2016-05-31 15:04 ` Hans Hagen
2016-05-31 15:53   ` Hans Åberg [this message]
2016-05-31 18:03     ` 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=CB7969FF-D676-4B9C-A547-CECBA9D9B1C9@telia.com \
    --to=haberg-1@telia.com \
    --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).