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
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 ___________________________________________________________________________________