From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34178 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: \setupbodyfont vs. \switchtotypeface Date: Tue, 10 Apr 2007 09:17:22 -0400 (EDT) Message-ID: References: <1793693832.20070401233555@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: sea.gmane.org 1176227831 19115 80.91.229.12 (10 Apr 2007 17:57:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Apr 2007 17:57:11 +0000 (UTC) To: Yatskovsky , mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 10 19:56:13 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1HbGE2-0003Mm-BC for gctc-ntg-context-518@m.gmane.org; Tue, 10 Apr 2007 15:17:34 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D932D200A8; Tue, 10 Apr 2007 15:17:33 +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 09467-02; Tue, 10 Apr 2007 15:17:27 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 935D9200B8; Tue, 10 Apr 2007 15:17:27 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 95B56200B8 for ; Tue, 10 Apr 2007 15:17:25 +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 09444-05-5 for ; Tue, 10 Apr 2007 15:17:23 +0200 (CEST) Original-Received: from hackers.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.81]) by ronja.ntg.nl (Postfix) with ESMTP id 4920C200A8 for ; Tue, 10 Apr 2007 15:17:23 +0200 (CEST) Original-Received: FROM aditya.annarb01.mi.comcast.net (c-68-40-50-205.hsd1.mi.comcast.net [68.40.50.205]) BY hackers.mr.itd.umich.edu ID 461B8E5E.5F281.22428 ; 10 Apr 2007 09:17:18 -0400 In-Reply-To: <1793693832.20070401233555@gmail.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:34178 Archived-At: On Sun, 1 Apr 2007, Vyatcheslav Yatskovsky wrote: > Hello, > > What is better to use given the code below? \setupbodyfont or > \switchtotypeface? Both produce the same result but in the second > case my pdf file is twice bigger.. In general, \setupbodyfont is for global font setup while switchtobodyfont is for a local font change. In this case, I think that \setupbodyfont should be used. Aditya