From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16300 Path: main.gmane.org!not-for-mail From: Sytse Knypstra Newsgroups: gmane.comp.tex.context Subject: Re: Bold math Date: Tue, 31 Aug 2004 10:30:37 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <6.1.2.0.1.20040831102441.02453cf0@imap.eco.rug.nl> References: <20040830205032.GB5907@puritan.pcp.ath.cx> 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 1093941059 20309 80.91.224.253 (31 Aug 2004 08:30:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Aug 2004 08:30:59 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 31 10:30:48 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 1C242R-0001GD-00 for ; Tue, 31 Aug 2004 10:30:47 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 251961277A; Tue, 31 Aug 2004 10:30:47 +0200 (CEST) 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 29647-06; Tue, 31 Aug 2004 10:30:45 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3F98C12772; Tue, 31 Aug 2004 10:30:45 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 05F9A12772 for ; Tue, 31 Aug 2004 10:30:44 +0200 (CEST) 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 29805-03 for ; Tue, 31 Aug 2004 10:30:43 +0200 (CEST) Original-Received: from dep.eco.rug.nl (unknown [129.125.24.250]) by ronja.ntg.nl (Postfix) with ESMTP id 75A9612771 for ; Tue, 31 Aug 2004 10:30:43 +0200 (CEST) Original-Received: from pc-030-081.eco.rug.nl (pc-062-107.eco.rug.nl [129.125.62.107]) by dep.eco.rug.nl (8.12.10/8.12.10) with ESMTP id i7V8Uhqd020401 for ; Tue, 31 Aug 2004 10:30:43 +0200 (MEST) X-Sender: knypstrs@imap.eco.rug.nl X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Original-To: mailing list for ConTeXt users In-Reply-To: <20040830205032.GB5907@puritan.pcp.ath.cx> Original-References: <20040830205032.GB5907@puritan.pcp.ath.cx> 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: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16300 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16300 At 8/30/2004 10:50, you wrote: >Is there a "simple" way to get bold (, |, *, and ) in math? > nikolai I don't know how to get them in the standard cmr fonts, but I have the lucida fonts installed and realised these bold characters as follows: \definetypeface [mainface] [rm] [serif] [lucida] [default] [encoding=texnansi] \definetypeface [mainface] [tt] [mono] [lucida] [default] [encoding=texnansi] \definetypeface [mainface] [ss] [sans] [lucida] [default] [encoding=texnansi] \definetypeface [mainface] [mm] [math,bfmath] [lucida] [default] [encoding=texnansi] \setupformulas [method=bold] \usetypescript [lucida] [texnansi] \switchtotypeface [lucida] [12pt] \switchtobodyfont[mainface] \usemathcollection[lbr] \setupbodyfont[mainface] \starttext ${\bfm ( | * )}$ \stoptext Sytse Knypstra