Generalsubfig and changing horizontal behaviour

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
daku
Posts: 3
Joined: Tue Jun 03, 2008 9:26 pm

subfig and changing horizontal behaviour

Post by daku »

Hey all,

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

daku
Posts: 3
Joined: Tue Jun 03, 2008 9:26 pm

Re: subfig and changing horizontal behaviour

Post by daku »

Third coffee was the charm.

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.
daku
Posts: 3
Joined: Tue Jun 03, 2008 9:26 pm

Re: subfig and changing horizontal behaviour

Post by daku »

Though...

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?
Post Reply