![](https://secure.gravatar.com/avatar/565476157eb3895a9c928ffce26d988d.jpg?s=120&d=mm&r=g)
16 Sep
2005
16 Sep
'05
4:16 p.m.
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}}} Taco