Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I have been using the package subfigure (not subfig) to include figures for quite some time now. Recently I have tried to put an image and a table (booktabs/longtable) together and it is not working. I cannot find any examples of booktabs being used with subfigure. Is this not possible?

share|improve this question
Would you please show what you've tried? Notice that a subfigure inside a tabular (or longtable) doesn't make much sense. – egreg Mar 24 '12 at 17:00
2  
Floating figures (including subfigures) are an unbreakable box that LaTeX tries to float to a good position. the content is never broken, longtable is all about breaking things over page boundaries. Within any kind of box, longtable offers no benefits over a standard tabular. – David Carlisle Mar 24 '12 at 17:03
Thanks for the quick response! Here is the code that I have tried. I just guessed it. I have not seen this anywhere. – Subhamoy Sengupta Mar 24 '12 at 17:14
1  
As I said in my initial comment, longtable can do nothing here, just use a normal tabular environment. Otherwise edit a small complete runnable example in to your question and explain what output you expect. – David Carlisle Mar 24 '12 at 17:49

closed as too localized by lockstep, tohecz, Ian Thompson, egreg, Marco Daniel Apr 14 '12 at 22:07

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.