From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26960 Path: news.gmane.org!not-for-mail From: R S Ananda Murthy Newsgroups: gmane.comp.tex.context Subject: Re: How to use Helvetica font only for the headings? Date: Sat, 08 Apr 2006 23:30:21 +0530 Message-ID: <4437FA35.3070004@airtelbroadband.in> References: <4437F010.6070706@airtelbroadband.in> <4437F2DE.1060907@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1144519220 23766 80.91.229.2 (8 Apr 2006 18:00:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Apr 2006 18:00:20 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Apr 08 20:00:19 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 1FSHjI-0004lW-9m for gctc-ntg-context-518@m.gmane.org; Sat, 08 Apr 2006 20:00:12 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 84D2112796; Sat, 8 Apr 2006 20:00:11 +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 17571-03; Sat, 8 Apr 2006 19:59:56 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8919F1277E; Sat, 8 Apr 2006 19:59:54 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B70F01277E for ; Sat, 8 Apr 2006 19:59:52 +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 18977-02 for ; Sat, 8 Apr 2006 19:59:48 +0200 (CEST) Original-Received: from smtpout.touchtelindia.net (smtpout.touchtelindia.net [202.56.230.25]) by ronja.ntg.nl (Postfix) with SMTP id 2FA00126F8 for ; Sat, 8 Apr 2006 19:59:46 +0200 (CEST) Original-Received: from smtp2out.airtelbroadband.in (localhost [127.0.0.1]) by smtpout.touchtelindia.net (Postfix) with ESMTP id 93A1820F68C for ; Sat, 8 Apr 2006 23:33:32 -0500 (GMT) Original-Received: from [192.168.1.2] (unknown [59.144.62.207])by smtp2out.airtelbroadband.in (Postfix) with SMTP id 1F73831EF3for ; Sat, 8 Apr 2006 23:23:52 -0500 (GMT) User-Agent: Thunderbird 1.5 (X11/20051201) Original-To: mailing list for ConTeXt users In-Reply-To: <4437F2DE.1060907@elvenkind.com> X-imss-version: 2.038 X-imss-result: Passed X-imss-scores: Clean:76.76248 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:2 C:2 M:3 S:4 R:3 (0.1500 0.1500) 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:26960 Archived-At: Taco Hoekwater wrote: > Hi Anand, > > R S Ananda Murthy wrote: > >> Hello, >> >> I want to use sans serif font like Helvetica only for the headings like >> chapter title, section headings etc. >> > > \setuphead[chapter][style=\ss] > > >> I want the body text in Times Roman font. >> > > \usetypescript[postscript][ec] > \setupbodyfont[postscript] > The above lines did not give the required results. Instead I used the following: \usetypescript[adobekb][\defaultencoding] \setupbodyfont[pos] \usetypescript[times][\defaultencoding] \setupbodyfont[times,11pt] \setupbodyfont[times,11pt] I am using tetex-3.0 that comes with Slackware 10.2. Anand > >> How to do this in ConTeXt? >> > > I heartily advice reading the documents mentioned at the > beginning of this page: > > http://wiki.contextgarden.net/Official_ConTeXt_Documentation > > That will drastically decrease the number of questions you have > to ask while getting started. > > Greetings, Taco > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > > >