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 ... -- Giuseppe "Oblomov" Bilotta
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. } Cheers, Taco
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.
Monday, September 12, 2005 Taco Hoekwater wrote:
Giuseppe Bilotta wrote:
\placetable[here][tables]{Caption}{ \switchtobodyfont[5pt] etc. }
It doesn't work either way.
Do you have an example?
See the example I just posted in the "Need more documentation on tables" thread. -- Giuseppe "Oblomov" Bilotta
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. }
\setuptables[bodyfont=small] \setuptabulate[bodyfont=small] the reason is that spacing depends on the bodyfont size so it need to be controlled somehow Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Monday, September 12, 2005 Hans Hagen wrote:
\setuptables[bodyfont=small] \setuptabulate[bodyfont=small]
the reason is that spacing depends on the bodyfont size so it need to be controlled somehow
What if want it for only some of the tables? -- Giuseppe "Oblomov" Bilotta
Giuseppe Bilotta wrote:
Monday, September 12, 2005 Hans Hagen wrote:
\setuptables[bodyfont=small] \setuptabulate[bodyfont=small]
the reason is that spacing depends on the bodyfont size so it need to be controlled somehow
What if want it for only some of the tables?
\placetable {some clever things} {\setuptable[...] \starttable....} ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Monday, September 12, 2005 Hans Hagen wrote:
Giuseppe Bilotta wrote:
Monday, September 12, 2005 Hans Hagen wrote:
\setuptables[bodyfont=small] \setuptabulate[bodyfont=small]
the reason is that spacing depends on the bodyfont size so it need to be controlled somehow
What if want it for only some of the tables?
\placetable {some clever things} {\setuptable[...] \starttable....}
The math still comes up full-sized, though. Could be an unexpected interaction with the nath package ... -- Giuseppe "Oblomov" Bilotta
Tuesday, September 13, 2005 Giuseppe Bilotta wrote:
Monday, September 12, 2005 Hans Hagen wrote:
Giuseppe Bilotta wrote:
Monday, September 12, 2005 Hans Hagen wrote:
\setuptables[bodyfont=small] \setuptabulate[bodyfont=small]
the reason is that spacing depends on the bodyfont size so it need to be controlled somehow
What if want it for only some of the tables?
\placetable {some clever things} {\setuptable[...] \starttable....}
The math still comes up full-sized, though. Could be an unexpected interaction with the nath package ...
No, it was because I had disabled \preloadfonts. Interesting. Is this intentional or unintended? It would seem that without preloadfonts math never gets properly initialized. -- Giuseppe "Oblomov" Bilotta
participants (3)
-
Giuseppe Bilotta
-
Hans Hagen
-
Taco Hoekwater