From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11535 Path: main.gmane.org!not-for-mail From: Mikael Persson Newsgroups: gmane.comp.tex.context Subject: Caption size of math Date: Thu, 20 Mar 2003 22:37:48 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20030320223748.539f1ac8.md9per@mdstud.chalmers.se> 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 1048196385 25289 80.91.224.249 (20 Mar 2003 21:39:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 20 Mar 2003 21:39:45 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Mar 20 22:39:43 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 18w7lH-0006Zf-00 for ; Thu, 20 Mar 2003 22:39:43 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 13B5E10B13; Thu, 20 Mar 2003 22:39:46 +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 45BA410AE8 for ; Thu, 20 Mar 2003 22:37:33 +0100 (MET) Original-Received: by glutus.hemmet.chalmers.se (Postfix, from userid 8) id 856B12022; Thu, 20 Mar 2003 22:37:31 +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 410E61BE7 for ; Thu, 20 Mar 2003 22:37:25 +0100 (CET) Original-To: ntg-context@ntg.nl 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:11535 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11535 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? Here is a document that shows the problem. ==== start test document \setupcaptions[style=small] \starttext \input knuth \reservefigure[here][fig:lambdarmax]{A $\lambda$-$r_M$-diagram. The solution of equation (1) when $\lambda=3.5299$. When $\lambda=3.53$ se see that we don't get a solution.} \input knuth \stoptext ==== stop test document Thanks in advance, Micke P