ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: double-lined Z for meaning "integers"
Date: Tue, 09 Sep 2003 18:53:00 +0200	[thread overview]
Message-ID: <5.2.0.9.1.20030909185121.0183f428@localhost> (raw)
In-Reply-To: <87k78i546j.fsf@uga.edu>

At 12:15 09/09/2003 -0400, you wrote:
>Hi.  I am having trouble finding the right incantation for summoning
>the correct Z.  There are some doubly-lined versions of N, Z, Q, and
>R, that are used often to signify the sets of natural numbers,
>integers, rational numbers, and reals, respectively.
>
>Does anyone know how to get those?  Here's a pic of the Z and Q.  Note
>that there's white between the lines -- not fill.
>
>
>                                  -----
>     -------------------        -/     \-
>                 /    /        /       | \
>                /    /        /        |  \
>               /    /        /         |   \
>               |   /         |         |   |
>              /    |        /          |    \
>             /    /         |          |    |
>            /    /          |          |    |
>           /    /           |          |    |
>          /    /            \          |    /
>         /    /              |         |   |
>         |    |              \         |   /
>        /    /                \        \  /
>       /    /                  \       |\-
>      /    /                    -\     /- \
>     -------------------          -----    \


math-tex defined:

\definemathcommand [integers]       {\mfunction{Z}}
\definemathcommand [reals]          {\mfunction{R}}
\definemathcommand [rationals]      {\mfunction{Q}}
\definemathcommand [naturalnumbers] {\mfunction{N}}
\definemathcommand [complexes]      {\mfunction{C}}
\definemathcommand [primes]         {\mfunction{P}}

support for blackboard letters depends on the fonts you use, so math-ams 
defined:

\definemathcommand [integers]       {\blackboard{Z}}
\definemathcommand [reals]          {\blackboard{R}}
\definemathcommand [rationals]      {\blackboard{Q}}
\definemathcommand [naturalnumbers] {\blackboard{N}}
\definemathcommand [complexes]      {\blackboard{C}}
\definemathcommand [primes]         {\blackboard{P}}

so .. if you use the ams fonts, $\integers$ and $\rationals$ should work

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:[~2003-09-09 16:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-09 16:15 Ed L Cashin
2003-09-09 16:53 ` Hans Hagen [this message]
2003-09-10 15:00   ` Ed L Cashin
2003-09-10 15:43     ` Re[2]: " Giuseppe Bilotta
2003-09-12 21:47       ` Ed L Cashin
2003-09-09 18:47 ` Henning Hraban Ramm
2003-09-10 13:10   ` Re[2]: " Giuseppe Bilotta

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.2.0.9.1.20030909185121.0183f428@localhost \
    --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).