From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14095 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: bold math Date: Sun, 23 Nov 2003 18:53:26 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.0.22.2.20031123181536.01dd79d0@localhost> References: <5.2.0.9.1.20031121103005.00ab2138@imap.eco.rug.nl> 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 1069662459 20221 80.91.224.253 (24 Nov 2003 08:27:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2003 08:27:39 +0000 (UTC) Cc: Sytse Knypstra Original-X-From: ntg-context-admin@ntg.nl Mon Nov 24 09:27:37 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 1AOC4H-0004QZ-00 for ; Mon, 24 Nov 2003 09:27:37 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 5082F10B24; Mon, 24 Nov 2003 09:27:33 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 3190210ACD for ; Mon, 24 Nov 2003 09:19:57 +0100 (MET) 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 hAO8Jrv13091; Mon, 24 Nov 2003 09:19:53 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 79A25233CB; Mon, 24 Nov 2003 09:19:55 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 4E0231A4C0; Mon, 24 Nov 2003 08:19:54 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Original-To: ntg-context@ntg.nl In-Reply-To: <5.2.0.9.1.20031121103005.00ab2138@imap.eco.rug.nl> Original-References: <5.2.0.9.1.20031121103005.00ab2138@imap.eco.rug.nl> 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:14095 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14095 At 10:48 21/11/2003, you wrote: >Ahoj, > >On November 11 I asked the list how I could generate bold greek math >symbols (I have the lucida family installed). >Until now I didn't get a response, so maybe I should be more specific. > >Let me put it this way: >On page 12 of the `Fonts in ConTeXt' manual I find the footnote: >`Bold math is already prepared in the core modules, so normally one can do >with less code.' > >Can anybody tell me what code I have to add and where? >I would like to get the following line >$\theta = {\bfmath \alpha' x}$ >with \theta in normal math and \alpha and x in math boldface? First of all, the definition of \bfmath is broken (i probably never really tested it) \def\bfmath{\bf\mf\synchronizesymb\mf} i'll come back to more advanced mixed normal/bold switching later (playing a bit with that now); a main switch to bold math is best done with a new typeface: (i just found out that there's a typo in type-syn.tex and type-enc.tex: LucidaNewMath-Demibold -> LucidaNewMath-DemiBold \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] [lucida] [default] [encoding=texnansi] \definetypeface [boldmath] [rm] [serif] [lucida] [default] [encoding=texnansi] \definetypeface [boldmath] [tt] [mono] [lucida] [default] [encoding=texnansi] \definetypeface [boldmath] [ss] [sans] [lucida] [default] [encoding=texnansi] \definetypeface [boldmath] [mm] [boldmath] [lucida] [default] [encoding=texnansi] \switchtobodyfont[mainface] \usemathcollection[lbr] \showmathtoken{Gamma} \switchtobodyfont[boldmath] \usemathcollection[lbr] \showmathtoken{Gamma} \startlines $x=10 \Gamma \Delta \alpha \delta \zeta$ {$x=10 \Gamma \Delta \alpha \delta \zeta$} {$x=10 \Gamma \Delta \alpha \delta \zeta$} $\mainface x=10 \Gamma \Delta \alpha \delta \zeta$ $\boldmath x=10 \Gamma \Delta \alpha \delta \zeta$ \stoplines \startformula x=12=\fontbody \Gamma \Delta \alpha \delta \zeta \stopformula \startformula[mainface] x=12=\fontbody \Gamma \Delta \alpha \delta \zeta \stopformula \startformula[boldmath] x=12=\fontbody \Gamma \Delta \alpha \delta \zeta \stopformula \startformula[boldmath,8pt] x=8=\fontbody \Gamma \Delta \alpha \delta \zeta \stopformula \startformula[boldmath,12pt,small] x=12s=\fontbody \Gamma \Delta \alpha \delta \zeta \stopformula \startformula[boldmath,small] x=s=\fontbody \Gamma \Delta \alpha \delta \zeta \stopformula \startformula[boldmath,10pt] x=10=\fontbody \Gamma \Delta \alpha \delta \zeta \stopformula \startformula[boldmath,11pt,small] x=11s=\fontbody \Gamma \Delta \alpha \delta \zeta \stopformula \startformula[boldmath,9pt] x=9=\fontbody \Gamma \Delta \alpha \delta \zeta \stopformula \formula[boldmath]{1=2x} Hans