From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13156 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: double-lined Z for meaning "integers" Date: Tue, 09 Sep 2003 18:53:00 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <5.2.0.9.1.20030909185121.0183f428@localhost> References: <87k78i546j.fsf@uga.edu> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1063192250 19975 80.91.224.253 (10 Sep 2003 11:10:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2003 11:10:50 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Sep 10 13:10:49 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19x2s5-0008RM-00 for ; Wed, 10 Sep 2003 13:10:49 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 72A9E10B8C; Wed, 10 Sep 2003 13:10:46 +0200 (MEST) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id DCBD210B8E for ; Wed, 10 Sep 2003 13:04:06 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id h8AB41j28494 for ; Wed, 10 Sep 2003 13:04:01 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 6696D21F25; Wed, 10 Sep 2003 13:04:00 +0200 (CEST) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.1]) by server-1.pragma-net.nl (Postfix) with ESMTP id 1ED191850E for ; Wed, 10 Sep 2003 11:03:57 +0000 (UTC) X-Sender: hagen-mail@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Original-To: ntg-context@ntg.nl In-Reply-To: <87k78i546j.fsf@uga.edu> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13156 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13156 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 -------------------------------------------------------------------------