From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17936 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: fundamental problem with headings Date: Mon, 24 Jan 2005 15:27:20 +0100 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1106577089 32534 80.91.229.6 (24 Jan 2005 14:31:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2005 14:31:29 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jan 24 15:31:17 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 1Ct5FM-0005v8-00 for ; Mon, 24 Jan 2005 15:31:16 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DF44A1276D; Mon, 24 Jan 2005 15:31:15 +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 05779-02; Mon, 24 Jan 2005 15:31:15 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BBD0C12777; Mon, 24 Jan 2005 15:27:51 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2DE1E12777 for ; Mon, 24 Jan 2005 15:27:50 +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 05532-06-2 for ; Mon, 24 Jan 2005 15:27:49 +0100 (CET) Original-Received: from smtprelay03.ispgateway.de (unknown [80.67.18.15]) by ronja.ntg.nl (Postfix) with ESMTP id 6453B1276D for ; Mon, 24 Jan 2005 15:27:49 +0100 (CET) Original-Received: (qmail 24993 invoked from network); 24 Jan 2005 14:27:48 -0000 Original-Received: from unknown (HELO [62.134.76.66]) (698580@[62.134.77.44]) (envelope-sender ) by smtprelay03.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 24 Jan 2005 14:27:48 -0000 X-Sender: 698580@pop3.estfiles.de Original-To: ntg-context@ntg.nl 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:17936 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17936 "full-blown bodyfont switch" - that sounds good. thank you Taco! st. 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