I have to embed a huge figure in a page where at the bottom there should be some text. However, the figure simply occupy a new page -- how to prevent this?
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.
|
This is one of the possibilities suggested as use by the
The use of the The default for very large floats is to sit on a page of its own, the above circumvents that. The default is controlled by macros like |
|||
|
|


[!t]is enough to allow it to be a top float even if it breaks the constraints. Unless you mean by huge that it is actually bigger than the text area. – David Carlisle Jul 12 '12 at 19:21