12 Sep
2005
12 Sep
'05
9:42 a.m.
Monday, September 12, 2005 Taco Hoekwater wrote:
Giuseppe Bilotta wrote:
For a particular table, I need to switch to a smaller body font. Currently I'm using
{\tfxx \placetable etc
\par}
but this way the math in the table doesn't get switched. Is there a way to make a more thorough switch? I tried \switchtobodyfont but it didn't work ...
Have you tried to put the \swichtobodyfont inside the argument?
\placetable[here][tables]{Caption}{ \switchtobodyfont[5pt] etc. }
It doesn't work either way.