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
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to