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
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 ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
On Fri, 21 Mar 2003 08:52:37 +0100
Hans Hagen
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
participants (2)
-
Hans Hagen
-
Mikael Persson