From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17029 Path: main.gmane.org!not-for-mail From: Otared Kavian Newsgroups: gmane.comp.tex.context Subject: Re: \mathbb Date: Fri, 12 Nov 2004 10:29:49 +0100 Message-ID: References: <3.0.5.32.20041111204434.00905d50@mail.northcoast.com> <419479D3.2090304@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 1100251814 31684 80.91.229.6 (12 Nov 2004 09:30:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Nov 2004 09:30:14 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Nov 12 10:30:00 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 1CSXkm-0001UG-00 for ; Fri, 12 Nov 2004 10:30:00 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5F21E1279D; Fri, 12 Nov 2004 10:30:00 +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 12980-07; Fri, 12 Nov 2004 10:29:57 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9069312797; Fri, 12 Nov 2004 10:29:57 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 37D5412797 for ; Fri, 12 Nov 2004 10:29:56 +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 13109-01 for ; Fri, 12 Nov 2004 10:29:55 +0100 (CET) Original-Received: from mwinf1012.wanadoo.fr (unknown [193.252.22.21]) by ronja.ntg.nl (Postfix) with ESMTP id 95C821278A for ; Fri, 12 Nov 2004 10:29:55 +0100 (CET) Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1012.wanadoo.fr (SMTP Server) with SMTP id 5AAE418000CB for ; Fri, 12 Nov 2004 10:29:55 +0100 (CET) Original-Received: from postfix.math.uvsq.fr (AMontsouris-151-1-42-23.w82-123.abo.wanadoo.fr [82.123.151.23]) by mwinf1012.wanadoo.fr (SMTP Server) with ESMTP id 357AB1800072 for ; Fri, 12 Nov 2004 10:29:55 +0100 (CET) Original-Received: from [10.0.1.9] (localhost [127.0.0.1]) by postfix.math.uvsq.fr (Postfix) with ESMTP id 61B3A308071 for ; Fri, 12 Nov 2004 10:29:54 +0100 (CET) X-Sender: otared@pop.wanadoo.fr In-Reply-To: <419479D3.2090304@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:17029 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17029 At 9:52 +0100 12/11/04, Tobias Burnus wrote: >Hi, > >David Arnold wrote: > >>\usepackage{amsmath} >>\usepackage{amssymb} >> >\setupbodyfont[ams] You don't even need to say \setupbodyfont[ams]: the following works fine \def\Real#1{{\Bbb R}} \starttext Let $x\in\Real$, and everything works. \stoptext > >PS: I think the following looks nicer: > >\definefont[BBMFont][bbm12 sa *] >\def\Bbm#1% > {{\hbox{\BBMFont #1}}} On my installation of ConTeXt and TeX this doesn't work, while \Bbb is part of the "basic ConTeXt". Best regards: OK