From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17953 Path: main.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: fundamental problem with headings Date: Mon, 24 Jan 2005 20:15:08 +0100 Message-ID: <41F5493C.3080800@boede.nl> References: <41F4D758.7050602@elvenkind.com> 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 1106608906 10887 80.91.229.6 (24 Jan 2005 23:21:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2005 23:21:46 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jan 25 00:21:40 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 1CtDWe-0007Yj-00 for ; Tue, 25 Jan 2005 00:21:40 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9ABE9127BD; Tue, 25 Jan 2005 00:21:39 +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 19603-07-7; Tue, 25 Jan 2005 00:21:37 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 76917127B3; Tue, 25 Jan 2005 00:21:37 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1C6E1127B3 for ; Tue, 25 Jan 2005 00:21:36 +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 19603-07-6 for ; Tue, 25 Jan 2005 00:21:35 +0100 (CET) Original-Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) by ronja.ntg.nl (Postfix) with ESMTP id 2A70E1278F for ; Tue, 25 Jan 2005 00:21:35 +0100 (CET) Original-Received: from [192.168.0.193] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtp-vbr5.xs4all.nl (8.12.11/8.12.11) with ESMTP id j0OJF75i070898 for ; Mon, 24 Jan 2005 20:15:07 +0100 (CET) (envelope-from w.egger@boede.nl) User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <41F4D758.7050602@elvenkind.com> X-Virus-Scanned: by XS4ALL Virus Scanner 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:17953 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17953 Hi Steffen Hm, so I misinterpreted your first mail. Indeed, the emphasized part is at bodyfontsize... Sorry for the wrong answer Willi Taco Hoekwater wrote: > 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 > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context