From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/48859 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: bold math Date: Fri, 27 Mar 2009 17:06:17 -0400 (EDT) Message-ID: References: <49CCEC4A.3040100@gmail.com> <1ea4ae670903271359n683c01a6w85014a7390ff0ce@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-1835984217-1238187978=:4480" X-Trace: ger.gmane.org 1238188050 3023 80.91.229.12 (27 Mar 2009 21:07:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Mar 2009 21:07:30 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 27 22:08:48 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1LnJIE-00034H-GU for gctc-ntg-context-518@m.gmane.org; Fri, 27 Mar 2009 22:08:46 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5FE281FC45; Fri, 27 Mar 2009 22:07:21 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00090-05; Fri, 27 Mar 2009 22:06:48 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 576251FBC5; Fri, 27 Mar 2009 22:06:48 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1C61D1FBC5 for ; Fri, 27 Mar 2009 22:06:47 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23342-02-5 for ; Fri, 27 Mar 2009 22:06:40 +0100 (CET) Original-Received: from filter3-til.mf.surf.net (filter3-til.mf.surf.net [194.171.167.219]) by ronja.ntg.nl (Postfix) with ESMTP id 9240C1FB8F for ; Fri, 27 Mar 2009 22:06:40 +0100 (CET) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.161]) by filter3-til.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n2RL6cmI020220 for ; Fri, 27 Mar 2009 22:06:39 +0100 Original-Received: FROM dhcp128036151189.central.yale.edu (dhcp128036151189.central.yale.edu [128.36.151.189]) BY tombraider.mr.itd.umich.edu ID 49CD3FDD.4D16.31138 ; 27 Mar 2009 17:06:37 -0400 In-Reply-To: <1ea4ae670903271359n683c01a6w85014a7390ff0ce@mail.gmail.com> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=141.211.93.161; country=US; region=MI; city=Ann Arbor; postalcode=48109; latitude=42.2923; longitude=-83.7145; metrocode=505; areacode=734; http://maps.google.com/maps?q=42.2923,-83.7145&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 200328457 - 06f4e93cb3ee - 20090327 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.219 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:48859 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-1835984217-1238187978=:4480 Content-Type: TEXT/PLAIN; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Fri, 27 Mar 2009, Bo=A8tjan Vesnicer wrote: > Thanks, Aditya. > > I have the same question for calligraphic and doublestroke symbols. I do not know of fonts that provide calligraphic and doublestroke symbols.= =20 Calligraphic uppercase letters, and doublestroke letters are provided by=20 ams fonts, and can be used using {\cal ABC} {\Bbd ABC} without requiring any extra setup. Aditya > Bostjan > > On Fri, Mar 27, 2009 at 4:17 PM, Aditya Mahajan wrote= : > >> On Fri, 27 Mar 2009, Bostjan Vesnicer wrote: >> >> Hi, >>> >>> what is the current (preferred) way of using math bold symbols. >>> >> >> For MKII, define >> >> \definetypeface [boldmath] [mm] [boldmath] [latin-modern] [default] >> >> and then use \boldsymbol around symbol that you want in bold. >> >> For MKIV, bold math isn't handled yet. >> >> Aditya >> >> ________________________________________________________________________= ___________ >> If your question is of interest to others as well, please add an entry t= o >> 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 >> >> ________________________________________________________________________= ___________ >> > --8323328-1835984217-1238187978=:4480 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 ___________________________________________________________________________________ --8323328-1835984217-1238187978=:4480--