General ⇒ subfig and changing horizontal behaviour
subfig and changing horizontal behaviour
In the midst of writing my thesis and I've switched to the subfig package due to a case where I had to span another page with a single subfigure.
Subfig works great for that.
However, now my figures that used to be lined up vertically (as in figures in a single column) are now figures in a single row (and thus go off the page to the right margin). Is there anyway to fix/force the behaviour to use a single column format? I can't seem to find it in the documentation or google searching. Then again, I'm only on morning coffee number two so maybe I missed it.
Help would be greatly appreciated.
Thanks.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: subfig and changing horizontal behaviour
Subfigure checked the bounds for me (aka: it wouldn't let me line them up horizontally on a row if they were too big to fit on the page and would auto-place them in single column format). Subfig makes me use \\ after each figure to do it.
Fixed.
Thanks.
Re: subfig and changing horizontal behaviour
now I seem to have the problem of a earlier float (a table) appearing between my subfigures.
Subfigures spanning two pages were created using the \continuedfloat option.
Any ideas?