From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17051 Path: main.gmane.org!not-for-mail From: Maurice Diamantini (free) Newsgroups: gmane.comp.tex.context Subject: Re: \mathbb Date: Fri, 12 Nov 2004 19:53:34 +0100 Message-ID: <2770A484-34DC-11D9-859B-000D93AF7A34@free.fr> References: <3.0.5.32.20041111204434.00905d50@mail.northcoast.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1100507716 17088 80.91.229.6 (15 Nov 2004 08:35:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Nov 2004 08:35:16 +0000 (UTC) Cc: Maurice Diamantini Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 15 09:35: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 1CTcKC-0008BG-00 for ; Mon, 15 Nov 2004 09:35:00 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 420E7127A4; Mon, 15 Nov 2004 09:34:59 +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 03551-07; Mon, 15 Nov 2004 09:34:49 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F004C12798; Mon, 15 Nov 2004 09:34:47 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DF06012775 for ; Fri, 12 Nov 2004 19:53:43 +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 15757-01 for ; Fri, 12 Nov 2004 19:53:43 +0100 (CET) Original-Received: from postfix3-1.free.fr (unknown [213.228.0.44]) by ronja.ntg.nl (Postfix) with ESMTP id 4263C1276B for ; Fri, 12 Nov 2004 19:53:43 +0100 (CET) Original-Received: from [10.0.1.18] (lns-vlq-39f-81-56-135-43.adsl.proxad.net [81.56.135.43]) by postfix3-1.free.fr (Postfix) with ESMTP id DAB7E1734EA; Fri, 12 Nov 2004 19:53:42 +0100 (CET) In-Reply-To: <3.0.5.32.20041111204434.00905d50@mail.northcoast.com> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.619) X-Virus-Scanned: by amavisd-new at ntg.nl X-Mailman-Approved-At: Mon, 15 Nov 2004 09:34:46 +0100 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:17051 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17051 Le 12 nov. 04, =E0 05:44, David Arnold a =E9crit : \usemodule[amsl] \def\Real{\mathbb{R}} \starttext Let $x\in\Real$. \stoptext You can try that at http://live.contextgarden.net/ Click on the bottom left "live context" copy-paste this text, click typeset and download the pdf result ;-) -- Maurice > All, > > In Latex, I would write: > > \documentclass{article} > > \usepackage{amsmath} > \usepackage{amssymb} > > \newcommand{\Real}{\mathbb{R}} > > \begin{document} > > Let $x\in\Real$. > > \end{document} > > > How to I get the "Blackboard Bold" R in Context? > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >