From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30016 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: times bolditalic in chapter Date: Sun, 6 Aug 2006 10:51:45 +0200 Message-ID: <5895FF50-BD43-49D7-BA46-DBBCAF557FCD@st.estfiles.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1154854327 7352 80.91.229.2 (6 Aug 2006 08:52:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Aug 2006 08:52:07 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Aug 06 10:52:05 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 1G9eMd-0005jm-Nx for gctc-ntg-context-518@m.gmane.org; Sun, 06 Aug 2006 10:52:03 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E1E4A1FF9A; Sun, 6 Aug 2006 10:52:02 +0200 (CEST) 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 16553-06; Sun, 6 Aug 2006 10:51:57 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0713C1FF39; Sun, 6 Aug 2006 10:51:57 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C4E731FF39 for ; Sun, 6 Aug 2006 10:51:54 +0200 (CEST) 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 16557-10 for ; Sun, 6 Aug 2006 10:51:53 +0200 (CEST) Original-Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.18.16]) by ronja.ntg.nl (Postfix) with SMTP id 260611FEEA for ; Sun, 6 Aug 2006 10:51:52 +0200 (CEST) Original-Received: (qmail 6416 invoked from network); 6 Aug 2006 08:51:52 -0000 Original-Received: from unknown (HELO [87.193.3.141]) (698580@[87.193.3.141]) (envelope-sender ) by smtprelay04.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 6 Aug 2006 08:51:52 -0000 Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) 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:30016 Archived-At: Hi, probably very basic question. I need the chapter set in bold (and if necessary - see below - in bolditalic). How can this be done when using Times via \usetypescript[postscript] [\defaultencoding] ? \starttext \usetypescript[postscript][\defaultencoding] \setupbodyfont[postscript,10pt] \def\Textit{\groupedcommand\it\/} \def\ChapterStyle{% \switchtobodyfont[rm,20pt] \setupinterlinespace[line=30pt] } \setuphead[chapter] [alternative=paragraph,style=\ChapterStyle] text \chapter{bold heading \Textit{bold italic} bold heading} text \stoptext