From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/44306 Path: news.gmane.org!not-for-mail From: "Mikael Persson" Newsgroups: gmane.comp.tex.context Subject: Re: math font size in captions (and other places) Date: Thu, 25 Sep 2008 15:18:38 +0200 Message-ID: References: <48DB4554.3090308@elvenkind.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 1222348829 24085 80.91.229.12 (25 Sep 2008 13:20:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2008 13:20:29 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 25 15:21:17 2008 connect(): Connection refused 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 1KiqmK-0003i0-C3 for gctc-ntg-context-518@m.gmane.org; Thu, 25 Sep 2008 15:21:08 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 504051FE31; Thu, 25 Sep 2008 15:20:04 +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 30952-02-11; Thu, 25 Sep 2008 15:19:14 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3253A1FE3E; Thu, 25 Sep 2008 15:19:14 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B834E1FE3E for ; Thu, 25 Sep 2008 15:19:12 +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 05950-07-2 for ; Thu, 25 Sep 2008 15:18:39 +0200 (CEST) Original-Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by ronja.ntg.nl (Postfix) with ESMTP id 3777B1FE30 for ; Thu, 25 Sep 2008 15:18:39 +0200 (CEST) Original-Received: by fg-out-1718.google.com with SMTP id l26so583143fgb.8 for ; Thu, 25 Sep 2008 06:18:39 -0700 (PDT) Original-Received: by 10.180.234.2 with SMTP id g2mr5163130bkh.54.1222348718962; Thu, 25 Sep 2008 06:18:38 -0700 (PDT) Original-Received: by 10.181.37.10 with HTTP; Thu, 25 Sep 2008 06:18:38 -0700 (PDT) In-Reply-To: <48DB4554.3090308@elvenkind.com> Content-Disposition: inline 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:44306 Archived-At: Thank you Taco, I did put \switchtobodyfont in the style argument and it worked like a charm. Micke P On Thu, Sep 25, 2008 at 10:01 AM, Taco Hoekwater wrote: > > > Mikael Persson wrote: >> >> In both cases the text is small, but math font is not changed. I can >> solve this by doing a \switchtobodyfont in the caption, > > You can put the \switchtobodyfont in the style argument: > > \setupcaptions[style={\switchtobodyfont[small]}] > > or you could redefine 'small': > > \def\bodyfontsmall{\switchtobodyfont[small]} > \definealternativestyle [small] [\bodyfontsmall] [] > > (untested) > > If redefinition doesn't work, you have to define a new alternative > style > > \definealternativestyle [MySmall] [\bodyfontsmall] [] > > but then you would have to go through the style changing > "style=small" to "style=MySmall" etc. > > Best wishes, > Taco > > ___________________________________________________________________________________ > 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 : https://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ > ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________