From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20463 Path: news.gmane.org!not-for-mail From: Enrico Schmitz Newsgroups: gmane.comp.tex.context Subject: Re: Bold math in section titles ?? Date: Sat, 21 May 2005 16:16:26 +0200 Message-ID: <428F42BA.2060303@uni-trier.de> References: <428C8B90.3090702@hiskp.uni-bonn.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1116832642 19105 80.91.229.2 (23 May 2005 07:17:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 May 2005 07:17:22 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon May 23 09:17:11 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Da7At-0001p8-BM for gctc-ntg-context-518@m.gmane.org; Mon, 23 May 2005 09:16:31 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 20A65127BF; Mon, 23 May 2005 09:17:54 +0200 (CEST) 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 12594-05; Mon, 23 May 2005 09:17:49 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A6039127A9; Mon, 23 May 2005 09:17:48 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0A7F112792 for ; Sat, 21 May 2005 16:16:52 +0200 (CEST) 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 14372-04 for ; Sat, 21 May 2005 16:16:51 +0200 (CEST) Original-Received: from rzmail.uni-trier.de (rzmail.uni-trier.de [136.199.8.220]) by ronja.ntg.nl (Postfix) with ESMTP id 48BF91278E for ; Sat, 21 May 2005 16:16:51 +0200 (CEST) Original-Received: from localhost (urtm101.uni-trier.de [136.199.198.101]) by rzmail.uni-trier.de (Postfix) with ESMTP id F292B74CF0 for ; Sat, 21 May 2005 16:16:50 +0200 (CEST) Original-Received: from rzmail.uni-trier.de ([136.199.8.220]) by localhost (urtm101 [136.199.198.101]) (amavisd-new, port 10024) with ESMTP id 29395-09 for ; Sat, 21 May 2005 16:16:50 +0200 (CEST) Original-Received: from [136.199.5.11] (vpn011.uni-trier.de [136.199.5.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rzmail.uni-trier.de (Postfix) with ESMTP id 462C874287 for ; Sat, 21 May 2005 16:16:43 +0200 (CEST) User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <428C8B90.3090702@hiskp.uni-bonn.de> X-Virus-Scanned: by Amavisd-new + McAfee uvscan / Univ. Rechenzentrum Trier X-Virus-Scanned: amavisd-new at ntg.nl X-Mailman-Approved-At: Mon, 23 May 2005 09:17:47 +0200 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20463 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20463 >Is it possible to activate bold math printing in a >chapter/section/subsection title? In the example the >numbers withing math mode (and the greek symbols) >are set in regular style, while the rest of the title >is printed in bold. > This is an example using the euler math fonts: \definetypeface[careless][mm][math][euler][euler][encoding=texnansi] \definetypeface[careless][mm][bfmath][euler][euler] \definetypeface[boldmath][mm][boldmath][euler][euler] \definetypeface[boldmath][mm][bfmath][euler][euler] \setupbodyfont[careless] \starttext \setuphead[section][style={\bfa}] \section{Normal $a^2+b^2=c^2$} \setuphead[section][style={\switchtobodyfont[boldmath]\bfa}] \section{Bold $a^2+b^2=c^2$} \stoptext