From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/54492 Path: news.gmane.org!not-for-mail From: anuar lezama Newsgroups: gmane.comp.tex.context Subject: Remove bold face Date: Tue, 17 Nov 2009 19:57:18 -0600 Message-ID: <20eb162f0911171757p4e962a57m3c7fd8ddb807fc3c@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0631787931==" X-Trace: ger.gmane.org 1258509521 15176 80.91.229.12 (18 Nov 2009 01:58:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Nov 2009 01:58:41 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed Nov 18 02:58:34 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 1NAZoX-0005OJ-2G for gctc-ntg-context-518@m.gmane.org; Wed, 18 Nov 2009 02:58:33 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id DC7BFC9AE6; Wed, 18 Nov 2009 02:56:05 +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 2PKdH18y5sre; Wed, 18 Nov 2009 02:56:00 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id EF865C9ADD; Wed, 18 Nov 2009 02:55:37 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 09600C9AAA for ; Wed, 18 Nov 2009 02:55:23 +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 Qz8jy3CElmsT for ; Wed, 18 Nov 2009 02:55:05 +0100 (CET) Original-Received: from mail-px0-f179.google.com (mail-px0-f179.google.com [209.85.216.179]) by balder.ntg.nl (Postfix) with ESMTP id 6FC58C9A8A for ; Wed, 18 Nov 2009 02:54:58 +0100 (CET) Original-Received: by pxi9 with SMTP id 9so421765pxi.16 for ; Tue, 17 Nov 2009 17:57:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=UMcQfmJilOHiOQ7f7coVi3fvetAbT7p6OZjuqkJ4pOE=; b=eD0oG/6VTWH+MJO3pIOoEGYLJkWrX3A+kNwc+raUaVoaAa3Q7I2iSvI5PMDtBFBOCW Pu4f+2JIworVGayp4PwfZHJgLkPjRsESD9vBPGfYTwrBDhMEb0bv0czfV4BPxpYjn9wf YBe2uV3FVb91wn0EP9MES/sPxKUN2ZAd5ceC8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=cNzF9IXEjwqHd0HJmMNLOFOC8srmItVNi7fi22LjsMwoGf052uKAk9PFeSWElrmOjM CM9ykSIT24qJ1AvD2I4O4iDaRMwp6ULNQdpdnRxA+8I8BZNVl1w6UT6Mi24QkcSlKnls PZotXnU/S+HrLnavuvy6w9bxhQFSiXoV85/Qo= Original-Received: by 10.141.35.1 with SMTP id n1mr542227rvj.181.1258509438871; Tue, 17 Nov 2009 17:57:18 -0800 (PST) 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:54492 Archived-At: --===============0631787931== Content-Type: multipart/alternative; boundary=000e0cd1530e0ce8ee04789b90b0 --000e0cd1530e0ce8ee04789b90b0 Content-Type: text/plain; charset=ISO-8859-1 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 --000e0cd1530e0ce8ee04789b90b0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
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 t= itle's string to create a header, part of the header appears with the b= old 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 ap= pearing on the "another thing" part. Is there a way to remove this bold style? Thank you in advance for the help=20 --=20 Kind Regards Anuar
--000e0cd1530e0ce8ee04789b90b0-- --===============0631787931== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============0631787931==--