From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17033 Path: main.gmane.org!not-for-mail From: Otared Kavian Newsgroups: gmane.comp.tex.context Subject: Re: \mathbb Date: Fri, 12 Nov 2004 11:06:56 +0100 Message-ID: References: <3.0.5.32.20041111204434.00905d50@mail.northcoast.com> <419479D3.2090304@gmx.de> <41948590.8040102@gmx.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: sea.gmane.org 1100254339 5458 80.91.229.6 (12 Nov 2004 10:12:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Nov 2004 10:12:19 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Nov 12 11:12:06 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CSYPW-0004IS-00 for ; Fri, 12 Nov 2004 11:12:06 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 260AD127E1; Fri, 12 Nov 2004 11:12:06 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13535-04; Fri, 12 Nov 2004 11:12:06 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5FE921279D; Fri, 12 Nov 2004 11:07:09 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2EFD91279D for ; Fri, 12 Nov 2004 11:07:08 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13517-02 for ; Fri, 12 Nov 2004 11:07:07 +0100 (CET) Original-Received: from mwinf0203.wanadoo.fr (unknown [193.252.22.29]) by ronja.ntg.nl (Postfix) with ESMTP id 86C061276B for ; Fri, 12 Nov 2004 11:07:07 +0100 (CET) Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0203.wanadoo.fr (SMTP Server) with SMTP id 54BDB10001F8 for ; Fri, 12 Nov 2004 11:07:07 +0100 (CET) Original-Received: from postfix.math.uvsq.fr (AMontsouris-151-1-33-71.w82-123.abo.wanadoo.fr [82.123.30.71]) by mwinf0203.wanadoo.fr (SMTP Server) with ESMTP id 2AC2C10001ED for ; Fri, 12 Nov 2004 11:07:07 +0100 (CET) Original-Received: from [10.0.1.9] (localhost [127.0.0.1]) by postfix.math.uvsq.fr (Postfix) with ESMTP id 6C18F30814C for ; Fri, 12 Nov 2004 11:07:01 +0100 (CET) X-Sender: otared@pop.wanadoo.fr In-Reply-To: <41948590.8040102@gmx.de> Original-To: mailing list for ConTeXt users X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17033 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17033 At 10:42 +0100 12/11/04, Tobias Burnus wrote: >Well, this should work if you have that font, which is part of >standard teTeX and probably also of standard fpTeX and thus TeXLive. >Otherwise you can find it on CTAN. > >Tobias I have the TeX installation of Gerben Wierda, on Mac OS X 10.3, but I wanted to experiment your suggestion of \definefont[BBMFont][bbm12 sa *] \def\Bbm#1% {{\hbox{\BBMFont #1}}} However the result of ${\Bbm R}$ is not a blackboard bold R, but some other character resembling the delimiter |. Actually with ConTeXt there are many fonts that I can't use correctely... In any case thank you for your insight. Best regards: OK