From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/54510 Path: news.gmane.org!not-for-mail From: Alan BRASLAU Newsgroups: gmane.comp.tex.context Subject: Re: Remove bold face Date: Wed, 18 Nov 2009 18:24:57 +0100 Organization: CEA DSM-IRAMIS-SPEC Message-ID: <200911181824.57852.alan.braslau@cea.fr> References: <20eb162f0911171757p4e962a57m3c7fd8ddb807fc3c@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1258565108 11515 80.91.229.12 (18 Nov 2009 17:25:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Nov 2009 17:25:08 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Nov 18 18:25:01 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1NAoH1-0004CE-4n for gctc-ntg-context-518@m.gmane.org; Wed, 18 Nov 2009 18:24:55 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id AAB2EC9B03; Wed, 18 Nov 2009 18:22:28 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id hs2T0XOTfMHA; Wed, 18 Nov 2009 18:22:24 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 84CB8C9AD9; Wed, 18 Nov 2009 18:22:24 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id F101BC9AAA for ; Wed, 18 Nov 2009 18:22:21 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id GKZh6s55GMwA for ; Wed, 18 Nov 2009 18:22:19 +0100 (CET) Original-Received: from smtp4-g21.free.fr (smtp4-g21.free.fr [212.27.42.4]) by balder.ntg.nl (Postfix) with ESMTP id F2E9BC9AD9 for ; Wed, 18 Nov 2009 18:22:16 +0100 (CET) Original-Received: from smtp4-g21.free.fr (localhost [127.0.0.1]) by smtp4-g21.free.fr (Postfix) with ESMTP id 6A4914C809B for ; Wed, 18 Nov 2009 18:24:38 +0100 (CET) Original-Received: from iram-hb-003386.localnet (cev75-1-81-57-248-225.fbx.proxad.net [81.57.248.225]) by smtp4-g21.free.fr (Postfix) with ESMTP id 867024C81FA for ; Wed, 18 Nov 2009 18:24:36 +0100 (CET) User-Agent: KMail/1.12.2 (Linux/2.6.31; KDE/4.3.2; x86_64; ; ) In-Reply-To: <20eb162f0911171757p4e962a57m3c7fd8ddb807fc3c@mail.gmail.com> X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:54510 Archived-At: On Wednesday 18 November 2009 02:57:18 anuar lezama wrote: > Hello Everybody, My problem is the following: I'm creating chapter's titles > with a mix of styles. For example. \chapter{ something {\bolditalic another > thing}} This give me the result that I expect with my titles, but when I > use this title's string to create a header, part of the header appears > with the bold italic style on it and I would like to remove it. So far I > have tried to define my header's style as normal but the bolditalic style > keeps appearing on the "another thing" part. Is there a way to remove this > bold style? Thank you in advance for the help -- Kind Regards Anuar > Maybe try using selectors? (untested with \chapter{}...) \defineselector [title] [max=2,n=2] % alternate {short}{long} titles \starttext \chapter{\select{title} {something another thing} {something {\bf another thing}} } \setupselector [title] [n=1] \completecontent \stoptext Alan ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________