21 Mar
2003
21 Mar
'03
10:05 a.m.
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