From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29215 Path: news.gmane.org!not-for-mail From: Ralf Schmitt Newsgroups: gmane.comp.tex.context Subject: Re: definetypeface vs math symbols Date: Mon, 10 Jul 2006 14:02:04 +0200 Message-ID: <44B241BC.5000508@brainbot.com> References: <44B1FD58.4010204@brainbot.com> <44B21763.6000303@brainbot.com> <44B229B6.9000006@brainbot.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1152532872 8300 80.91.229.2 (10 Jul 2006 12:01:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Jul 2006 12:01:12 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jul 10 14:01:10 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1FzuRB-0005Fi-IP for gctc-ntg-context-518@m.gmane.org; Mon, 10 Jul 2006 14:00:29 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3EBB6127B6; Mon, 10 Jul 2006 14:00:29 +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 08504-04-4; Mon, 10 Jul 2006 14:00:23 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9E8D512828; Mon, 10 Jul 2006 14:00:22 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 52FE2127B6 for ; Mon, 10 Jul 2006 14:00:19 +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 08503-05 for ; Mon, 10 Jul 2006 14:00:14 +0200 (CEST) Original-Received: from mail.brainbot.com (mail.brainbot.com [213.139.152.62]) by ronja.ntg.nl (Postfix) with SMTP id 9E22812828 for ; Mon, 10 Jul 2006 14:00:11 +0200 (CEST) Original-Received: (qmail 10072 invoked from network); 10 Jul 2006 14:00:03 +0200 Original-Received: from unknown (HELO ?192.168.10.45?) (192.168.10.45) by heini.brainbot.com with SMTP; 10 Jul 2006 14:00:03 +0200 User-Agent: Thunderbird 1.5.0.4 (X11/20060615) Original-To: mailing list for ConTeXt users In-Reply-To: <44B229B6.9000006@brainbot.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:29215 Archived-At: Ralf Schmitt wrote: > Thomas A. Schmitz wrote: >> >> 1. define the math font as well: >> \definetypeface [charter] [mm] [math] [modern] [default] [encoding=ec] >> >> and see if this solves your problem. > > This works. > Until one tries to use a bold font with \bf. This is the complete list of commands I use to circumvent that problem: \usetypescript[serif][charter][ec] \definetypeface [charter] [it] [italics] [modern] [default][encoding=ec] \definetypeface [charter] [bf] [bold] [modern] [default] [encoding=ec] \definetypeface [charter] [mm] [math] [modern] [default] [encoding=ec] \definetypeface [charter] [rm] [serif] [charter] [default] [encoding=ec] \definetypeface [charter] [tt] [mono] [charter] [default] [encoding=ec] \setupbodyfont [charter, 11pt] (Just to keep the archives complete...actually I don't understand what I'm doing (wrong?) here.) - Ralf