From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/52420 Path: news.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: bold and nonbold math Date: Tue, 18 Aug 2009 17:18:49 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: multipart/mixed; boundary="===============0769070686==" X-Trace: ger.gmane.org 1250608828 9745 80.91.229.12 (18 Aug 2009 15:20:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Aug 2009 15:20:28 +0000 (UTC) To: NTG ConTeXt Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 18 17:20:21 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1MdQU0-0004W7-So for gctc-ntg-context-518@m.gmane.org; Tue, 18 Aug 2009 17:20:20 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9E038C9B0D; Tue, 18 Aug 2009 17:20:15 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id xfpeIijC+SXF; Tue, 18 Aug 2009 17:20:15 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 70366C9B59; Tue, 18 Aug 2009 17:19:23 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 1B5A0C9AF5 for ; Tue, 18 Aug 2009 17:19:22 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 3aiIksmPfI4S for ; Tue, 18 Aug 2009 17:19:02 +0200 (CEST) Original-Received: from postduif.ic.uva.nl (postduif.ic.uva.nl [145.18.40.180]) by balder.ntg.nl (Postfix) with ESMTP id 81454C9B59 for ; Tue, 18 Aug 2009 17:18:59 +0200 (CEST) Original-Received: from [192.168.178.21] (a82-95-102-36.adsl.xs4all.nl [82.95.102.36]) (authenticated bits=0) by postduif.ic.uva.nl (8.13.1/8.13.1) with ESMTP id n7IFIn61012286 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Tue, 18 Aug 2009 17:18:51 +0200 X-Mailer: Apple Mail (2.936) X-CanIt-Geo: ip=82.95.102.36; country=NL; region=07; city=Amsterdam; latitude=52.3500; longitude=4.9167; http://maps.google.com/maps?q=52.3500,4.9167&z=6 X-CanItPRO-Stream: auth (inherits from default) X-Canit-Stats-ID: Bayes signature not available X-Scanned-By: CanIt (www . roaringpenguin . com) on 145.18.40.180 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:52420 Archived-At: --===============0769070686== Content-Type: multipart/alternative; boundary=Apple-Mail-4--428893460 --Apple-Mail-4--428893460 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Working on typescripts for Y&Y's LucidaBright (which are type1 fonts) for MKIV (hoping to maintain compatibilty with MKII), the following code produces all math in bold, even the first x+y. \usetypescript[luc]\setupbodyfont[luci]\starttext $x+y$ -- $\bfmath x+y$ \stoptext I studied the new manual chapter on typescripts as well as have worked in analogy with existent typescripts in the current ConTeXt base. I certainly am missing an important clue here. The relevant portions of the typescript are: \starttypescriptcollection[luci] \starttypescript [luci] \definetypeface [luci][mm][math][lucibr][default] \definetypeface [luci][mm][bfmath][lucibr][default] % removal prints nonbold math only \stoptypescript ... % typescripts for text in serif, sans etc. omitted but contain: \definefontsynonym [LucidaBright][lbr.tfm][encoding=\typescriptthree] \definefontsynonym [LucidaBright-Demi][lbd.tfm][encoding= \typescriptthree] ... \starttypescript [math] [lucibr] [name] \usemathcollection [lucibr] \definefontsynonym [MathRoman][LucidaBright] ... etc. \definebodyfont [default] [mm] [mr=MathRoman mo 1, ex=MathExtension mo 1, ... etc.] .. math font tfm definitions \stoptypescript \starttypescript [bfmath] [lucibr] [name] \usemathcollection [lucibr] \definefontsynonym [MathRomanBold] [LucidaBright-Demi] ... etc. \definebodyfont [default] [mm] [mrbf=MathRomanBold mo 1, exbf=MathExtensionBold mo 1, ... etc.] .. bold font tfm definitions \stoptypescript \stoptypescriptcollection Hans van der Meer --Apple-Mail-4--428893460 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Working on typescripts for = Y&Y's LucidaBright (which are type1 fonts) for MKIV (hoping to = maintain compatibilty with MKII), the following code produces all math = in bold, even the first = x+y.
  \usetypescript[luc]\setupbodyfont[luci]\starttext = $x+y$ -- $\bfmath x+y$ \stoptext

I studied the = new manual chapter on typescripts as well as have worked in analogy with = existent typescripts in the current ConTeXt base. I certainly am missing = an important clue here.

The relevant portions = of the typescript are:

=


=

= --Apple-Mail-4--428893460-- --===============0769070686== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============0769070686==--