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 a problem in managing tables in LyX. Problem is that I need tables under the same section, but I could not. Can anybody help me in this regard?

share|improve this question
Do you mean tables should not float out of their section, or something else? The question is not very clear. – David Carlisle Dec 31 '12 at 0:44

1 Answer

up vote 6 down vote accepted

I suspect that you want to add

\usepackage[section]{placeins}

Then floating tables and figures will not float out of the section in which they are entered.

share|improve this answer
Thanks, I got it – user4299 Dec 31 '12 at 1:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.