From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11539 Path: main.gmane.org!not-for-mail From: Mikael Persson Newsgroups: gmane.comp.tex.context Subject: Re: Caption size of math Date: Fri, 21 Mar 2003 10:05:32 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20030321100532.188667d9.md9per@mdstud.chalmers.se> References: <20030320223748.539f1ac8.md9per@mdstud.chalmers.se> <5.1.0.14.1.20030321084942.025e1dd0@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1048237671 24718 80.91.224.249 (21 Mar 2003 09:07:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 21 Mar 2003 09:07:51 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Mar 21 10:07:50 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18wIVC-0006QX-00 for ; Fri, 21 Mar 2003 10:07:50 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 9097010B1C; Fri, 21 Mar 2003 10:07:54 +0100 (MET) Original-Received: from glutus.hemmet.chalmers.se (glutus.hemmet.chalmers.se [193.11.248.2]) by ref.ntg.nl (Postfix) with ESMTP id 2225610AE8 for ; Fri, 21 Mar 2003 10:05:12 +0100 (MET) Original-Received: by glutus.hemmet.chalmers.se (Postfix, from userid 8) id 1E02E2312; Fri, 21 Mar 2003 10:05:13 +0100 (CET) X-Scanned-By: AMaViS (postfix) using CLAM (openantivirus DB) antivirus scanner at glutus.hemmet.chalmers.se. Original-Received: from lillpelle.hemmet.chalmers.se (lillpelle.hemmet.chalmers.se [193.11.249.165]) by glutus.hemmet.chalmers.se (Postfix) with SMTP id CB6DC2009 for ; Fri, 21 Mar 2003 10:05:04 +0100 (CET) Original-To: ntg-context@ntg.nl In-Reply-To: <5.1.0.14.1.20030321084942.025e1dd0@server-1> X-Mailer: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-redhat-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11539 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11539 On Fri, 21 Mar 2003 08:52:37 +0100 Hans Hagen wrote: > At 10:37 PM 3/20/2003 +0100, Mikael Persson wrote: > >Hello everybody! > > > >I use a ConTeXt beta that is a week old or so on teTeX. > > > >When I change the caption size to small with > > > >\setupcaptions[style=small] > > > >I get small text as I want, but the size of math in captions are at > >the normal size. How should I do to get even the math in the smaller > >font? > > \setupcaptions[style={\switchtobodyfont[small]}] > > this does a complete (and therefore slower) font change than the text > only 'small' (which equals \tx); > > there is a also a shortcut defined with \definealternativestyle > (font-inj), which means that > > style=smallbodyfont > > should also work ok > > Hans > > Ahh, I see. Thanks alot! Regards, Micke P