16 Sep
2005
16 Sep
'05
5:39 p.m.
Friday, September 16, 2005 Taco Hoekwater wrote:
Giuseppe Bilotta wrote:
I have a situation when I have to put side by side two floats (a table and figure). My current code is
\placetable[here][label]{caption}% {\\placesidebyside {table code}{figure code} }
Have you tried \centerline (may not work)?
\placetable[here][label]{caption}% {\centerline{\placesidebyside{table code}{figure code}}}
It works, but it needs a \scantokens inside the centerline because of the active stuff in the tables setups. Thanks. -- Giuseppe "Oblomov" Bilotta