From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17930 Path: main.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: fundamental problem with headings Date: Mon, 24 Jan 2005 11:46:44 +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 1106563611 10986 80.91.229.6 (24 Jan 2005 10:46:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2005 10:46:51 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jan 24 11:46:43 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 1Ct1k3-0005mu-00 for ; Mon, 24 Jan 2005 11:46:43 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9410C1279E; Mon, 24 Jan 2005 11:46:42 +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 03753-04; Mon, 24 Jan 2005 11:46:39 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3EAD512787; Mon, 24 Jan 2005 11:46:39 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4390812787 for ; Mon, 24 Jan 2005 11:46:38 +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 03632-05-3 for ; Mon, 24 Jan 2005 11:46:36 +0100 (CET) Original-Received: from smtprelay02.ispgateway.de (unknown [80.67.18.14]) by ronja.ntg.nl (Postfix) with ESMTP id 0EF4D1277A for ; Mon, 24 Jan 2005 11:46:36 +0100 (CET) Original-Received: (qmail 26793 invoked from network); 24 Jan 2005 10:46:35 -0000 Original-Received: from unknown (HELO [62.134.76.66]) (698580@[62.134.76.214]) (envelope-sender ) by smtprelay02.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 24 Jan 2005 10:46:35 -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:17930 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17930 Hi, there seems to be a fundamental problem with headings - or at least I have :( 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? Do I use wrong code? Thank you, Steffen \starttext \def\Textit{\groupedcommand\it\/} \definefont[SectionFont][Serif at 20pt] \def\SectionStyle{\SectionFont\setupinterlinespace[line=30pt]} \setuphead[section] [alternative=paragraph,style=\SectionStyle] text \section{heading \Textit{italic} heading} text \stoptext