From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31909 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Non-bold marker in bold head? Date: Mon, 20 Nov 2006 12:37:52 +0100 Message-ID: <918882E9-EE49-4E40-BFA1-F439310AD0F3@st.estfiles.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164022832 7918 80.91.229.2 (20 Nov 2006 11:40:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Nov 2006 11:40:32 +0000 (UTC) Cc: Taco Hoekwater Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 20 12:40:27 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 1Gm7VU-000509-Eb for gctc-ntg-context-518@m.gmane.org; Mon, 20 Nov 2006 12:40:12 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1AEF21FD5C; Mon, 20 Nov 2006 12:39:21 +0100 (CET) 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 17810-04-7; Mon, 20 Nov 2006 12:39:11 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 93B8A1FD71; Mon, 20 Nov 2006 12:39:11 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AB2661FDD8 for ; Mon, 20 Nov 2006 12:39:09 +0100 (CET) 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 17810-04-6 for ; Mon, 20 Nov 2006 12:39:03 +0100 (CET) Original-Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.18.16]) by ronja.ntg.nl (Postfix) with SMTP id A4D2E1FD5C for ; Mon, 20 Nov 2006 12:39:03 +0100 (CET) Original-Received: (qmail 31552 invoked from network); 20 Nov 2006 11:37:57 -0000 Original-Received: from unknown (HELO [89.50.66.42]) (698580@[89.50.66.42]) (envelope-sender ) by smtprelay04.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 20 Nov 2006 11:37:57 -0000 Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.3) 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:31909 Archived-At: Hi, I need a non-bold (roman) footnote-marker even when the footnotes are in bold section heads. But the suspected syntax below doesn't work. Any other idea? Steffen \starttext \definehead[MySection][subsection] \def\MySectionStyle {\switchtobodyfont[rm,10.75pt]\setupinterlinespace [line=12pt]\bf} \setuphead[MySection][style=\MySectionStyle] \MySection{Bold text {\switchtobodyfont[rm,9.5pt]\rm\footnote{non- bold, roman footnote marker?}}} \stoptext