From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17932 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: fundamental problem with headings Date: Mon, 24 Jan 2005 12:09:12 +0100 Message-ID: <41F4D758.7050602@elvenkind.com> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1106564964 15076 80.91.229.6 (24 Jan 2005 11:09:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2005 11:09:24 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jan 24 12:09:19 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ct25v-0007aU-00 for ; Mon, 24 Jan 2005 12:09:19 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D7F10127B1; Mon, 24 Jan 2005 12:09:17 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04199-01-3; Mon, 24 Jan 2005 12:09:15 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6440E127A2; Mon, 24 Jan 2005 12:09:15 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 76408127A2 for ; Mon, 24 Jan 2005 12:09:14 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04199-01-2 for ; Mon, 24 Jan 2005 12:09:13 +0100 (CET) Original-Received: from post-23.mail.nl.demon.net (unknown [194.159.73.193]) by ronja.ntg.nl (Postfix) with ESMTP id B871412777 for ; Mon, 24 Jan 2005 12:09:13 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:58747 helo=[192.168.1.3]) by post-23.mail.nl.demon.net with esmtp (Exim 4.43) id 1Ct25p-0008l4-Jc for ntg-context@ntg.nl; Mon, 24 Jan 2005 11:09:13 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20041216) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by amavisd-new at ntg.nl 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-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17932 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17932 Steffen Wolfrum wrote: > Hi, > > Each kind of "emphasizing" - like \it \bf \cap \sc etc. - > lets the respective phrase fall back to the documents > bodyfont (see example below). > > How can I avoid this bug? not a bug, this is the expected behaviour of \definefont. > Do I use wrong code? Yes. \definefont defines a single font (hence it's name). What you actually need is a full-blown bodyfont switch: \def\SectionStyle{% \switchtobodyfont[rm,20pt] \setupinterlinespace[line=30pt] } Greetings, Taco